HomeSort by relevance Sort by last modified time
    Searched defs:nq (Results 1 - 7 of 7) sorted by null

  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
AnimatedGifEncoder.java 314 NeuQuant nq = new NeuQuant(pixels, len, sample); local
316 colorTab = nq.process(); // create reduced palette
327 int index = nq.map(pixels[k++] & 0xff, pixels[k++] & 0xff, pixels[k++] & 0xff);
  /external/libvncserver/x11vnc/
util.c 489 int n, nq = 0; local
491 nq += n;
493 if (verb) fprintf(stderr, "nqueued: %d\n", nq);
494 if (getenv("CHECK_RATE") && nq > 18 * dt) {
495 double rate = nq / dt;
498 if (verb) rfbLog("past %d seconds! (queued: %d)\n", dt, nq);
  /external/libvorbis/lib/
smallft.c 44 int ld, ii, ip, is, nq, nr; local
57 nq=nl/ntry;
58 nr=nl-ntry*nq;
63 nl=nq;
  /external/speex/libspeex/
smallft.c 46 int ld, ii, ip, is, nq, nr; local
59 nq=nl/ntry;
60 nr=nl-ntry*nq;
65 nl=nq;
  /external/blktrace/btt/
output.c 165 unsigned long long nq, nd, blkmin, blkmax, total; member in struct:__anon4747
215 merge_data.nq += dip->n_qs;
235 "TOTAL", merge_data.nq, merge_data.nd,
236 (float)merge_data.nq / (float)merge_data.nd,
  /external/boringssl/src/crypto/ec/
p256-64.c 1512 felem nq[3], ftmp; local
    [all...]
  /external/openssh/
sshkey.c 2882 EC_POINT *nq = NULL; local
    [all...]

Completed in 281 milliseconds