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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddatapart_encode.cpp53 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);//
[all...]
H A Dvlc_encode.cpp889 BitstreamEncVideo *bs3 = video->bitstream3; local
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
1100 (*BlockCodeCoeff)(&(RLB[i]), bs3, 1 - intraDC_decision, ncoefblck[i], Mode);/* Code Intra AC*/
1115 (*BlockCodeCoeff)(&(RLB[i]), bs3, 0, ncoefblck[i], Mode);/* Code Intra AC*/
1135 // BitstreamEncVideo *bs3 = video->bitstream3;
1251 // BitstreamEncVideo *bs3 = video->bitstream3;

Completed in 101 milliseconds