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

/external/webp/src/enc/
H A Dpicture_csp.c473 fixed_y_t* const best_rgb_y = SAFE_ALLOC(w, 2, fixed_y_t); local
481 best_rgb_y == NULL || best_rgb_uv == NULL ||
532 UpdateW(src1, best_rgb_y + 0 * w, w);
533 UpdateW(src2, best_rgb_y + 1 * w, w);
539 const int diff_y = target_y[off] - best_rgb_y[i];
567 WebPSafeFree(best_rgb_y);

Completed in 1323 milliseconds