Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_intra_prediction.c172 static void IntraChromaVerticalPrediction(u8 *data, u8 *above);
888 IntraChromaVerticalPrediction(data, above+1); in h264bsdIntraChromaPrediction()
1288 void IntraChromaVerticalPrediction(u8 *data, u8 *above) in IntraChromaVerticalPrediction() function