Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_intra_prediction.h52 image_t *image, u32 mbNum, u32 constrainedIntraPred, u8 *data);
56 u8 *above, u8 *left, u32 constrainedIntraPred);
58 u8 *above, u8 *left, u32 constrainedIntraPred);
61 u8 *above, u8 *left, u32 predMode, u32 constrainedIntraPred);
70 u32 constrainedIntraPred, u32 block);
73 u32 width, u32 constrainedIntraPred);
76 u32 predMode, u32 constrainedIntraPred);
Dh264bsd_intra_prediction.c207 u32 width, u32 constrainedIntraPred) in h264bsdIntra16x16Prediction() argument
222 if (availableA && constrainedIntraPred && in h264bsdIntra16x16Prediction()
226 if (availableB && constrainedIntraPred && in h264bsdIntra16x16Prediction()
230 if (availableD && constrainedIntraPred && in h264bsdIntra16x16Prediction()
264 u32 constrainedIntraPred, u32 block) in h264bsdIntra4x4Prediction() argument
286 if (availableA && constrainedIntraPred && in h264bsdIntra4x4Prediction()
295 if (availableB && constrainedIntraPred && in h264bsdIntra4x4Prediction()
309 if (availableC && constrainedIntraPred && in h264bsdIntra4x4Prediction()
318 if (availableD && constrainedIntraPred && in h264bsdIntra4x4Prediction()
373 u32 predMode, u32 constrainedIntraPred) in h264bsdIntraChromaPrediction() argument
[all …]
Dh264bsd_macroblock_layer.c100 static u32 ProcessIntra4x4Residual(mbStorage_t *pMb, u8 *data, u32 constrainedIntraPred,
103 static u32 ProcessIntra16x16Residual(mbStorage_t *pMb, u8 *data, u32 constrainedIntraPred,
1215 u32 constrainedIntraPred, in ProcessIntra16x16Residual() argument
1241 image->width*16, constrainedIntraPred) != HANTRO_OK) in ProcessIntra16x16Residual()
1266 constrainedIntraPred) != HANTRO_OK) in ProcessIntra16x16Residual()
1283 u32 constrainedIntraPred, in ProcessIntra4x4Residual() argument
1299 image->width*16, constrainedIntraPred, i) != HANTRO_OK) in ProcessIntra4x4Residual()
1321 constrainedIntraPred) != HANTRO_OK) in ProcessIntra4x4Residual()