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

  /packages/apps/Gallery3D/src/com/cooliris/media/
AdaptiveBackgroundTexture.java 32 private static final int KERNEL_SIZE = RADIUS * 2 + 1;
35 private static final int[] KERNEL_NORM = new int[KERNEL_SIZE * NUM_COLORS];
47 for (int i = KERNEL_SIZE * NUM_COLORS - 1; i >= 0; --i) {
48 KERNEL_NORM[i] = i / KERNEL_SIZE;
  /external/libvpx/vp8/encoder/
ssim.c 309 #define KERNEL_SIZE (2 * KERNEL + 1)
314 static const int K[KERNEL_SIZE] =
399 for (y_ = 0; y_ < KERNEL_SIZE; ++y_, org += stride1, rec += stride2)
403 for (x_ = 0; x_ < KERNEL_SIZE; ++x_)

Completed in 152 milliseconds