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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp310 video->currVop->uChan = video->currVop->yChan + size;
311 video->currVop->vChan = video->currVop->uChan + (size >> 2);
315 video->prevVop->uChan = video->prevVop->yChan + size;
316 video->prevVop->vChan = video->prevVop->uChan + (size >> 2);
321 video->currVop->uChan = video->currVop->yChan + size;
322 video->currVop->vChan = video->currVop->uChan + (size >> 2);
326 video->prevVop->uChan = video->prevVop->yChan + size;
327 video->prevVop->vChan = video->prevVop->uChan + (size >> 2);
347 video->prevEnhcVop->uChan = video->prevEnhcVop->yChan + size;
348 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 Dconceal.cpp155 u1 = curr->uChan + chrstart;
H A Dmp4lib_int.h59 PIXEL *uChan; /* The U component */ member in struct:tagVop
H A Dvop.cpp1435 video->currVop->uChan = video->currVop->yChan + size;
1436 video->currVop->vChan = video->currVop->uChan + (size >> 2);
1437 video->prevVop->uChan = video->prevVop->yChan + size;
1438 video->prevVop->vChan = video->prevVop->uChan + (size >> 2);
1588 H263_Deblock(video->currVop->uChan, video->width >> 1, video->height >> 1, video->QPMB, video->headerInfo.Mode, 1, video->modified_quant);
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/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.cpp183 /* Modified : 5/21/01, allocate only yChan and assign uChan & vChan */
748 video->currVop->uChan = video->currVop->yChan + size;/* Memory for currVop U */
749 video->currVop->vChan = video->currVop->uChan + (size >> 2);/* Memory for currVop V */
755 video->currVop->uChan += (offset >> 2) + 4;
766 video->prevBaseVop->uChan = video->prevBaseVop->yChan + size; /* Memory for prevBaseVop U */
767 video->prevBaseVop->vChan = video->prevBaseVop->uChan + (size >> 2); /* Memory for prevBaseVop V */
772 video->prevBaseVop->uChan += (offset >> 2) + 4;
783 video->nextBaseVop->uChan = video->nextBaseVop->yChan + size; /* Memory for nextBaseVop U */
784 video->nextBaseVop->vChan = video->nextBaseVop->uChan + (size >> 2); /* Memory for nextBaseVop V */
789 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.cpp719 vin.uChan = vin.yChan + vin.height * vin.pitch;
720 vin.vChan = vin.uChan + ((vin.height * vin.pitch) >> 2);

Completed in 528 milliseconds