Home | History | Annotate | Download | only in source

Lines Matching refs:dataCb

1625   u8 *dataCb,
1640 ASSERT(dataCb);
1659 FilterVerChromaEdge(dataCb, tmp[0].left, thresholds + LEFT, width);
1664 FilterVerChromaEdge(dataCb+2*width, tmp[4].left, thresholds + LEFT,
1671 FilterVerChromaEdge(dataCb+4, tmp[2].left, thresholds + INNER,
1678 FilterVerChromaEdge(dataCb+2*width+4, tmp[6].left,
1693 FilterHorChroma(dataCb, tmp[0].top, thresholds+offset,
1703 FilterHorChromaEdge(dataCb, tmp[0].top, thresholds+offset,
1710 FilterHorChromaEdge(dataCb+2, tmp[1].top, thresholds+offset,
1717 FilterHorChromaEdge(dataCb+4, tmp[2].top, thresholds+offset,
1724 FilterHorChromaEdge(dataCb+6, tmp[3].top, thresholds+offset,
1732 dataCb += width*4;