Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dssim.c24 #define KERNEL_SIZE (2 * KERNEL + 1) macro
29 static const int K[KERNEL_SIZE] =
114 for (y_ = 0; y_ < KERNEL_SIZE; ++y_, org += stride1, rec += stride2) in get_ssimfull_kernelg()
118 for (x_ = 0; x_ < KERNEL_SIZE; ++x_) in get_ssimfull_kernelg()