Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dvlc_enc_tab.h903 static const VLCtable coeff_RVLCtab18[3][4] = variable
Dvlc_encode.cpp423 length = coeff_RVLCtab18[run-5][level-1].len; in PutCoeff_Inter_RVLC()
425 BitstreamPutBits(bitstream, length, (UInt)coeff_RVLCtab18[run-5][level-1].code); in PutCoeff_Inter_RVLC()