Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_csp_enc.c457 fixed_y_t* const best_y_base = SAFE_ALLOC(w, h, fixed_y_t); in PreprocessARGB() local
463 fixed_y_t* best_y = best_y_base; in PreprocessARGB()
470 if (best_y_base == NULL || best_uv_base == NULL || in PreprocessARGB()
518 best_y = best_y_base; in PreprocessARGB()
553 ok = ConvertWRGBToYUV(best_y_base, best_uv_base, picture); in PreprocessARGB()
556 WebPSafeFree(best_y_base); in PreprocessARGB()