Searched refs:next_uv (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/enc/ |
D | picture_csp_enc.c | 355 const fixed_t* next_uv, in InterpolateTwoRows() argument 365 out2[0] = Filter2(cur_uv[0], next_uv[0], best_y[w]); in InterpolateTwoRows() 368 WebPSharpYUVFilterRow(cur_uv, next_uv, len, best_y + w + 1, out2 + 1); in InterpolateTwoRows() 374 out2[w - 1] = Filter2(cur_uv[uv_w - 1], next_uv[uv_w - 1], in InterpolateTwoRows() 381 next_uv += uv_w; in InterpolateTwoRows() 530 const fixed_t* const next_uv = cur_uv + ((j < h - 2) ? 3 * uv_w : 0); in PreprocessARGB() local 531 InterpolateTwoRows(best_y, prev_uv, cur_uv, next_uv, w, src1, src2); in PreprocessARGB() 533 cur_uv = next_uv; in PreprocessARGB()
|