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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp357 length = coeff_tab7[run-10].len;
359 BitstreamPutBits(bitstream, length, (UInt)coeff_tab7[run-10].code);
677 length = coeff_tab7[run-10].len;
682 BitstreamPutBits(bitstream, length, (UInt)coeff_tab7[run-10].code);
819 length = coeff_tab7[run-10].len;
823 BitstreamPutBits(bitstream, length, (UInt)coeff_tab7[run-10].code);
H A Dvlc_enc_tab.h435 static const VLCtable coeff_tab7[5] = variable

Completed in 19 milliseconds