Searched refs:target_uv (Results 1 – 1 of 1) sorted by relevance
475 fixed_t* const target_uv = SAFE_ALLOC(uv_w * 3, uv_h, fixed_t); in PreprocessARGB() local480 target_y == NULL || target_uv == NULL || in PreprocessARGB()510 UpdateChroma(src1, src2, target_uv + uv_off, dst_y, uv_w); in PreprocessARGB()511 memcpy(best_uv + uv_off, target_uv + uv_off, 3 * uv_w * sizeof(*best_uv)); in PreprocessARGB()547 const int diff_uv = (int)target_uv[off + k] - best_rgb_uv[3 * i + k]; in PreprocessARGB()566 WebPSafeFree(target_uv); in PreprocessARGB()