Home
last modified time | relevance | path

Searched refs:target_y (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/enc/
Dpicture_csp.c472 fixed_y_t* const target_y = SAFE_ALLOC(w, h, fixed_y_t); in PreprocessARGB() local
480 target_y == NULL || target_uv == NULL || in PreprocessARGB()
508 UpdateW(src1, target_y + (j + 0) * w, w); in PreprocessARGB()
509 UpdateW(src2, target_y + (j + 1) * w, w); in PreprocessARGB()
539 const int diff_y = target_y[off] - best_rgb_y[i]; in PreprocessARGB()
565 WebPSafeFree(target_y); in PreprocessARGB()