Searched refs:DQUANT (Results 1 - 2 of 2) sorted by path

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dcombined_decode.cpp153 /* decode COD, MCBPC, ACpred_flag, CPBY and DQUANT */
359 uint DQUANT; local
468 DQUANT = BitstreamReadBits16(stream, 2);
469 *QP += DQ_tab[DQUANT];
500 DQUANT = BitstreamReadBits16(stream, 2);
501 *QP += DQ_tab[DQUANT];
H A Ddatapart_decode.cpp168 /* decode COD, MCBPC, ACpred_flag, CPBY and DQUANT */
333 /* decode COD, MCBPC, ACpred_flag, CPBY and DQUANT */
509 /* Purpose : Decode DQUANT and DC in Data Partitioned Mode for both */
527 uint DQUANT; local
534 DQUANT = BitstreamReadBits16(stream, 2);
535 *QP += DQ_tab[DQUANT];

Completed in 37 milliseconds