HomeSort by relevance Sort by last modified time
    Searched refs:coeff_tab10 (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 383 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);
    [all...]
vlc_enc_tab.h 481 static const VLCtable coeff_tab10[14] = variable

Completed in 34 milliseconds