| /third_party/skia/third_party/externals/libwebp/extras/ |
| D | extras.c | 33 int y, width, uv_width; in WebPImportGray() local
|
| /third_party/skia/m133/third_party/externals/libwebp/imageio/ |
| D | image_enc.c | 509 const int uv_width = (width + 1) / 2; in WebPWritePGM() local 553 const int uv_width = (width + 1) / 2; in WebPWriteYUV() local
|
| /third_party/skia/third_party/externals/libwebp/imageio/ |
| D | image_enc.c | 475 const int uv_width = (width + 1) / 2; in WebPWritePGM() local 519 const int uv_width = (width + 1) / 2; in WebPWriteYUV() local
|
| /third_party/skia/third_party/externals/libwebp/src/enc/ |
| D | picture_enc.c | 94 const int uv_width = (int)(((int64_t)width + 1) >> 1); in WebPPictureAllocYUVA() local
|
| D | picture_tools_enc.c | 200 const int uv_width = (pic->width >> 1); // omit last pixel during u/v loop in WebPBlendAlpha() local
|
| D | picture_csp_enc.c | 886 const int uv_width = (width + 1) >> 1; in ImportYUVAFromRGBA() local
|
| /third_party/skia/m133/third_party/externals/libwebp/src/enc/ |
| D | picture_enc.c | 109 const int uv_width = (int)(((int64_t)width + 1) >> 1); in WebPPictureAllocYUVA() local
|
| D | picture_tools_enc.c | 201 const int uv_width = (picture->width >> 1); in WebPBlendAlpha() local
|
| D | picture_csp_enc.c | 518 const int uv_width = (width + 1) >> 1; in ImportYUVAFromRGBA() local
|
| /third_party/skia/m133/third_party/externals/libwebp/src/dsp/ |
| D | yuv.c | 132 const int uv_width = src_width >> 1; in WebPConvertARGBToUV_C() local
|
| /third_party/skia/m133/third_party/externals/libwebp/src/dec/ |
| D | buffer_dec.c | 50 const int uv_width = (width + 1) / 2; in CheckDecBuffer() local
|
| D | io_dec.c | 594 const int uv_width = (io->mb_w + 1) >> 1; in CustomSetup() local
|
| /third_party/skia/third_party/externals/libwebp/src/dec/ |
| D | buffer_dec.c | 50 const int uv_width = (width + 1) / 2; in CheckDecBuffer() local
|
| D | io_dec.c | 594 const int uv_width = (io->mb_w + 1) >> 1; in CustomSetup() local
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| D | yuv.c | 131 const int uv_width = src_width >> 1; in WebPConvertARGBToUV_C() local
|
| /third_party/skia/m133/third_party/externals/libwebp/examples/ |
| D | cwebp.c | 52 const int uv_width = (pic->width + 1) / 2; in ReadYUV() local 310 const int uv_width = (picture->width + 1) / 2; in DumpPicture() local
|
| /third_party/skia/third_party/externals/libwebp/examples/ |
| D | cwebp.c | 51 const int uv_width = (pic->width + 1) / 2; in ReadYUV() local 308 const int uv_width = (picture->width + 1) / 2; in DumpPicture() local
|
| /third_party/skia/m133/third_party/externals/libwebp/extras/ |
| D | extras.c | 39 int y, width, uv_width; in WebPImportGray() local
|
| /third_party/skia/m133/third_party/externals/libyuv/source/ |
| D | convert.cc | 172 int uv_width = SUBSAMPLE(width, subsample_x, subsample_x); in Planar16bitTo8bit() local 257 const int uv_width = SUBSAMPLE(width, 1, 1); in I210ToI420() local 471 const int uv_width = SUBSAMPLE(width, subsample_x, subsample_x); in IxxxToPxxx() local
|