HomeSort by relevance Sort by last modified time
    Searched refs:picHeight (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_group_map.h 57 u32 picHeight);
h264bsd_slice_group_map.c 68 u32 picHeight);
76 u32 picHeight);
83 u32 picHeight);
96 u32 picHeight);
164 picHeight picture height in macroblocks
178 u32 picHeight)
190 ASSERT(picHeight);
192 picSize = picWidth * picHeight;
215 picHeight picture height in macroblocks
231 u32 picHeight)
    [all...]
DecTestBench.c 42 u32 picWidth, u32 picHeight, CropParams *pCropParams);
242 decInfo.picWidth, decInfo.picHeight));
263 picSize = decInfo.picWidth * decInfo.picHeight;
280 decInfo.picWidth, decInfo.picHeight);
340 decInfo.picWidth, decInfo.picHeight,
399 decInfo.picWidth, decInfo.picHeight,
584 picWidth x picHeight is cropped with pCropParams and the resulting
589 u32 picWidth, u32 picHeight, CropParams *pCropParams)
597 !picWidth || !picHeight)
608 picHeight ) )
    [all...]
TestBenchMultipleInstance.c 38 u32 picWidth, u32 picHeight, CropParams *pCropParams);
233 decoder[i]->decInfo.picHeight));
366 decInfo->picWidth, decInfo->picHeight,
375 picSize = decInfo->picWidth * decInfo->picHeight;
457 u32 picWidth, u32 picHeight, CropParams *pCropParams)
465 !picWidth || !picHeight)
475 picHeight ) )
502 pIn = pInImage + picWidth*picHeight +
515 pIn = pInImage + 5*picWidth*picHeight/4 +
EvaluationTestBench.c 141 picSize = decInfo.picWidth * decInfo.picHeight;
145 * picSize = (decInfo.picWidth * decInfo.picHeight) * 2; */
148 decInfo.picWidth, decInfo.picHeight);
H264SwDecApi.c 230 pDecInfo->picHeight = h264bsdPicHeight(pStorage) << 4;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H264SwDecApi.h 122 u32 picHeight;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 219 if (mWidth != info->picWidth || mHeight != info->picHeight) {
221 mHeight = info->picHeight;
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 58 int picHeight = currPic->height;
99 eLumaMotionComp(ref_l, picPitch, picHeight, x_pos, y_pos,
104 eChromaMotionComp(ref_Cb, picWidth >> 1, picHeight >> 1, x_pos, y_pos,
107 eChromaMotionComp(ref_Cr, picWidth >> 1, picHeight >> 1, x_pos, y_pos,
121 void eLumaMotionComp(uint8 *ref, int picpitch, int picheight,
126 (void)(picheight);
    [all...]

Completed in 876 milliseconds