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

  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
MSSIMComparer.java 41 public static final int WINDOW_SIZE = 10;
56 for (int currentWindowY = 0 ; currentWindowY < height ; currentWindowY += WINDOW_SIZE) {
57 for (int currentWindowX = 0 ; currentWindowX < width ; currentWindowX += WINDOW_SIZE) {
112 for (int y = 0 ; y < WINDOW_SIZE ; y++) {
113 for (int x = 0 ; x < WINDOW_SIZE ; x++) {
139 for (int y = 0 ; y < WINDOW_SIZE ; y++) {
140 for (int x = 0 ; x < WINDOW_SIZE ; x++) {
146 avg0 /= WINDOW_SIZE * WINDOW_SIZE;
147 avg1 /= WINDOW_SIZE * WINDOW_SIZE
    [all...]
  /bootable/recovery/uncrypt/
uncrypt.c 56 #define WINDOW_SIZE 5
226 unsigned char* buffers[WINDOW_SIZE];
229 for (i = 0; i < WINDOW_SIZE; ++i) {
254 if ((tail+1) % WINDOW_SIZE == head) {
268 head = (head + 1) % WINDOW_SIZE;
290 tail = (tail+1) % WINDOW_SIZE;
307 head = (head + 1) % WINDOW_SIZE;
  /external/chromium_org/third_party/libwebp/enc/
backward_references.c 31 #define WINDOW_SIZE ((1 << 20) - 120)
227 int cache_bits, int* window_size,
232 const int max_window_size = (quality > 50) ? WINDOW_SIZE
236 *window_size = (max_window_size > WINDOW_SIZE) ? WINDOW_SIZE
247 int window_size, int iter_pos, int iter_limit,
256 (base_position > window_size) ? base_position - window_size : 0;
360 int window_size = WINDOW_SIZE local
576 int window_size = WINDOW_SIZE; local
715 int window_size = WINDOW_SIZE; local
    [all...]
  /external/mtpd/
l2tp.c 71 #define WINDOW_SIZE htons(10)
330 add_attribute_u16(WINDOW_SIZE, htons(1));

Completed in 1598 milliseconds