/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | vp8_dec.h | 59 int y_stride; // row stride for luma member
|
H A D | buffer_dec.c | 52 const int y_stride = abs(buf->y_stride); in CheckDecBuffer() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | yuv.c | 52 void WebPSamplerProcessPlane(const uint8_t* y, int y_stride, in WebPSamplerProcessPlane() argument
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | picture_enc.c | 93 const int y_stride = width; in WebPPictureAllocYUVA() local
|
H A D | picture_tools_enc.c | 126 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 D | dvdec.c | 385 int y_stride, linesize; in dv_decode_video_segment() local
|
H A D | dvenc.c | 853 ptrdiff_t linesize, y_stride; in dv_encode_video_segment() local
|
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
|
/third_party/skia/third_party/externals/libwebp/extras/ |
H A D | get_disto.c | 59 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 D | decode.h | 191 int y_stride; // luma stride member
|
H A D | encode.h | 313 int y_stride, uv_stride; // luma/chroma strides. member
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample_aos.c | 759 LLVMValueRef x_stride, y_stride, z_stride; in lp_build_sample_image_linear() local
|
H A D | lp_bld_sample.c | 2110 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 D | lp_bld_sample_soa.c | 78 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
|