Home | History | Annotate | Download | only in source

Lines Matching refs:dataCr

1626   u8 *dataCr,
1641 ASSERT(dataCr);
1660 FilterVerChromaEdge(dataCr, tmp[0].left, thresholds + LEFT, width);
1666 FilterVerChromaEdge(dataCr+2*width, tmp[4].left, thresholds + LEFT,
1673 FilterVerChromaEdge(dataCr+4, tmp[2].left, thresholds + INNER,
1680 FilterVerChromaEdge(dataCr+2*width+4, tmp[6].left,
1695 FilterHorChroma(dataCr, tmp[0].top, thresholds+offset,
1705 FilterHorChromaEdge(dataCr, tmp[0].top, thresholds+offset,
1712 FilterHorChromaEdge(dataCr+2, tmp[1].top, thresholds+offset,
1719 FilterHorChromaEdge(dataCr+4, tmp[2].top, thresholds+offset,
1726 FilterHorChromaEdge(dataCr+6, tmp[3].top, thresholds+offset,
1733 dataCr += width*4;