Home
last modified time | relevance | path

Searched refs:yChan (Results 1 – 22 of 22) sorted by relevance

/frameworks/av/media/codecs/m4v_h263/dec/src/
Dpvdec_api.cpp341 video->currVop->yChan = IMEM_currVop_yChan; /* Allocate memory for all VOP OKA 3/2/1*/ in PVAllocVideoData()
342 if (video->currVop->yChan == NULL) status = PV_FALSE; in PVAllocVideoData()
344 video->currVop->uChan = video->currVop->yChan + size; in PVAllocVideoData()
348 video->prevVop->yChan = IMEM_prevVop_yChan; /* Allocate memory for all VOP OKA 3/2/1*/ in PVAllocVideoData()
349 if (video->prevVop->yChan == NULL) status = PV_FALSE; in PVAllocVideoData()
351 video->prevVop->uChan = video->prevVop->yChan + size; in PVAllocVideoData()
358 …video->currVop->yChan = (PIXEL *) oscl_malloc(size * 3 / 2); /* Allocate memory for all VOP OKA 3/… in PVAllocVideoData()
359 if (video->currVop->yChan == NULL) status = PV_FALSE; in PVAllocVideoData()
361 video->currVop->uChan = video->currVop->yChan + size; in PVAllocVideoData()
364 …video->prevVop->yChan = (PIXEL *) oscl_malloc(size * 3 / 2); /* Allocate memory for all VOP OKA 3/… in PVAllocVideoData()
[all …]
Dmb_motion_comp.cpp234 c_prev = prev->yChan; in MBMotionComp()
254 c_comp = video->currVop->yChan + offset; in MBMotionComp()
534 c_prev = prev->yChan; in SkippedMBMotionComp()
549 c_comp = comp->yChan + offset; in SkippedMBMotionComp()
Dmp4lib_int.h58 PIXEL *yChan; /* The Y component */ member
Dconceal.cpp163 y1 = curr->yChan + lumstart; in CopyVopMB()
Dmp4dec_lib.h235 void Copy_MB_into_Vop(uint8 *comp, int yChan[][NCOEFF_BLOCK], int width);
Dvop.cpp1466 video->currVop->uChan = video->currVop->yChan + size; in DecodeShortHeader()
1468 video->prevVop->uChan = video->prevVop->yChan + size; in DecodeShortHeader()
1618 …H263_Deblock(video->currVop->yChan, video->width, video->height, video->QPMB, video->headerInfo.Mo… in PV_DecodeVop()
Dcombined_decode.cpp644 c_comp = video->currVop->yChan + offset;
Dblock_idct.cpp237 c_comp = currVop->yChan + offset; in MBlockIDCT()
Ddatapart_decode.cpp692 c_comp = video->currVop->yChan + offset; in GetMBData_DataPart()
/frameworks/av/media/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp777 …video->currVop->allChan = video->currVop->yChan = (PIXEL *)M4VENC_MALLOC(sizeof(PIXEL) * (size + (… in PVInitVideoEncoder()
778 if (video->currVop->yChan == NULL) goto CLEAN_UP; in PVInitVideoEncoder()
779 video->currVop->uChan = video->currVop->yChan + size;/* Memory for currVop U */ in PVInitVideoEncoder()
785 video->currVop->yChan += offset; /* offset to the origin.*/ in PVInitVideoEncoder()
795 …video->prevBaseVop->allChan = video->prevBaseVop->yChan = (PIXEL *) M4VENC_MALLOC(sizeof(PIXEL) * … in PVInitVideoEncoder()
796 if (video->prevBaseVop->yChan == NULL) goto CLEAN_UP; in PVInitVideoEncoder()
797 video->prevBaseVop->uChan = video->prevBaseVop->yChan + size; /* Memory for prevBaseVop U */ in PVInitVideoEncoder()
802 video->prevBaseVop->yChan += offset; /* offset to the origin.*/ in PVInitVideoEncoder()
812 …video->nextBaseVop->allChan = video->nextBaseVop->yChan = (PIXEL *) M4VENC_MALLOC(sizeof(PIXEL) * … in PVInitVideoEncoder()
813 if (video->nextBaseVop->yChan == NULL) goto CLEAN_UP; in PVInitVideoEncoder()
[all …]
Dfastcodemb.cpp129 rec = currVop->yChan + offset; in CodeMB_H263()
130 input = inputFrame->yChan + offset; in CodeMB_H263()
356 rec = currVop->yChan + offset; in CodeMB_MPEG()
357 input = inputFrame->yChan + offset; in CodeMB_MPEG()
Dmotion_comp.cpp40 void Copy_MB_from_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int width);
42 void Copy_MB_into_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int width);
136 c_prev = prevVop->yChan; in getMotionCompensatedMB()
163 c_prev = prevVop->yChan; in getMotionCompensatedMB()
1717 void Copy_MB_from_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int pitch) in Copy_MB_from_Vop()
1726 src1 = yChan[i]; in Copy_MB_from_Vop()
1727 src2 = yChan[i+1]; in Copy_MB_from_Vop()
1795 void Copy_MB_into_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int pitch) in Copy_MB_into_Vop()
1806 src1 = yChan[i]; in Copy_MB_into_Vop()
1807 src2 = yChan[i+1]; in Copy_MB_into_Vop()
Dme_utils.cpp230 src = refVop->yChan; in PaddingEdge()
Dmotion_est.cpp187 cur = currFrame->yChan; in MotionEstimation()
274 cur = currFrame->yChan + offset; in MotionEstimation()
475 cur = currFrame->yChan; in MotionEstimation()
801 ref = video->forwardRefVop->yChan; /* origin of actual frame */ in MBMotionSearch()
Dmp4lib_int.h43 PIXEL *yChan; /* The Y component */ member
/frameworks/av/media/codecs/m4v_h263/enc/test/
Dm4v_h263_enc_test.cpp225 vin.yChan = inputBuf; in main()
226 vin.uChan = vin.yChan + vin.height * vin.pitch; in main()
DMpeg4H263EncoderTest.cpp174 videoIn.yChan = mInputBuffer; in processEncoder()
175 videoIn.uChan = videoIn.yChan + videoIn.height * videoIn.pitch; in processEncoder()
/frameworks/av/media/codecs/m4v_h263/fuzzer/
Dmpeg4_h263_enc_fuzzer.cpp158 videoIn.yChan = inputBuffer; in encodeFrames()
159 videoIn.uChan = videoIn.yChan + videoIn.height * videoIn.pitch; in encodeFrames()
/frameworks/av/media/codecs/m4v_h263/dec/include/
Dmp4dec_api.h122 uint8 *yChan; /* The Y component frame the user can copy a new reference to */ member
/frameworks/av/media/codecs/m4v_h263/enc/include/
Dmp4enc_api.h129 UChar *yChan; /* pointer to Y */ member
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.cpp475 vin.yChan = (uint8_t *)inputData; in onQueueFilled()
476 vin.uChan = vin.yChan + vin.height * vin.pitch; in onQueueFilled()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp576 vin.yChan = yPlane; in process()