Home
last modified time | relevance | path

Searched refs:next_uv (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/enc/
Dpicture_csp_enc.c351 const fixed_t* next_uv, in InterpolateTwoRows() argument
361 out2[0] = Filter2(cur_uv[0], next_uv[0], best_y[w]); in InterpolateTwoRows()
364 WebPSharpYUVFilterRow(cur_uv, next_uv, len, best_y + w + 1, out2 + 1); in InterpolateTwoRows()
370 out2[w - 1] = Filter2(cur_uv[uv_w - 1], next_uv[uv_w - 1], in InterpolateTwoRows()
377 next_uv += uv_w; in InterpolateTwoRows()
526 const fixed_t* const next_uv = cur_uv + ((j < h - 2) ? 3 * uv_w : 0); in PreprocessARGB() local
527 InterpolateTwoRows(best_y, prev_uv, cur_uv, next_uv, w, src1, src2); in PreprocessARGB()
529 cur_uv = next_uv; in PreprocessARGB()