Searched refs:currImage (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_conceal.h51 u32 h264bsdConceal(storage_t *pStorage, image_t *currImage, u32 sliceType);
H A Dh264bsd_slice_data.h54 image_t *currImage, sliceHeader_t *pSliceHeader);
H A Dh264bsd_conceal.c55 static u32 ConcealMb(mbStorage_t *pMb, image_t *currImage, u32 row, u32 col,
112 currImage pointer to current image structure
116 currImage concealed macroblocks will be written here
123 u32 h264bsdConceal(storage_t *pStorage, image_t *currImage, u32 sliceType) argument
137 ASSERT(currImage);
142 width = currImage->width;
143 height = currImage->height;
176 H264SwDecMemset(currImage->data, 128, width*height*384);
178 H264SwDecMemcpy(currImage->data, refData, width*height*384);
194 ConcealMb(mb+j, currImage, ro
253 ConcealMb(mbStorage_t *pMb, image_t *currImage, u32 row, u32 col, u32 sliceType, u8 *refData) argument
[all...]
H A Dh264bsd_decoder.c243 pStorage->currImage->data =
246 tmp = h264bsdConceal(pStorage, pStorage->currImage, P_SLICE);
249 tmp = h264bsdConceal(pStorage, pStorage->currImage,
421 pStorage->currImage->data =
447 pStorage->currImage, pStorage->sliceHeader);
474 h264bsdFilterPicture(pStorage->currImage, pStorage->mb);
487 pStorage->currImage, pStorage->sliceHeader->frameNum,
498 pStorage->currImage, pStorage->sliceHeader->frameNum,
H A Dh264bsd_slice_data.c70 currImage pointer to current processed picture, needed for
75 currImage processed macroblocks are written to current image
86 image_t *currImage, sliceHeader_t *pSliceHeader)
185 currImage, pStorage->dpb, &qpY, currMbAddr,
85 h264bsdDecodeSliceData(strmData_t *pStrmData, storage_t *pStorage, image_t *currImage, sliceHeader_t *pSliceHeader) argument
H A Dh264bsd_storage.h123 image_t currImage[1]; member in struct:__anon651
H A Dh264bsd_inter_prediction.c177 (prediction + residual) into the output image (currImage)
184 currImage pointer to output image
189 currImage current macroblock is written into image
198 dpbStorage_t *dpb, u32 mbNum, image_t *currImage, u8 *data)
221 colAndRow = mbNum / currImage->width;
223 colAndRow += (mbNum - colAndRow * currImage->width) << 16;
226 refImage.width = currImage->width;
227 refImage.height = currImage->height;
340 (prediction + residual) into the output image (currImage)
347 currImage pointe
197 h264bsdInterPrediction(mbStorage_t *pMb, macroblockLayer_t *pMbLayer, dpbStorage_t *dpb, u32 mbNum, image_t *currImage, u8 *data) argument
360 h264bsdInterPrediction(mbStorage_t *pMb, macroblockLayer_t *pMbLayer, dpbStorage_t *dpb, u32 mbNum, image_t *currImage, u8 *data) argument
[all...]
H A Dh264bsd_macroblock_layer.c947 currImage pointer to output image
956 currImage decoded macroblock is written into output image
965 image_t *currImage, dpbStorage_t *dpb, i32 *qpY, u32 mbNum,
980 ASSERT(currImage);
982 ASSERT(mbNum < currImage->width*currImage->height);
989 h264bsdSetCurrImageMbPointers(currImage, mbNum);
1018 h264bsdWriteMacroblock(currImage, (u8*)data);
1028 currImage, (u8*)data);
1076 currImage);
964 h264bsdDecodeMacroblock(mbStorage_t *pMb, macroblockLayer_t *pMbLayer, image_t *currImage, dpbStorage_t *dpb, i32 *qpY, u32 mbNum, u32 constrainedIntraPredFlag, u8* data) argument
[all...]
H A Dh264bsd_macroblock_layer.h200 image_t *currImage, dpbStorage_t *dpb, i32 *qpY, u32 mbNum,
H A Dh264bsd_storage.c333 pStorage->currImage->width = pStorage->activeSps->picWidthInMbs;
334 pStorage->currImage->height = pStorage->activeSps->picHeightInMbs;
397 pStorage->currImage->width = pStorage->activeSps->picWidthInMbs;
398 pStorage->currImage->height =

Completed in 69 milliseconds