Home
last modified time | relevance | path

Searched refs:picHeight (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_slice_group_map.c68 u32 picHeight);
76 u32 picHeight);
83 u32 picHeight);
96 u32 picHeight);
178 u32 picHeight) in DecodeDispersedMap() argument
190 ASSERT(picHeight); in DecodeDispersedMap()
192 picSize = picWidth * picHeight; in DecodeDispersedMap()
231 u32 picHeight) in DecodeForegroundLeftOverMap() argument
246 ASSERT(picHeight); in DecodeForegroundLeftOverMap()
248 picSize = picWidth * picHeight; in DecodeForegroundLeftOverMap()
[all …]
DDecTestBench.c42 u32 picWidth, u32 picHeight, CropParams *pCropParams);
242 decInfo.picWidth, decInfo.picHeight)); in main()
263 picSize = decInfo.picWidth * decInfo.picHeight; in main()
280 decInfo.picWidth, decInfo.picHeight); in main()
340 decInfo.picWidth, decInfo.picHeight, in main()
399 decInfo.picWidth, decInfo.picHeight, in main()
589 u32 picWidth, u32 picHeight, CropParams *pCropParams) in CropPicture() argument
597 !picWidth || !picHeight) in CropPicture()
608 picHeight ) ) in CropPicture()
638 pIn = pInImage + picWidth*picHeight + in CropPicture()
[all …]
DTestBenchMultipleInstance.c38 u32 picWidth, u32 picHeight, CropParams *pCropParams);
233 decoder[i]->decInfo.picHeight)); in main()
366 decInfo->picWidth, decInfo->picHeight, in CropWriteOutput()
375 picSize = decInfo->picWidth * decInfo->picHeight; in CropWriteOutput()
460 u32 picWidth, u32 picHeight, CropParams *pCropParams) in CropPicture() argument
468 !picWidth || !picHeight) in CropPicture()
478 picHeight ) ) in CropPicture()
505 pIn = pInImage + picWidth*picHeight + in CropPicture()
518 pIn = pInImage + 5*picWidth*picHeight/4 + in CropPicture()
DEvaluationTestBench.c141 picSize = decInfo.picWidth * decInfo.picHeight; in main()
148 decInfo.picWidth, decInfo.picHeight); in main()
Dh264bsd_slice_group_map.h57 u32 picHeight);
DH264SwDecApi.c241 pDecInfo->picHeight = h264bsdPicHeight(pStorage) << 4; in H264SwDecGetInfo()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
DH264SwDecApi.h122 u32 picHeight; member
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
DSoftAVC.cpp168 &portWillReset, decoderInfo.picWidth, decoderInfo.picHeight, in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dmotion_comp.cpp58 int picHeight = currPic->height; in AVCMBMotionComp() local
99 eLumaMotionComp(ref_l, picPitch, picHeight, x_pos, y_pos, in AVCMBMotionComp()
104 eChromaMotionComp(ref_Cb, picWidth >> 1, picHeight >> 1, x_pos, y_pos, in AVCMBMotionComp()
107 eChromaMotionComp(ref_Cr, picWidth >> 1, picHeight >> 1, x_pos, y_pos, in AVCMBMotionComp()