Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dpvdec_api.cpp338 video->currVop->uChan = video->currVop->yChan + size; in PVAllocVideoData()
339 video->currVop->vChan = video->currVop->uChan + (size >> 2); in PVAllocVideoData()
343 video->prevVop->uChan = video->prevVop->yChan + size; in PVAllocVideoData()
344 video->prevVop->vChan = video->prevVop->uChan + (size >> 2); in PVAllocVideoData()
352 video->currVop->uChan = video->currVop->yChan + size; in PVAllocVideoData()
353 video->currVop->vChan = video->currVop->uChan + (size >> 2); in PVAllocVideoData()
357 video->prevVop->uChan = video->prevVop->yChan + size; in PVAllocVideoData()
358 video->prevVop->vChan = video->prevVop->uChan + (size >> 2); in PVAllocVideoData()
382 video->prevEnhcVop->uChan = video->prevEnhcVop->yChan + size; in PVAllocVideoData()
383 video->prevEnhcVop->vChan = video->prevEnhcVop->uChan + (size >> 2); in PVAllocVideoData()
[all …]
Dmb_motion_comp.cpp448 cu_prev = prev->uChan; in MBMotionComp()
463 cu_comp = video->currVop->uChan + (offset >> 2) + (xpos >> 2); in MBMotionComp()
579 cu_prev = prev->uChan + (offset >> 2) + (xpos >> 2); in SkippedMBMotionComp()
586 cu_comp = comp->uChan + (offset >> 2) + (xpos >> 2); in SkippedMBMotionComp()
Dvop.cpp1439 video->currVop->uChan = video->currVop->yChan + size; in DecodeShortHeader()
1440 video->currVop->vChan = video->currVop->uChan + (size >> 2); in DecodeShortHeader()
1441 video->prevVop->uChan = video->prevVop->yChan + size; in DecodeShortHeader()
1442 video->prevVop->vChan = video->prevVop->uChan + (size >> 2); in DecodeShortHeader()
1592 …H263_Deblock(video->currVop->uChan, video->width >> 1, video->height >> 1, video->QPMB, video->hea… in PV_DecodeVop()
Dmp4lib_int.h59 PIXEL *uChan; /* The U component */ member
Dconceal.cpp160 u1 = curr->uChan + chrstart; in CopyVopMB()
Dcombined_decode.cpp707 …BlockIDCT(video->currVop->uChan + (offset >> 2) + (x_pos << 2), mblock->pred_block + 256, mblock->…
785 …BlockIDCT(video->currVop->uChan + (offset >> 2) + (x_pos << 2), mblock->pred_block + 256, mblock->…
Dblock_idct.cpp238 cu_comp = currVop->uChan + (offset >> 2) + (x_pos << 2); in MBlockIDCT()
Ddatapart_decode.cpp755 …BlockIDCT(video->currVop->uChan + (offset >> 2) + (x_pos << 2), mblock->pred_block + 256, mblock->… in GetMBData_DataPart()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
Dm4v_h263_enc_test.cpp218 vin.uChan = vin.yChan + vin.height * vin.pitch; in main()
219 vin.vChan = vin.uChan + ((vin.height * vin.pitch) >> 2); in main()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp778 video->currVop->uChan = video->currVop->yChan + size;/* Memory for currVop U */ in PVInitVideoEncoder()
779 video->currVop->vChan = video->currVop->uChan + (size >> 2);/* Memory for currVop V */ in PVInitVideoEncoder()
785 video->currVop->uChan += (offset >> 2) + 4; in PVInitVideoEncoder()
796 video->prevBaseVop->uChan = video->prevBaseVop->yChan + size; /* Memory for prevBaseVop U */ in PVInitVideoEncoder()
797 …video->prevBaseVop->vChan = video->prevBaseVop->uChan + (size >> 2); /* Memory for prevBaseVop V */ in PVInitVideoEncoder()
802 video->prevBaseVop->uChan += (offset >> 2) + 4; in PVInitVideoEncoder()
813 video->nextBaseVop->uChan = video->nextBaseVop->yChan + size; /* Memory for nextBaseVop U */ in PVInitVideoEncoder()
814 …video->nextBaseVop->vChan = video->nextBaseVop->uChan + (size >> 2); /* Memory for nextBaseVop V */ in PVInitVideoEncoder()
819 video->nextBaseVop->uChan += (offset >> 2) + 4; in PVInitVideoEncoder()
830 …video->prevEnhanceVop->uChan = video->prevEnhanceVop->yChan + size; /* Memory for Previous Enhance… in PVInitVideoEncoder()
[all …]
Dfastcodemb.cpp161 rec = currVop->uChan + offsetc; in CodeMB_H263()
162 input = inputFrame->uChan + offsetc; in CodeMB_H263()
388 rec = currVop->uChan + offsetc; in CodeMB_MPEG()
389 input = inputFrame->uChan + offsetc; in CodeMB_MPEG()
Dmp4lib_int.h43 PIXEL *uChan; /* The U component */ member
Dmotion_comp.cpp154 cu_prev = prevVop->uChan; in getMotionCompensatedMB()
164 cu_prev = prevVop->uChan; in getMotionCompensatedMB()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.cpp478 vin.uChan = vin.yChan + vin.height * vin.pitch; in onQueueFilled()
479 vin.vChan = vin.uChan + ((vin.height * vin.pitch) >> 2); in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
Dmp4dec_api.h123 uint8 *uChan; /* The U component frame the user can copy a new reference to */ member
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
Dmp4enc_api.h119 UChar *uChan; /* pointer to U */ member