Home
last modified time | relevance | path

Searched refs:best_uv (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()
417 best_uv += (j & 1) * 3 * uv_w; in ConvertWRGBToYUV()
423 const int r = best_uv[off + 0 * uv_w]; in ConvertWRGBToYUV()
424 const int g = best_uv[off + 1 * uv_w]; in ConvertWRGBToYUV()
425 const int b = best_uv[off + 2 * uv_w]; in ConvertWRGBToYUV()
429 best_uv += 3 * uv_w; in ConvertWRGBToYUV()
465 fixed_t* best_uv = best_uv_base; in PreprocessARGB() local
502 memcpy(best_uv, target_uv, 3 * uv_w * sizeof(*best_uv)); in PreprocessARGB()
504 best_uv += 3 * uv_w; in PreprocessARGB()
519 best_uv = best_uv_base; in PreprocessARGB()
[all …]

Completed in 6 milliseconds