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

  /external/chromium_org/third_party/libwebp/enc/
histogram.c 160 int streak = 0; local
163 ++streak;
168 // population[i] points now to the symbol in the streak of same values.
169 if (streak > 3) {
171 retval += 1.5625 + 0.234375 * streak;
173 retval += 2.578125 + 0.703125 * streak;
177 retval += 1.796875 * streak;
179 retval += 3.28125 * streak;
182 streak = 0;
185 ++streak;
    [all...]
  /external/webp/src/enc/
histogram.c 160 int streak = 0; local
163 ++streak;
168 // population[i] points now to the symbol in the streak of same values.
169 if (streak > 3) {
171 retval += 1.5625 + 0.234375 * streak;
173 retval += 2.578125 + 0.703125 * streak;
177 retval += 1.796875 * streak;
179 retval += 3.28125 * streak;
182 streak = 0;
185 ++streak;
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp 4648 int i, start, streak; local
    [all...]
  /dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp 4764 int i, start, streak; local
    [all...]

Completed in 174 milliseconds