Searched refs:best_rgb_y (Results 1 – 1 of 1) sorted by relevance
440 fixed_y_t* const best_rgb_y = SAFE_ALLOC(w, 2, fixed_y_t); in PreprocessARGB() local452 best_rgb_y == NULL || best_rgb_uv == NULL || in PreprocessARGB()504 UpdateW(src1, best_rgb_y + 0 * w, w); in PreprocessARGB()505 UpdateW(src2, best_rgb_y + 1 * w, w); in PreprocessARGB()511 const int diff_y = target_y[off] - best_rgb_y[i]; in PreprocessARGB()555 WebPSafeFree(best_rgb_y); in PreprocessARGB()