Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
H A Dsimple_api_fuzzer.c44 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 Ddwebp.c145 uint32_t uv_stride = (w + 1) / 2 + 13; in AllocateExternalBuffer() local
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8_dec.h60 int uv_stride; // row stride for chroma member
H A Dbuffer_dec.c98 int uv_stride = 0, a_stride = 0; in AllocateBuffer() local
H A Dwebp_dec.c658 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 Didec_dec.c870 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 Dyuv.c52 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 Dpicture_enc.c96 const int uv_stride = uv_width; in WebPPictureAllocYUVA() local
H A Dpicture_tools_enc.c127 const int uv_stride = pic->uv_stride; in WebPCleanupTransparentArea() local
/third_party/skia/third_party/externals/libwebp/src/webp/
H A Ddecode.h362 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 Dencode.h313 int y_stride, uv_stride; // luma/chroma strides. member
/third_party/ffmpeg/libavcodec/
H A Dtruemotion2.c87 int y_stride, uv_stride; member
[all...]
H A Dvp9dec.h173 ptrdiff_t y_stride, uv_stride; member
H A Dvp9.c1098 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

Completed in 14 milliseconds