rdo: Drop now unused variables

This commit is contained in:
Luca Barbato 2014-02-21 14:56:47 +01:00
parent 5e585cc2bd
commit 6fec5ff25e

View file

@ -287,7 +287,6 @@ void rdoq(encoder_control *encoder, coefficient *coef, coefficient *dest_coeff,
uint32_t log2_block_size = g_convert_to_bit[ width ] + 2;
uint32_t max_num_coeff = width * height;
int32_t scalinglist_type= (block_type == CU_INTRA ? 0 : 3) + (int8_t)("\0\3\1\2"[type]);
int32_t qp_base = encoder->QP;
int32_t qp_scaled = get_scaled_qp(type, encoder->QP, 0);