Home
last modified time | relevance | path

Searched refs:coeff_RVLCtab10 (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dvlc_enc_tab.h700 static const VLCtable coeff_RVLCtab10[2][5] = variable
Dvlc_encode.cpp551 length = coeff_RVLCtab10[run][level-1].len; in PutCoeff_Intra_RVLC_Last()
553 BitstreamPutBits(bitstream, length, (UInt)coeff_RVLCtab10[run][level-1].code); in PutCoeff_Intra_RVLC_Last()