mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
rdo: Drop now unused variables
This commit is contained in:
parent
5e585cc2bd
commit
6fec5ff25e
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue