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] = {126 for (int y_ = 0; y_ < KERNEL_SIZE; ++y_, org += stride, rec += stride) { in GetSSIM()131 for (int x_ = 0; x_ < KERNEL_SIZE; ++x_) { in GetSSIM()334 uint8_t scratch_org[KERNEL_SIZE * kScratchStride] = {0}; in CalcSSIM()335 uint8_t scratch_rec[KERNEL_SIZE * kScratchStride] = {0}; in CalcSSIM()337 for (int k = 0; k < KERNEL_SIZE; ++k) { in CalcSSIM()
596 #define KERNEL_SIZE 3 macro599 static uint8_t fp_dn_kernal_3[KERNEL_SIZE * KERNEL_SIZE] = { 1, 2, 1, 2, 4,620 for (i = 0; i < KERNEL_SIZE; ++i) { in fp_estimate_point_noise()621 for (j = 0; j < KERNEL_SIZE; ++j) { in fp_estimate_point_noise()662 for (i = 0; i < KERNEL_SIZE; ++i) { in fp_highbd_estimate_point_noise()664 for (j = 0; j < KERNEL_SIZE; ++j) { in fp_highbd_estimate_point_noise()