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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.c31 FilterHorChromaEdge
188 static void FilterHorChromaEdge( u8 *data, u32 bS, edgeThreshold_t *thresholds,
1011 Function: FilterHorChromaEdge
1017 void FilterHorChromaEdge( function
1685 * filtering with FilterHorChroma, otherwise use FilterHorChromaEdge
1703 FilterHorChromaEdge(dataCb, tmp[0].top, thresholds+offset,
1705 FilterHorChromaEdge(dataCr, tmp[0].top, thresholds+offset,
1710 FilterHorChromaEdge(dataCb+2, tmp[1].top, thresholds+offset,
1712 FilterHorChromaEdge(dataCr+2, tmp[1].top, thresholds+offset,
1717 FilterHorChromaEdge(dataC
[all...]

Completed in 62 milliseconds