Searched defs:x_stride (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | rescaler.c | 31 const int x_stride = wrk->num_channels; in WebPRescalerImportRowExpand_C() local 64 const int x_stride = wrk->num_channels; in WebPRescalerImportRowShrink_C() local [all...] |
H A D | rescaler_mips32.c | 26 const int x_stride = wrk->num_channels; in ImportRowShrink_MIPS32() local 86 const int x_stride = wrk->num_channels; in ImportRowExpand_MIPS32() local [all...] |
/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 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 D | lp_bld_sample_aos.c | 455 LLVMValueRef x_stride; in lp_build_sample_image_nearest() local 759 LLVMValueRef x_stride, y_stride, z_stride; in lp_build_sample_image_linear() local
|
H A D | lp_bld_sample.c | 2121 LLVMValueRef x_stride; in lp_build_sample_offset() local
|
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 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