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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.c28 FilterHorLumaEdge
181 static void FilterHorLumaEdge( u8 *data, u32 bS, edgeThreshold_t *thresholds,
754 Function: FilterHorLumaEdge
760 void FilterHorLumaEdge( function
1584 * filtering with FilterHorLuma, otherwise use FilterHorLumaEdge for
1596 FilterHorLumaEdge(ptr, tmp[0].top, thresholds+offset,
1599 FilterHorLumaEdge(ptr+4, tmp[1].top, thresholds+offset,
1602 FilterHorLumaEdge(ptr+8, tmp[2].top, thresholds+offset,
1605 FilterHorLumaEdge(ptr+12, tmp[3].top, thresholds+offset,

Completed in 61 milliseconds