Searched defs:picHeight (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_slice_group_map.c68 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)
174 DecodeDispersedMap( u32 *map, u32 numSliceGroups, u32 picWidth, u32 picHeight) argument
225 DecodeForegroundLeftOverMap( u32 *map, u32 numSliceGroups, u32 *topLeft, u32 *bottomRight, u32 picWidth, u32 picHeight) argument
294 DecodeBoxOutMap( u32 *map, u32 sliceGroupChangeDirectionFlag, u32 unitsInSliceGroup0, u32 picWidth, u32 picHeight) argument
448 DecodeWipeMap( u32 *map, u32 sliceGroupChangeDirectionFlag, u32 sizeOfUpperLeftGroup, u32 picWidth, u32 picHeight) argument
503 h264bsdDecodeSliceGroupMap( u32 *map, picParamSet_t *pps, u32 sliceGroupChangeCycle, u32 picWidth, u32 picHeight) argument
[all...]
H A DTestBenchMultipleInstance.c38 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 +
456 CropPicture(u8 *pOutImage, u8 *pInImage, u32 picWidth, u32 picHeight, CropParams *pCropParams) argument
H A DDecTestBench.c42 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 ) )
588 CropPicture(u8 *pOutImage, u8 *pInImage, u32 picWidth, u32 picHeight, CropParams *pCropParams) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H A DH264SwDecApi.h122 u32 picHeight; member in struct:__anon472
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_comp.cpp58 int picHeight = currPic->height; local
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,

Completed in 140 milliseconds