Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_intra_prediction.c173 static void IntraChromaPlanePrediction(u8 *data, u8 *above, u8 *left);
895 IntraChromaPlanePrediction(data, above+1, left); in h264bsdIntraChromaPrediction()
1323 void IntraChromaPlanePrediction(u8 *data, u8 *above, u8 *left) in IntraChromaPlanePrediction() function