Searched refs:uChan (Results 1 - 16 of 16) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp340 video->currVop->uChan = video->currVop->yChan + size;
341 video->currVop->vChan = video->currVop->uChan + (size >> 2);
345 video->prevVop->uChan = video->prevVop->yChan + size;
346 video->prevVop->vChan = video->prevVop->uChan + (size >> 2);
354 video->currVop->uChan = video->currVop->yChan + size;
355 video->currVop->vChan = video->currVop->uChan + (size >> 2);
359 video->prevVop->uChan = video->prevVop->yChan + size;
360 video->prevVop->vChan = video->prevVop->uChan + (size >> 2);
384 video->prevEnhcVop->uChan = video->prevEnhcVop->yChan + size;
385 video->prevEnhcVop->vChan = video->prevEnhcVop->uChan
[all...]
H A Dmb_motion_comp.cpp41 video->currVop->uChan contents are the newly calculated chrominance
457 cu_prev = prev->uChan;
472 cu_comp = video->currVop->uChan + (offset >> 2) + (xpos >> 2);
595 cu_prev = prev->uChan + (offset >> 2) + (xpos >> 2);
602 cu_comp = comp->uChan + (offset >> 2) + (xpos >> 2);
H A Dmp4lib_int.h59 PIXEL *uChan; /* The U component */ member in struct:tagVop
H A Dvop.cpp1447 video->currVop->uChan = video->currVop->yChan + size;
1448 video->currVop->vChan = video->currVop->uChan + (size >> 2);
1449 video->prevVop->uChan = video->prevVop->yChan + size;
1450 video->prevVop->vChan = video->prevVop->uChan + (size >> 2);
1600 H263_Deblock(video->currVop->uChan, video->width >> 1, video->height >> 1, video->QPMB, video->headerInfo.Mode, 1, video->modified_quant);
H A Dconceal.cpp164 u1 = curr->uChan + chrstart;
H A Dcombined_decode.cpp707 BlockIDCT(video->currVop->uChan + (offset >> 2) + (x_pos << 2), mblock->pred_block + 256, mblock->block[4], width >> 1, ncoeffs[4],
785 BlockIDCT(video->currVop->uChan + (offset >> 2) + (x_pos << 2), mblock->pred_block + 256, mblock->block[4], width >> 1, ncoeffs[4],
H A Dblock_idct.cpp238 cu_comp = currVop->uChan + (offset >> 2) + (x_pos << 2);
H A Ddatapart_decode.cpp755 BlockIDCT(video->currVop->uChan + (offset >> 2) + (x_pos << 2), mblock->pred_block + 256, mblock->block[4], width >> 1, ncoeffs[4],
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
H A Dm4v_h263_enc_test.cpp218 vin.uChan = vin.yChan + vin.height * vin.pitch;
219 vin.vChan = vin.uChan + ((vin.height * vin.pitch) >> 2);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
H A Dmp4dec_api.h123 uint8 *uChan; /* The U component frame the user can copy a new reference to */ member in struct:tagVideoRefCopyInfoPtr
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h119 UChar *uChan; /* pointer to U */ member in struct:tagvideoEncFrameIO
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastcodemb.cpp37 /* currVop->yChan,uChan,vChan Reconstructed pixels */
161 rec = currVop->uChan + offsetc;
162 input = inputFrame->uChan + offsetc;
266 /* currVop->yChan,uChan,vChan Reconstructed pixels */
388 rec = currVop->uChan + offsetc;
389 input = inputFrame->uChan + offsetc;
H A Dmp4enc_api.cpp190 /* Modified : 5/21/01, allocate only yChan and assign uChan & vChan */
778 video->currVop->uChan = video->currVop->yChan + size;/* Memory for currVop U */
779 video->currVop->vChan = video->currVop->uChan + (size >> 2);/* Memory for currVop V */
785 video->currVop->uChan += (offset >> 2) + 4;
796 video->prevBaseVop->uChan = video->prevBaseVop->yChan + size; /* Memory for prevBaseVop U */
797 video->prevBaseVop->vChan = video->prevBaseVop->uChan + (size >> 2); /* Memory for prevBaseVop V */
802 video->prevBaseVop->uChan += (offset >> 2) + 4;
813 video->nextBaseVop->uChan = video->nextBaseVop->yChan + size; /* Memory for nextBaseVop U */
814 video->nextBaseVop->vChan = video->nextBaseVop->uChan + (size >> 2); /* Memory for nextBaseVop V */
819 video->nextBaseVop->uChan
[all...]
H A Dmp4lib_int.h44 PIXEL *uChan; /* The U component */ member in struct:tagVOP
H A Dmotion_comp.cpp154 cu_prev = prevVop->uChan;
164 cu_prev = prevVop->uChan;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp469 vin.uChan = vin.yChan + vin.height * vin.pitch;
470 vin.vChan = vin.uChan + ((vin.height * vin.pitch) >> 2);

Completed in 149 milliseconds