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

  /external/libvpx/vp8/encoder/
quantize.c 23 int i, rc, eob; local
38 eob = -1;
60 eob = i; // last nonzero coeffs
64 d->eob = eob + 1;
69 int i, rc, eob; local
86 eob = -1;
113 eob = i; // last nonzero coeffs
119 d->eob = eob + 1
127 int eob; local
183 int i, rc, eob; local
217 int i, rc, eob; local
    [all...]
tokenize.c 109 const int eob = b->eob; /* one beyond last nonzero coeff */ local
119 if (c < eob)
141 while (pt = vp8_prev_token_class[x], ++t, c < eob && ++c < 16);
162 const int eob = b->eob; /* one beyond last nonzero coeff */ local
174 if (c < eob)
193 while (pt = vp8_prev_token_class[x], ++t, c < eob && ++c < 16);
213 skip &= (x->block[i].eob < 2);
217 skip &= (!x->block[i].eob);
    [all...]
encodemb.c 270 int eob; local
309 eob = d->eob;
317 tokens[eob][0].rate = 0;
318 tokens[eob][0].error = 0;
319 tokens[eob][0].next = 16;
320 tokens[eob][0].token = DCT_EOB_TOKEN;
321 tokens[eob][0].qc = 0;
322 *(tokens[eob] + 1) = *(tokens[eob] + 0)
    [all...]
rdopt.c 584 int eob = b->eob; local
593 for (; c < eob; c++)
607 pt = (c != !type); // is eob first coefficient;
    [all...]
  /bionic/libc/netbsd/nameser/
ns_name.c 483 const u_char **cpp, **lpp, *eob, *msg; local
489 eob = dstp + dstsiz;
531 if (dstp + 1 >= eob) {
552 if (dstp + 1 + n >= eob) {
560 if (dstp > eob) {
  /external/libvpx/vp8/decoder/
onyxd_int.h 66 UINT8 eob[25]; member in struct:__anon5113
  /external/libvpx/vp8/common/
blockd.h 209 int eob; member in struct:__anon5053
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 532 milliseconds