Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8_dec.h59 int y_stride; // row stride for luma member
H A Dbuffer_dec.c52 const int y_stride = abs(buf->y_stride); in CheckDecBuffer() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dyuv.c52 void WebPSamplerProcessPlane(const uint8_t* y, int y_stride, in WebPSamplerProcessPlane() argument
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_enc.c93 const int y_stride = width; in WebPPictureAllocYUVA() local
H A Dpicture_tools_enc.c126 const int y_stride = pic->y_stride; in WebPCleanupTransparentArea() local
55 SmoothenBlock(const uint8_t* a_ptr, int a_stride, uint8_t* y_ptr, int y_stride, int width, int height) SmoothenBlock() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddvdec.c385 int y_stride, linesize; in dv_decode_video_segment() local
H A Ddvenc.c853 ptrdiff_t linesize, y_stride; in dv_encode_video_segment() local
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
/third_party/skia/third_party/externals/libwebp/extras/
H A Dget_disto.c59 RescalePlane(uint8_t* plane, int width, int height, int x_stride, int y_stride, int max) RescalePlane() argument
/third_party/skia/third_party/externals/libwebp/src/webp/
H A Ddecode.h191 int y_stride; // luma stride member
H A Dencode.h313 int y_stride, uv_stride; // luma/chroma strides. member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c759 LLVMValueRef x_stride, y_stride, z_stride; in lp_build_sample_image_linear() local
H A Dlp_bld_sample.c2110 lp_build_sample_offset(struct lp_build_context *bld, const struct util_format_description *format_desc, LLVMValueRef x, LLVMValueRef y, LLVMValueRef z, LLVMValueRef y_stride, LLVMValueRef z_stride, LLVMValueRef *out_offset, LLVMValueRef *out_i, LLVMValueRef *out_j) lp_build_sample_offset() argument
H A Dlp_bld_sample_soa.c78 lp_build_sample_texel_soa(struct lp_build_sample_context *bld, LLVMValueRef width, LLVMValueRef height, LLVMValueRef depth, LLVMValueRef x, LLVMValueRef y, LLVMValueRef z, LLVMValueRef y_stride, LLVMValueRef z_stride, LLVMValueRef data_ptr, LLVMValueRef mipoffsets, LLVMValueRef texel_out[4]) lp_build_sample_texel_soa() argument

Completed in 27 milliseconds