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.c461 fixed_y_t* const best_y_base = SAFE_ALLOC(w, h, fixed_y_t); in PreprocessARGB() local
467 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()