Searched refs:quant_q (Results 1 – 3 of 3) sorted by relevance
233 look->quant_q=256; in floor1_look()236 look->quant_q=128; in floor1_look()239 look->quant_q=86; in floor1_look()242 look->quant_q=64; in floor1_look()820 int headroom=(look->quant_q-predicted<predicted? in floor1_encode()821 look->quant_q-predicted:predicted); in floor1_encode()854 look->postbits+=ilog(look->quant_q-1)*2; in floor1_encode()855 oggpack_write(opb,out[0],ilog(look->quant_q-1)); in floor1_encode()856 oggpack_write(opb,out[1],ilog(look->quant_q-1)); in floor1_encode()980 fit_value[0]=oggpack_read(&vb->opb,ilog(look->quant_q-1)); in floor1_inverse1()[all …]
148 int quant_q; member
296 int quant_q=quant_look[info->mult-1]; in floor1_inverse1() local300 fit_value[0]=oggpack_read(&vd->opb,ilog(quant_q-1)); in floor1_inverse1()301 fit_value[1]=oggpack_read(&vd->opb,ilog(quant_q-1)); in floor1_inverse1()339 int hiroom=quant_q-predicted; in floor1_inverse1()