Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_intra_prediction.h57 u32 h264bsdIntra16x16Prediction(mbStorage_t *pMb, u8 *data, i32 residual[][16],
72 u32 h264bsdIntra16x16Prediction(mbStorage_t *pMb, u8 *data, u8 *pImage,
Dh264bsd_intra_prediction.c206 u32 h264bsdIntra16x16Prediction(mbStorage_t *pMb, u8 *data, u8 *ptr, in h264bsdIntra16x16Prediction() function
500 tmp = h264bsdIntra16x16Prediction(pMb, data, mbLayer->residual.level, in h264bsdIntraPrediction()
622 u32 h264bsdIntra16x16Prediction(mbStorage_t *pMb, u8 *data, i32 residual[][16], in h264bsdIntra16x16Prediction() function
Dh264bsd_macroblock_layer.c1240 if (h264bsdIntra16x16Prediction(pMb, data, image->luma, in ProcessIntra16x16Residual()