Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_csp_enc.c463 fixed_y_t* const best_rgb_y = SAFE_ALLOC(w, 2, fixed_y_t); in PreprocessARGB() local
476 best_rgb_y == NULL || best_rgb_uv == NULL || in PreprocessARGB()
536 UpdateW(src1, best_rgb_y + 0 * w, w); in PreprocessARGB()
537 UpdateW(src2, best_rgb_y + 1 * w, w); in PreprocessARGB()
541 diff_y_sum += WebPSharpYUVUpdateY(target_y, best_rgb_y, best_y, 2 * w); in PreprocessARGB()
564 WebPSafeFree(best_rgb_y); in PreprocessARGB()