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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp338 video->currVop->uChan = video->currVop->yChan + size;
339 video->currVop->vChan = video->currVop->uChan + (size >> 2);
343 video->prevVop->uChan = video->prevVop->yChan + size;
344 video->prevVop->vChan = video->prevVop->uChan + (size >> 2);
352 video->currVop->uChan = video->currVop->yChan + size;
353 video->currVop->vChan = video->currVop->uChan + (size >> 2);
357 video->prevVop->uChan = video->prevVop->yChan + size;
358 video->prevVop->vChan = video->prevVop->uChan + (size >> 2);
382 video->prevEnhcVop->uChan = video->prevEnhcVop->yChan + size;
383 video->prevEnhcVop->vChan = video->prevEnhcVop->uChan
[all...]
H A Dmb_motion_comp.cpp37 video->currVop->uChan contents are the newly calculated chrominance
448 cu_prev = prev->uChan;
463 cu_comp = video->currVop->uChan + (offset >> 2) + (xpos >> 2);
579 cu_prev = prev->uChan + (offset >> 2) + (xpos >> 2);
586 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.cpp1439 video->currVop->uChan = video->currVop->yChan + size;
1440 video->currVop->vChan = video->currVop->uChan + (size >> 2);
1441 video->prevVop->uChan = video->prevVop->yChan + size;
1442 video->prevVop->vChan = video->prevVop->uChan + (size >> 2);
1592 H263_Deblock(video->currVop->uChan, video->width >> 1, video->height >> 1, video->QPMB, video->headerInfo.Mode, 1, video->modified_quant);
H A Dconceal.cpp160 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.h43 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.cpp478 vin.uChan = vin.yChan + vin.height * vin.pitch;
479 vin.vChan = vin.uChan + ((vin.height * vin.pitch) >> 2);

Completed in 1033 milliseconds