Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_csp_enc.c459 fixed_y_t* const best_rgb_y = SAFE_ALLOC(w, 2, fixed_y_t); in PreprocessARGB() local
472 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()

Completed in 8 milliseconds