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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.h34 Int PutCoeff_Intra_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
H A Dvlc_encode.cpp73 * 01.05.97 Luis Ducla-Soares: added PutCoeff_Intra_RVLC() and
156 Int PutCoeff_Intra_RVLC(Int run, Int level, BitstreamEncVideo *bitstream);
483 Int PutCoeff_Intra_RVLC(Int run, Int level, BitstreamEncVideo *bitstream) function
1451 length = PutCoeff_Intra_RVLC(run, level, bs);

Completed in 536 milliseconds