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

  /external/libyuv/files/util/
ssim.cc 300 const int KERNEL_Y = (image_height < KERNEL) ? image_height : KERNEL;
303 const int start_y = start_max(image_height - KERNEL_Y, KERNEL_Y);
306 for (int j = 0; j < KERNEL_Y; ++j) {
315 for (int j = KERNEL_Y; j < image_height - KERNEL_Y; ++j) {
  /external/vboot_reference/tests/
cgptlib_test.c 40 #define KERNEL_Y 3 /* Overload ROOTFS_B, for some GetNext tests */
    [all...]

Completed in 81 milliseconds