Searched refs:prev_uv (Results 1 – 1 of 1) sorted by relevance
332 const fixed_t* const prev_uv, in InterpolateTwoRows() argument343 out1[k] = clip_y(Filter2(cur_uv[k], prev_uv[k]) + W0); in InterpolateTwoRows()352 const int tmp0 = Filter(cur_uv + off + k, prev_uv + off + k, i & 1); in InterpolateTwoRows()363 out1[3 * i + k] = clip_y(Filter2(cur_uv[off + k], prev_uv[off + k]) + W0); in InterpolateTwoRows()490 const fixed_t* prev_uv = best_uv; in PreprocessARGB() local498 InterpolateTwoRows(best_y + j * w, prev_uv, cur_uv, next_uv, in PreprocessARGB()500 prev_uv = cur_uv; in PreprocessARGB()