Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dvlc_encode.h33 Int PutCoeff_Inter_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
Dvlc_encode.cpp154 Int PutCoeff_Inter_RVLC(Int run, Int level, BitstreamEncVideo *bitstream);
393 Int PutCoeff_Inter_RVLC(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Inter_RVLC() function
1453 length = PutCoeff_Inter_RVLC(run, level, bs); in BlockCodeCoeff_RVLC()