Searched defs:next_uv (Results 1 – 1 of 1) sorted by relevance
355 const fixed_t* next_uv, in InterpolateTwoRows()530 const fixed_t* const next_uv = cur_uv + ((j < h - 2) ? 3 * uv_w : 0); in PreprocessARGB() local