Home
last modified time | relevance | path

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

/frameworks/av/media/codecs/m4v_h263/enc/src/
Dvlc_enc_tab.h869 static const VLCtable coeff_RVLCtab16[2][7] = variable
Dvlc_encode.cpp411 length = coeff_RVLCtab16[run-2][level-1].len; in PutCoeff_Inter_RVLC()
413 BitstreamPutBits(bitstream, length, (UInt)coeff_RVLCtab16[run-2][level-1].code); in PutCoeff_Inter_RVLC()