Home
last modified time | relevance | path

Searched refs:x_stride (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Drescaler_mips32.c26 const int x_stride = wrk->num_channels; in ImportRowShrink_MIPS32() local
31 const int x_stride1 = x_stride << 2; in ImportRowShrink_MIPS32()
36 for (channel = 0; channel < x_stride; ++channel) { in ImportRowShrink_MIPS32()
56 "addu %[src1], %[src1], %[x_stride] \n\t" in ImportRowShrink_MIPS32()
63 "subu %[loop_c], %[loop_c], %[x_stride] \n\t" in ImportRowShrink_MIPS32()
75 : [x_stride]"r"(x_stride), [fx_scale]"r"(fx_scale), in ImportRowShrink_MIPS32()
86 const int x_stride = wrk->num_channels; in ImportRowExpand_MIPS32() local
91 const int x_stride1 = x_stride << 2; in ImportRowExpand_MIPS32()
96 for (channel = 0; channel < x_stride; in ImportRowExpand_MIPS32()
[all...]
H A Drescaler.c31 const int x_stride = wrk->num_channels; in WebPRescalerImportRowExpand_C() local
36 for (channel = 0; channel < x_stride; ++channel) { in WebPRescalerImportRowExpand_C()
43 (wrk->src_width > 1) ? (rescaler_t)src[x_in + x_stride] : left; in WebPRescalerImportRowExpand_C()
44 x_in += x_stride; in WebPRescalerImportRowExpand_C()
47 x_out += x_stride; in WebPRescalerImportRowExpand_C()
52 x_in += x_stride; in WebPRescalerImportRowExpand_C()
53 assert(x_in < wrk->src_width * x_stride); in WebPRescalerImportRowExpand_C()
64 const int x_stride = wrk->num_channels; in WebPRescalerImportRowShrink_C() local
69 for (channel = 0; channel < x_stride; ++channel) { in WebPRescalerImportRowShrink_C()
79 assert(x_in < wrk->src_width * x_stride); in WebPRescalerImportRowShrink_C()
[all...]
/third_party/skia/third_party/externals/libwebp/extras/
H A Dget_disto.c60 int x_stride, int y_stride, int max) { in RescalePlane()
65 for (x = 0; x < width * x_stride; x += x_stride) { in RescalePlane()
75 int x_stride, int w, int h, int do_scaling) { in DiffScaleChannel()
81 for (x = 0; x < w * x_stride; x += x_stride) { in DiffScaleChannel()
88 if (do_scaling) RescalePlane(src1, w, h, x_stride, stride1, max); in DiffScaleChannel()
165 int x_stride, int w, int h, int do_scaling) { in SSIMScaleChannel()
175 plane1[x + y * w] = src1[x * x_stride + y * stride1]; in SSIMScaleChannel()
176 plane2[x + y * w] = src2[x * x_stride in SSIMScaleChannel()
59 RescalePlane(uint8_t* plane, int width, int height, int x_stride, int y_stride, int max) RescalePlane() argument
73 DiffScaleChannel(uint8_t* src1, int stride1, const uint8_t* src2, int stride2, int x_stride, int w, int h, int do_scaling) DiffScaleChannel() argument
163 SSIMScaleChannel(uint8_t* src1, int stride1, const uint8_t* src2, int stride2, int x_stride, int w, int h, int do_scaling) SSIMScaleChannel() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c455 LLVMValueRef x_stride; in lp_build_sample_image_nearest() local
503 x_stride = lp_build_const_vec(bld->gallivm, in lp_build_sample_image_nearest()
511 width_vec, x_stride, offsets[0], in lp_build_sample_image_nearest()
759 LLVMValueRef x_stride, y_stride, z_stride; in lp_build_sample_image_linear() local
850 x_stride = lp_build_const_vec(bld->gallivm, bld->int_coord_bld.type, in lp_build_sample_image_linear()
859 width_vec, x_stride, offsets[0], in lp_build_sample_image_linear()
H A Dlp_bld_sample.c2121 LLVMValueRef x_stride; in lp_build_sample_offset() local
2124 x_stride = lp_build_const_vec(bld->gallivm, bld->type, in lp_build_sample_offset()
2129 x, x_stride, in lp_build_sample_offset()
/third_party/astc-encoder/Source/
H A Dtinyexr.h9699 int height, int x_stride, int y, int line_no, in DecodePixelData()
9756 static_cast<size_t>(x_stride) + in DecodePixelData()
9761 static_cast<size_t>(x_stride) + in DecodePixelData()
9771 static_cast<size_t>(x_stride) + in DecodePixelData()
9776 static_cast<size_t>(x_stride) + in DecodePixelData()
9802 static_cast<size_t>(x_stride) + in DecodePixelData()
9807 static_cast<size_t>(x_stride) + in DecodePixelData()
9817 v * pixel_data_size * static_cast<size_t>(x_stride) + in DecodePixelData()
9818 channel_offset_list[c] * static_cast<size_t>(x_stride))); in DecodePixelData()
9829 static_cast<size_t>(x_stride) in DecodePixelData()
9695 DecodePixelData( unsigned char **out_images, const int *requested_pixel_types, const unsigned char *data_ptr, size_t data_len, int compression_type, int line_order, int width, int height, int x_stride, int y, int line_no, int num_lines, size_t pixel_data_size, size_t num_attributes, const EXRAttribute *attributes, size_t num_channels, const EXRChannelInfo *channels, const std::vector<size_t> &channel_offset_list) DecodePixelData() argument
[all...]

Completed in 23 milliseconds