Searched refs:FilterVerChromaEdge (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.c30 FilterVerChromaEdge
186 static void FilterVerChromaEdge( u8 *data, u32 bS, edgeThreshold_t *thresholds,
936 Function: FilterVerChromaEdge
942 void FilterVerChromaEdge( function
1653 * FilterVerChromaEdge calls handle the left edge of the macroblock,
1659 FilterVerChromaEdge(dataCb, tmp[0].left, thresholds + LEFT, width);
1660 FilterVerChromaEdge(dataCr, tmp[0].left, thresholds + LEFT, width);
1664 FilterVerChromaEdge(dataCb+2*width, tmp[4].left, thresholds + LEFT,
1666 FilterVerChromaEdge(dataCr+2*width, tmp[4].left, thresholds + LEFT,
1671 FilterVerChromaEdge(dataC
[all...]

Completed in 455 milliseconds