Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dvlc_enc_tab.h928 static const VLCtable coeff_RVLCtab19[2][3] = variable
Dvlc_encode.cpp429 length = coeff_RVLCtab19[run-8][level-1].len; in PutCoeff_Inter_RVLC()
431 BitstreamPutBits(bitstream, length, (UInt)coeff_RVLCtab19[run-8][level-1].code); in PutCoeff_Inter_RVLC()