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

  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_enc_tab.h 700 static const VLCtable coeff_RVLCtab10[2][5] =
vlc_encode.cpp 551 length = coeff_RVLCtab10[run][level-1].len;
553 BitstreamPutBits(bitstream, length, (UInt)coeff_RVLCtab10[run][level-1].code);
    [all...]

Completed in 167 milliseconds