Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dvlc_enc_tab.h730 static const VLCtable coeff_RVLCtab12[11][2] = variable
Dvlc_encode.cpp563 length = coeff_RVLCtab12[run-3][level-1].len; in PutCoeff_Intra_RVLC_Last()
565 BitstreamPutBits(bitstream, length, (UInt)coeff_RVLCtab12[run-3][level-1].code); in PutCoeff_Intra_RVLC_Last()