Searched refs:best_rgb_y (Results 1 – 1 of 1) sorted by relevance
459 fixed_y_t* const best_rgb_y = SAFE_ALLOC(w, 2, fixed_y_t); in PreprocessARGB() local472 best_rgb_y == NULL || best_rgb_uv == NULL || in PreprocessARGB()532 UpdateW(src1, best_rgb_y + 0 * w, w); in PreprocessARGB()533 UpdateW(src2, best_rgb_y + 1 * w, w); in PreprocessARGB()537 diff_y_sum += WebPSharpYUVUpdateY(target_y, best_rgb_y, best_y, 2 * w); in PreprocessARGB()560 WebPSafeFree(best_rgb_y); in PreprocessARGB()