Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dvlc_enc_tab.h662 static const VLCtable coeff_RVLCtab8[3][2] = variable
Dvlc_encode.cpp532 length = coeff_RVLCtab8[run-10][level-1].len; in PutCoeff_Intra_RVLC()
534 BitstreamPutBits(bitstream, length, (UInt)coeff_RVLCtab8[run-10][level-1].code); in PutCoeff_Intra_RVLC()