Searched refs:currInput (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dresidual.cpp24 AVCFrameIO *currInput = encvid->currInput; local
28 int orgPitch = currInput->pitch;
43 pSrc = currInput->YCbCr[0] + offset1;
78 pSrc = currInput->YCbCr[1] + ((offset1 + x_position) >> 2);
112 pSrc = currInput->YCbCr[2] + ((offset1 + x_position) >> 2);
H A Dintra_est.cpp35 AVCFrameIO *currInput = encvid->currInput; local
36 int orgPitch = currInput->pitch;
39 uint8 *orgY = currInput->YCbCr[0] + y_pos * orgPitch + x_pos;
69 orgY_2 = currInput->YCbCr[1] + offset + (y_pos >> 2) * (orgPitch - picPitch);
83 orgY_2 = currInput->YCbCr[2] + offset + (y_pos >> 2) * (orgPitch - picPitch);
114 AVCFrameIO *currInput = encvid->currInput; local
122 int orgPitch = currInput->pitch;
143 orgY = currInput
630 AVCFrameIO *currInput = encvid->currInput; local
1386 AVCFrameIO *currInput = encvid->currInput; local
2007 AVCFrameIO *currInput = encvid->currInput; local
[all...]
H A Dheader.cpp653 AVCFrameIO *currInput = encvid->currInput; local
662 encvid->dispOrdPOCRef = currInput->disp_order;
664 while (currInput->disp_order < encvid->dispOrdPOCRef)
668 sliceHdr->pic_order_cnt_lsb = currInput->disp_order - encvid->dispOrdPOCRef;
719 encvid->dispOrdPOCRef = currInput->disp_order; /* reset the reference point */
780 sliceHdr->delta_pic_order_cnt[0] = currInput->disp_order - encvid->dispOrdPOCRef - video->expectedPicOrderCnt;
784 sliceHdr->delta_pic_order_cnt[1] = sliceHdr->delta_pic_order_cnt[0]; /* should be calculated from currInput->bottom_field->disp_order */
H A Davcenc_api.cpp139 encvid->currInput = NULL;
317 encvid->currInput = input;
318 encvid->currInput->coding_order = frameNum;
488 encvid->prevCodedFrameNum = encvid->currInput->coding_order;
H A Dslice.cpp158 AVCFrameIO *currInput = encvid->currInput; local
167 int orgPitch = currInput->pitch;
184 orgL = currInput->YCbCr[0] + offset;
188 orgCb = currInput->YCbCr[1] + offset;
189 orgCr = currInput->YCbCr[2] + offset;
209 /* and copy from currInput to currPic */
H A Davcenc_int.h385 AVCFrameIO *currInput; /* pointer to the current input frame */ member in struct:tagEncObject
H A Dblock.cpp80 int org_pitch = encvid->currInput->pitch;
364 int org_pitch = encvid->currInput->pitch;
726 int org_pitch = (encvid->currInput->pitch) >> 1;
H A Dmotion_est.cpp241 AVCFrameIO *currInput = encvid->currInput; local
247 int pitch = currInput->pitch;
354 cur = currInput->YCbCr[0] + offset;
H A Dinit.cpp740 encvid->currInput->is_reference = 1; /* default to all frames */

Completed in 61 milliseconds