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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp383 length = coeff_tab10[run-7].len;
385 BitstreamPutBits(bitstream, length, (UInt)coeff_tab10[run-7].code);
716 length = coeff_tab10[run-7].len;
721 BitstreamPutBits(bitstream, length, (UInt)coeff_tab10[run-7].code);
855 length = coeff_tab10[run-7].len;
859 BitstreamPutBits(bitstream, length, (UInt)coeff_tab10[run-7].code);
H A Dvlc_enc_tab.h481 static const VLCtable coeff_tab10[14] = variable

Completed in 99 milliseconds