Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_intra_prediction.c178 static void Intra4x4DiagonalDownLeftPrediction(u8 *data, u8 *above);
789 Intra4x4DiagonalDownLeftPrediction((u8*)data4x4, a + 1); in h264bsdIntra4x4Prediction()
1607 void Intra4x4DiagonalDownLeftPrediction(u8 *data, u8 *above) in Intra4x4DiagonalDownLeftPrediction() function