H A D | get_disto.c | 60 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...] |