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

/external/webp/src/enc/
H A Dpicture_csp_enc.c344 const fixed_t* next_uv,
354 out2[0] = Filter2(cur_uv[0], next_uv[0], best_y[w]);
357 WebPSharpYUVFilterRow(cur_uv, next_uv, len, best_y + w + 1, out2 + 1);
363 out2[w - 1] = Filter2(cur_uv[uv_w - 1], next_uv[uv_w - 1],
370 next_uv += uv_w;
519 const fixed_t* const next_uv = cur_uv + ((j < h - 2) ? 3 * uv_w : 0); local
520 InterpolateTwoRows(best_y, prev_uv, cur_uv, next_uv, w, src1, src2);
522 cur_uv = next_uv;
341 InterpolateTwoRows(const fixed_y_t* const best_y, const fixed_t* prev_uv, const fixed_t* cur_uv, const fixed_t* next_uv, int w, fixed_y_t* out1, fixed_y_t* out2) argument

Completed in 220 milliseconds