Searched refs:coeff_tab3 (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp323 length = coeff_tab3[run-2].len;
325 BitstreamPutBits(bitstream, length, (UInt)coeff_tab3[run-2].code);
626 length = coeff_tab3[run-2].len;
631 BitstreamPutBits(bitstream, length, (UInt)coeff_tab3[run-2].code);
772 length = coeff_tab3[run-2].len;
776 BitstreamPutBits(bitstream, length, (UInt)coeff_tab3[run-2].code);
H A Dvlc_enc_tab.h346 static const VLCtable coeff_tab3[40] = variable

Completed in 48 milliseconds