Searched defs:PutCoeff_Inter (Results 1 - 1 of 1) sorted by path

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
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 154 milliseconds