HomeSort by relevance Sort by last modified time
    Searched refs:KERNEL_X (Results 1 - 2 of 2) sorted by null

  /external/libyuv/files/util/
ssim.cc 301 const int KERNEL_X = (image_width < KERNEL) ? image_width : KERNEL;
302 const int start_x = start_max(image_width - 8 + KERNEL_X, KERNEL_X);
316 for (int i = 0; i < KERNEL_X; ++i) {
319 for (int i = KERNEL_X; i < start_x; ++i) {
340 for (int k = 0; k <= KERNEL_X + 1; ++k) {
  /external/vboot_reference/tests/
cgptlib_test.c 39 #define KERNEL_X 2 /* Overload ROOTFS_A, for some GetNext tests */
    [all...]

Completed in 202 milliseconds