Home
last modified time | relevance | path

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

/aosp_15_r20/external/libyuv/util/
H A Dssim.cc35 enum { KERNEL = 3, KERNEL_SIZE = 2 * KERNEL + 1 }; enumerator
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_firstpass.c613 #define KERNEL_SIZE 3 macro