HomeSort by relevance Sort by last modified time
    Searched refs:WEBP_YUV422 (Results 1 - 2 of 2) sorted by null

  /external/webp/src/enc/
picture.c 63 case WEBP_YUV422:
210 const int is_yuv422 = IS_YUV_CSP(pic->colorspace, WEBP_YUV422);
251 if (IS_YUV_CSP(dst->colorspace, WEBP_YUV422)) {
302 IS_YUV_CSP(dst->colorspace, WEBP_YUV422) ? (left >> 1) : left;
349 if (IS_YUV_CSP(tmp.colorspace, WEBP_YUV422)) {
444 const int s = IS_YUV_CSP(tmp.colorspace, WEBP_YUV422) ? 2 : 1;
640 if (uv_csp == WEBP_YUV422) {
    [all...]
  /external/webp/include/webp/
encode.h 236 WEBP_YUV422 = 1, // 4:2:2

Completed in 319 milliseconds