Searched defs:best_uv (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/enc/
H A Dpicture_csp.c418 const fixed_t* const best_uv,
430 const int r = best_uv[off + 0] + W;
431 const int g = best_uv[off + 1] + W;
432 const int b = best_uv[off + 2] + W;
441 const int r = best_uv[off + 0];
442 const int g = best_uv[off + 1];
443 const int b = best_uv[off + 2];
474 fixed_t* const best_uv = SAFE_ALLOC(uv_w * 3, uv_h, fixed_t); local
479 if (best_y == NULL || best_uv == NULL ||
511 memcpy(best_uv
417 ConvertWRGBToYUV(const fixed_y_t* const best_y, const fixed_t* const best_uv, WebPPicture* const picture) argument
[all...]

Completed in 80 milliseconds