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

  /external/chromium_org/third_party/libwebp/utils/
quant_levels.h 27 // Valid range for 'num_levels' is [2, 256].
29 int QuantizeLevels(uint8_t* const data, int width, int height, int num_levels,
quant_levels.c 28 int num_levels, uint64_t* const sse) {
46 if (num_levels < 2 || num_levels > 256) {
61 if (num_levels_in <= num_levels) goto End; // nothing to do!
64 for (i = 0; i < num_levels; ++i) {
65 inv_q_level[i] = min_s + (double)(max_s - min_s) * i / (num_levels - 1);
70 q_level[max_s] = num_levels - 1;
72 assert(inv_q_level[num_levels - 1] == max_s);
83 while (slot < num_levels - 1 &&
95 if (num_levels > 2)
    [all...]
  /external/webp/src/utils/
quant_levels.h 27 // Valid range for 'num_levels' is [2, 256].
29 int QuantizeLevels(uint8_t* const data, int width, int height, int num_levels,
quant_levels.c 28 int num_levels, uint64_t* const sse) {
46 if (num_levels < 2 || num_levels > 256) {
61 if (num_levels_in <= num_levels) goto End; // nothing to do!
64 for (i = 0; i < num_levels; ++i) {
65 inv_q_level[i] = min_s + (double)(max_s - min_s) * i / (num_levels - 1);
70 q_level[max_s] = num_levels - 1;
72 assert(inv_q_level[num_levels - 1] == max_s);
83 while (slot < num_levels - 1 &&
95 if (num_levels > 2)
    [all...]
  /external/libunwind/tests/
Ltest-nocalloc.c 84 const int num_levels = 100; local
85 void *pc[num_levels];
88 unw_backtrace(pc, num_levels);
  /external/valgrind/main/coregrind/
m_cache.c 60 if (ci->num_levels < cache.level) ci->num_levels = cache.level;
145 ci->num_levels = 0;
438 ci->num_levels = 2;
444 ci->num_levels = 3;
509 ci->num_levels = 2;
619 ci->num_levels = 0;
625 ++ci->num_levels;
639 for (level = 0; level < ci->num_levels; level++) {
677 VG_(debugLog)(1, "cache", " #levels = %u\n", ci->num_levels);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_cpal.c 115 const int num_levels = -level + 1; local
128 for (lvl = 0; lvl < num_levels; lvl++) {
172 GLint lvl, num_levels; local
184 num_levels = -level + 1;
192 for (lvl = 0; lvl < num_levels; lvl++) {
  /external/mesa3d/src/mesa/main/
texcompress_cpal.c 115 const int num_levels = -level + 1; local
128 for (lvl = 0; lvl < num_levels; lvl++) {
172 GLint lvl, num_levels; local
184 num_levels = -level + 1;
192 for (lvl = 0; lvl < num_levels; lvl++) {
  /system/core/include/system/
sound_trigger.h 183 unsigned int num_levels; /* number of user confidence levels */ member in struct:sound_trigger_phrase_recognition_extra
  /external/valgrind/main/cachegrind/
cg_arch.c 306 ll = locate_cache(ci, UNIFIED_CACHE, ci->num_levels);
312 if (ll && ci->num_levels > 2) {
314 "LL simulation.\n", ci->num_levels);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_sampler.c 304 const uint num_levels = pt->last_level; local
305 unsigned max_lod = num_levels * 4;
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_sampler.c 304 const uint num_levels = pt->last_level; local
305 unsigned max_lod = num_levels * 4;
  /external/lldb/source/Interpreter/
Options.cpp 136 int num_levels = GetRequiredOptions().size(); local
137 if (num_levels)
139 for (int i = 0; i < num_levels && !options_are_valid; ++i)
719 int num_levels = GetRequiredOptions().size(); local
720 if (num_levels)
722 for (int i = 0; i < num_levels && !options_are_valid; ++i)
    [all...]
  /frameworks/base/core/jni/
android_hardware_SoundTrigger.cpp 234 phraseEvent->phrase_extras[i].num_levels,
240 for (size_t j = 0; j < phraseEvent->phrase_extras[i].num_levels; j++) {
729 config->phrases[i].num_levels = 0;
733 config->phrases[i].num_levels = env->GetArrayLength(jConfidenceLevels);
735 ALOGV("startRecognition phrase %zu num_levels %d", i, config->phrases[i].num_levels);
736 for (size_t j = 0; j < config->phrases[i].num_levels; j++) {
    [all...]
  /external/valgrind/main/VEX/pub/
libvex.h 251 UInt num_levels; member in struct:__anon35963
    [all...]
  /hardware/libhardware/modules/soundtrigger/
sound_trigger_hw.c 84 event->phrase_extras[0].num_levels = 1;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XKBstr.h 84 unsigned char num_levels; member in struct:_XkbKeyType
336 #define XkbCMKeyGroupWidth(m,k,g) (XkbCMKeyType(m,k,g)->num_levels)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBstr.h 84 unsigned char num_levels; member in struct:_XkbKeyType
336 #define XkbCMKeyGroupWidth(m,k,g) (XkbCMKeyType(m,k,g)->num_levels)
  /device/htc/flounder/audio/soundtrigger/
sound_trigger_hw.c 203 event->phrase_extras[0].num_levels = 1;
  /external/valgrind/main/VEX/priv/
main_main.c     [all...]

Completed in 656 milliseconds