Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dvlc_encode.h34 Int PutCoeff_Intra_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
Dvlc_encode.cpp156 Int PutCoeff_Intra_RVLC(Int run, Int level, BitstreamEncVideo *bitstream);
483 Int PutCoeff_Intra_RVLC(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Intra_RVLC() function
1451 length = PutCoeff_Intra_RVLC(run, level, bs); in BlockCodeCoeff_RVLC()