Home
last modified time | relevance | path

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

/external/webp/sharpyuv/
Dsharpyuv.c186 const fixed_t* next_uv, in InterpolateTwoRows()
392 const fixed_t* const next_uv = cur_uv + ((j < h - 2) ? 3 * uv_w : 0); in DoSharpArgbToYuv() local