Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_intra_prediction.c164 static void Intra16x16VerticalPrediction(u8 *data, u8 *above);
657 Intra16x16VerticalPrediction(data, above+1); in h264bsdIntra16x16Prediction()
995 void Intra16x16VerticalPrediction(u8 *data, u8 *above) in Intra16x16VerticalPrediction() function