Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dvlc_enc_tab.h1017 static const VLCtable coeff_RVLCtab22[2][5] = variable
Dvlc_encode.cpp455 length = coeff_RVLCtab22[run][level-1].len; in PutCoeff_Inter_RVLC_Last()
457 BitstreamPutBits(bitstream, length, (UInt)coeff_RVLCtab22[run][level-1].code); in PutCoeff_Inter_RVLC_Last()