Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_csp_enc.c406 const fixed_t* const best_uv_base = best_uv; in ConvertWRGBToYUV() local
411 for (best_uv = best_uv_base, j = 0; j < picture->height; ++j) { in ConvertWRGBToYUV()
424 for (best_uv = best_uv_base, j = 0; j < uv_h; ++j) { in ConvertWRGBToYUV()
464 fixed_t* const best_uv_base = SAFE_ALLOC(uv_w * 3, uv_h, fixed_t); in PreprocessARGB() local
469 fixed_t* best_uv = best_uv_base; in PreprocessARGB()
474 if (best_y_base == NULL || best_uv_base == NULL || in PreprocessARGB()
518 const fixed_t* cur_uv = best_uv_base; in PreprocessARGB()
519 const fixed_t* prev_uv = best_uv_base; in PreprocessARGB()
523 best_uv = best_uv_base; in PreprocessARGB()
557 ok = ConvertWRGBToYUV(best_y_base, best_uv_base, picture); in PreprocessARGB()
[all …]