Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_intra_prediction.c182 static void Intra4x4VerticalLeftPrediction(u8 *data, u8 *above);
813 Intra4x4VerticalLeftPrediction((u8*)data4x4, a + 1); in h264bsdIntra4x4Prediction()
1760 void Intra4x4VerticalLeftPrediction(u8 *data, u8 *above) in Intra4x4VerticalLeftPrediction() function