Searched refs:h264bsdPredModeIntra16x16 (Results 1 – 3 of 3) sorted by relevance
203 u32 h264bsdPredModeIntra16x16(mbType_e mbType);
219 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()
918 u32 h264bsdPredModeIntra16x16(mbType_e mbType) in h264bsdPredModeIntra16x16() function