Home
last modified time | relevance | path

Searched refs:h264bsdPredModeIntra16x16 (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_macroblock_layer.h203 u32 h264bsdPredModeIntra16x16(mbType_e mbType);
Dh264bsd_intra_prediction.c219 ASSERT(h264bsdPredModeIntra16x16(pMb->mbType) < 4); in h264bsdIntra16x16Prediction()
241 h264bsdPredModeIntra16x16(pMb->mbType), in h264bsdIntra16x16Prediction()
637 ASSERT(h264bsdPredModeIntra16x16(pMb->mbType) < 4); in h264bsdIntra16x16Prediction()
652 switch(h264bsdPredModeIntra16x16(pMb->mbType)) in h264bsdIntra16x16Prediction()
Dh264bsd_macroblock_layer.c918 u32 h264bsdPredModeIntra16x16(mbType_e mbType) in h264bsdPredModeIntra16x16() function