Searched refs:KERNEL_SIZE (Results 1 – 2 of 2) sorted by relevance
35 enum { KERNEL = 3, KERNEL_SIZE = 2 * KERNEL + 1 }; enumerator40 static const int K[KERNEL_SIZE] = {124 for (int y_ = 0; y_ < KERNEL_SIZE; ++y_, org += stride, rec += stride) { in GetSSIM()128 for (int x_ = 0; x_ < KERNEL_SIZE; ++x_) { in GetSSIM()331 uint8 scratch_org[KERNEL_SIZE * kScratchStride] = {0}; in CalcSSIM()332 uint8 scratch_rec[KERNEL_SIZE * kScratchStride] = {0}; in CalcSSIM()334 for (int k = 0; k < KERNEL_SIZE; ++k) { in CalcSSIM()
560 #define KERNEL_SIZE 3 macro563 static uint8_t fp_dn_kernal_3[KERNEL_SIZE * KERNEL_SIZE] = { 1, 2, 1, 2, 4,584 for (i = 0; i < KERNEL_SIZE; ++i) { in fp_estimate_point_noise()585 for (j = 0; j < KERNEL_SIZE; ++j) { in fp_estimate_point_noise()626 for (i = 0; i < KERNEL_SIZE; ++i) { in fp_highbd_estimate_point_noise()628 for (j = 0; j < KERNEL_SIZE; ++j) { in fp_highbd_estimate_point_noise()