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

  /external/bzip2/
compress.c 126 Int32 EOB;
155 EOB = s->nInUse+1;
157 for (i = 0; i <= EOB; i++) s->mtfFreq[i] = 0;
228 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++;
decompress.c 120 Int32 EOB;
174 EOB = s->save_EOB;
351 EOB = s->nInUse+1;
377 if (nextSym == EOB) break;
621 s->save_EOB = EOB;
  /external/jpeg/
jcphuff.c 542 entropy->EOBRUN++; /* count an EOB */
623 int EOB;
643 * coefficients' absolute values and the EOB position.
645 EOB = 0;
657 EOB = k; /* EOB = index of last newly-nonzero coef */
672 /* Emit any required ZRLs, but not if they can be folded into EOB */
673 while (r > 15 && k <= EOB) {
688 * if k > EOB, which implies that this coefficient is not 1.
714 entropy->EOBRUN++; /* count an EOB */
    [all...]
  /external/libvpx/vp8/encoder/x86/
quantize_sse2.asm 203 ; select the last value (in zig_zag order) for EOB
  /external/valgrind/main/exp-ptrcheck/tests/
hackedbz2.c     [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c     [all...]
varinfo6.c     [all...]
  /external/valgrind/main/perf/
bz2.c     [all...]
test_input_for_tinycc.c 1442 Int32 EOB;
1496 EOB = s->save_EOB;
    [all...]

Completed in 429 milliseconds