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

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

Completed in 37 milliseconds