/third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
H A D | simple_api_fuzzer.c | 44 int stride, uv_stride; in LLVMFuzzerTestOneInput() local 67 const int uv_stride = (w + 1) / 2; in LLVMFuzzerTestOneInput() local
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | dwebp.c | 145 uint32_t uv_stride = (w + 1) / 2 + 13; in AllocateExternalBuffer() local
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | vp8_dec.h | 60 int uv_stride; // row stride for chroma member
|
H A D | buffer_dec.c | 98 int uv_stride = 0, a_stride = 0; in AllocateBuffer() local
|
H A D | webp_dec.c | 658 WebPDecodeYUV(const uint8_t* data, size_t data_size, int* width, int* height, uint8_t** u, uint8_t** v, int* stride, int* uv_stride) WebPDecodeYUV() argument
|
H A D | idec_dec.c | 870 WebPIDecGetYUVA(const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, uint8_t** a, int* width, int* height, int* stride, int* uv_stride, int* a_stride) WebPIDecGetYUVA() argument
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | yuv.c | 52 WebPSamplerProcessPlane(const uint8_t* y, int y_stride, const uint8_t* u, const uint8_t* v, int uv_stride, uint8_t* dst, int dst_stride, int width, int height, WebPSamplerRowFunc func) WebPSamplerProcessPlane() argument
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | picture_enc.c | 96 const int uv_stride = uv_width; in WebPPictureAllocYUVA() local
|
H A D | picture_tools_enc.c | 127 const int uv_stride = pic->uv_stride; in WebPCleanupTransparentArea() local
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
H A D | decode.h | 362 WebPIDecGetYUV( const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, int* width, int* height, int* stride, int* uv_stride) WebPIDecGetYUV() argument
|
H A D | encode.h | 313 int y_stride, uv_stride; // luma/chroma strides. member
|
/third_party/ffmpeg/libavcodec/ |
H A D | truemotion2.c | 87 int y_stride, uv_stride; member [all...] |
H A D | vp9dec.h | 173 ptrdiff_t y_stride, uv_stride; member
|
H A D | vp9.c | 1098 ptrdiff_t y_stride = f->linesize[0], uv_stride = f->linesize[1]; in decode_sb() local 1173 ptrdiff_t y_stride = f->linesize[0], uv_stride = f->linesize[1]; in decode_sb_mem() local
|