Searched refs:best_y_base (Results 1 – 1 of 1) sorted by relevance
461 fixed_y_t* const best_y_base = SAFE_ALLOC(w, h, fixed_y_t); in PreprocessARGB() local467 fixed_y_t* best_y = best_y_base; in PreprocessARGB()474 if (best_y_base == NULL || best_uv_base == NULL || in PreprocessARGB()522 best_y = best_y_base; in PreprocessARGB()557 ok = ConvertWRGBToYUV(best_y_base, best_uv_base, picture); in PreprocessARGB()560 WebPSafeFree(best_y_base); in PreprocessARGB()