Home
last modified time | relevance | path

Searched refs:stride2 (Results 1 – 1 of 1) sorted by relevance

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