Home
last modified time | relevance | path

Searched refs:BitstreamPutGT8Bits (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/module/codecs/m4v_h263/enc/src/
Dvlc_encode.cpp589 BitstreamPutGT8Bits(bitstream, 7 + 2, 14/*3*/); in PutRunCoeff_Inter()
600 BitstreamPutGT8Bits(bitstream, 7 + 2, 14/*3*/); in PutRunCoeff_Inter()
618 BitstreamPutGT8Bits(bitstream, 7 + 2, 14/*3*/); in PutRunCoeff_Inter_Last()
629 BitstreamPutGT8Bits(bitstream, 7 + 2, 14/*3*/); in PutRunCoeff_Inter_Last()
647 BitstreamPutGT8Bits(bitstream, 7 + 2, 14/*3*/); in PutRunCoeff_Intra()
658 BitstreamPutGT8Bits(bitstream, 7 + 2, 14/*3*/); in PutRunCoeff_Intra()
669 BitstreamPutGT8Bits(bitstream, 7 + 2, 14/*3*/); in PutRunCoeff_Intra()
680 BitstreamPutGT8Bits(bitstream, 7 + 2, 14/*3*/); in PutRunCoeff_Intra()
697 BitstreamPutGT8Bits(bitstream, 7 + 2, 14/*3*/); in PutRunCoeff_Intra_Last()
708 BitstreamPutGT8Bits(bitstream, 7 + 2, 14/*3*/); in PutRunCoeff_Intra_Last()
[all …]
Dbitstream_io.h22 #define BitstreamPutGT8Bits(x,y,z) BitstreamPutBits(x,y,z) macro
Dmp4enc_api.cpp2501 …status = BitstreamPutGT8Bits(stream, 16, currVol->timeIncrementResolution);/* vop_time_increment_r… in EncodeVOS_Start()
2507 status = BitstreamPutGT8Bits(stream, 13, currVol->width);/* video_object_layer_width */ in EncodeVOS_Start()
2509 … status = BitstreamPutGT8Bits(stream, 13, currVol->height);/* video_object_layer_height */ in EncodeVOS_Start()