HomeSort by relevance Sort by last modified time
    Searched refs:bs3 (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
datapart_encode.cpp 53 BitstreamEncVideo *bs3 = video->bitstream3; local
145 BitstreamGetPos(bs3) - numHeaderBits;
156 BitstreamAppendEnc(bs1, bs3); /* Combine bs1 and bs3 */
164 BitstreamEncReset(bs3);
187 BitstreamAppendEnc(bs1, bs3);
193 BitstreamEncReset(bs3);
232 BitstreamEncVideo *bs3 = video->bitstream3; local
355 bitCount3 = BitstreamGetPos(bs3);
374 BitstreamGetPos(bs3);// - numHeaderBits; //include header bit
    [all...]
vlc_encode.cpp 889 BitstreamEncVideo *bs3 = video->bitstream3; local
954 /* THIRD PART: ALL TO BS3*/
955 /* MB_CodeCoeff(video,bs3); */ /* 5/22/01, replaced with below */
959 (*BlockCodeCoeff)(&(RLB[i]), bs3, 1 - intraDC_decision, ncoefblck[i], Mode);/* Code Intra AC*/
977 BitstreamEncVideo *bs3 = video->bitstream3; local
    [all...]

Completed in 205 milliseconds