Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dvlc_enc_tab.h944 static const VLCtable coeff_RVLCtab20[8][2] = variable
Dvlc_encode.cpp435 length = coeff_RVLCtab20[run-10][level-1].len; in PutCoeff_Inter_RVLC()
437 BitstreamPutBits(bitstream, length, (UInt)coeff_RVLCtab20[run-10][level-1].code); in PutCoeff_Inter_RVLC()