Home
last modified time | relevance | path

Searched refs:IS_I_SLICE (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_slice_data.c142 if (!IS_I_SLICE(pSliceHeader->sliceType)) in h264bsdDecodeSliceData()
206 if (IS_I_SLICE(pSliceHeader->sliceType)) in h264bsdDecodeSliceData()
Dh264bsd_slice_header.h58 #define IS_I_SLICE(sliceType) (((sliceType) == I_SLICE) || \ macro
Dh264bsd_conceal.c139 DEBUG(("Concealing %s slice\n", IS_I_SLICE(sliceType) ? in h264bsdConceal()
174 if ( (IS_I_SLICE(sliceType) && (pStorage->intraConcealmentFlag == 0)) || in h264bsdConceal()
306 if (IS_I_SLICE(sliceType)) in ConcealMb()
Dh264bsd_slice_header.c137 if ( !IS_I_SLICE(pSliceHeader->sliceType) && in h264bsdDecodeSliceHeader()
Dh264bsd_macroblock_layer.c157 if (IS_I_SLICE(sliceType)) in h264bsdDecodeMacroblockLayer()