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.c395 const fixed_t* const best_uv_base = best_uv; in ConvertWRGBToYUV() local
400 for (best_uv = best_uv_base, j = 0; j < picture->height; ++j) { in ConvertWRGBToYUV()
413 for (best_uv = best_uv_base, j = 0; j < uv_h; ++j) { in ConvertWRGBToYUV()
453 fixed_t* const best_uv_base = SAFE_ALLOC(uv_w * 3, uv_h, fixed_t); in PreprocessARGB() local
458 fixed_t* best_uv = best_uv_base; in PreprocessARGB()
463 if (best_y_base == NULL || best_uv_base == NULL || in PreprocessARGB()
507 const fixed_t* cur_uv = best_uv_base; in PreprocessARGB()
508 const fixed_t* prev_uv = best_uv_base; in PreprocessARGB()
512 best_uv = best_uv_base; in PreprocessARGB()
546 ok = ConvertWRGBToYUV(best_y_base, best_uv_base, picture); in PreprocessARGB()
[all …]