Home | History | Annotate | Download | only in decoder

Lines Matching refs:num_8x8

2228         WORD32 qp_size, num_8x8;
2264 num_8x8 = (max_ht_luma * max_wd_luma) / (MIN_CU_SIZE * MIN_CU_SIZE);
2265 qp_size = num_8x8;
2884 WORD32 num_8x8;
2920 num_8x8 = (ps_codec->i4_max_ht * ps_codec->i4_max_wd) / (MIN_CU_SIZE * MIN_CU_SIZE);
2921 qp_size = num_8x8;