Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_csp.c365 const fixed_t* const next_uv, in InterpolateTwoRows() argument
375 out2[k] = clip_fixed_t(Filter2(cur_uv[k], next_uv[k]) + W1); in InterpolateTwoRows()
384 const int tmp1 = Filter(cur_uv + off + k, next_uv + off + k, i & 1); in InterpolateTwoRows()
397 clip_fixed_t(Filter2(cur_uv[off + k], next_uv[off + k]) + W1); in InterpolateTwoRows()
525 const fixed_t* const next_uv = cur_uv + ((j < h - 2) ? 3 * uv_w : 0); in PreprocessARGB() local
526 InterpolateTwoRows(best_y + j * w, prev_uv, cur_uv, next_uv, in PreprocessARGB()
529 cur_uv = next_uv; in PreprocessARGB()