Home
last modified time | relevance | path

Searched refs:best_uv_base (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.c402 const fixed_t* const best_uv_base = best_uv; in ConvertWRGBToYUV() local
407 for (best_uv = best_uv_base, j = 0; j < picture->height; ++j) { in ConvertWRGBToYUV()
420 for (best_uv = best_uv_base, j = 0; j < uv_h; ++j) { in ConvertWRGBToYUV()
460 fixed_t* const best_uv_base = SAFE_ALLOC(uv_w * 3, uv_h, fixed_t); in PreprocessARGB() local
465 fixed_t* best_uv = best_uv_base; in PreprocessARGB()
470 if (best_y_base == NULL || best_uv_base == NULL || in PreprocessARGB()
514 const fixed_t* cur_uv = best_uv_base; in PreprocessARGB()
515 const fixed_t* prev_uv = best_uv_base; in PreprocessARGB()
519 best_uv = best_uv_base; in PreprocessARGB()
553 ok = ConvertWRGBToYUV(best_y_base, best_uv_base, picture); in PreprocessARGB()
[all …]

Completed in 5 milliseconds