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

/external/libvpx/vp8/encoder/
H A Dssim.c321 const int stride1, const int stride2
336 rec += ymin * stride2;
338 for (y = ymin; y <= ymax; ++y, org += stride1, rec += stride2)
386 const int stride1, const int stride2)
396 rec += (yo - KERNEL) * stride2;
399 for (y_ = 0; y_ < KERNEL_SIZE; ++y_, org += stride1, rec += stride2)
445 const int stride1, const int stride2
455 SSIM += get_ssimg(org, rec, i, j, image_width, image_height, stride1, stride2);
463 SSIM += get_ssimg(org, rec, i, j, image_width, image_height, stride1, stride2);
469 image_width, image_height, stride1, stride2);
384 get_ssimfull_kernelg(const uint8 *org, const uint8 *rec, int xo, int yo, int W, int H, const int stride1, const int stride2) argument
[all...]

Completed in 14 milliseconds