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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.h24 Int PutCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
H A Dvlc_encode.cpp71 * PutCoeff() to PutCoeff_Inter().
142 Int PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream);
291 Int PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) function
1524 length = PutCoeff_Inter(run, level, bs);
1590 PutCoeff = &PutCoeff_Inter;

Completed in 672 milliseconds