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

  /external/opencv3/3rdparty/libwebp/utils/
quant_levels.c 32 int num_levels, uint64_t* const sse) {
50 if (num_levels < 2 || num_levels > 256) {
65 if (num_levels_in <= num_levels) goto End; // nothing to do!
68 for (i = 0; i < num_levels; ++i) {
69 inv_q_level[i] = min_s + (double)(max_s - min_s) * i / (num_levels - 1);
74 q_level[max_s] = num_levels - 1;
76 assert(inv_q_level[num_levels - 1] == max_s);
87 while (slot < num_levels - 1 &&
99 if (num_levels > 2)
    [all...]
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,
  /external/webp/src/utils/
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...]
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,
  /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++) {
  /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/opencv3/modules/stitching/src/
blenders.cpp 551 void createLaplacePyr(InputArray img, int num_levels, std::vector<UMat> &pyr)
555 if(tegra::useTegra() && tegra::createLaplacePyr(imgMat, num_levels, pyr))
559 pyr.resize(num_levels + 1);
563 if(num_levels == 0)
573 for(int i = 1; i < num_levels; ++i)
589 subtract(current, lvl_up, pyr[num_levels-1], noArray(), CV_16S);
591 downNext.convertTo(pyr[num_levels], CV_16S);
597 for (int i = 0; i < num_levels; ++i)
600 for (int i = 0; i < num_levels; ++i)
609 void createLaplacePyrGpu(InputArray img, int num_levels, std::vector<UMat> &pyr
    [all...]
  /external/valgrind/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;
620 ci->num_levels = 0;
626 ++ci->num_levels;
640 for (level = 0; level < ci->num_levels; level++) {
678 VG_(debugLog)(1, "cache", " #levels = %u\n", ci->num_levels);
    [all...]
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
blenders.hpp 151 void CV_EXPORTS createLaplacePyr(InputArray img, int num_levels, std::vector<UMat>& pyr);
152 void CV_EXPORTS createLaplacePyrGpu(InputArray img, int num_levels, std::vector<UMat>& pyr);
  /frameworks/base/core/jni/
android_hardware_SoundTrigger.cpp 243 phraseEvent->phrase_extras[i].num_levels,
249 for (size_t j = 0; j < phraseEvent->phrase_extras[i].num_levels; j++) {
752 config->phrases[i].num_levels = 0;
756 config->phrases[i].num_levels = env->GetArrayLength(jConfidenceLevels);
758 ALOGV("startRecognition phrase %zu num_levels %d", i, config->phrases[i].num_levels);
759 for (size_t j = 0; j < config->phrases[i].num_levels; j++) {
    [all...]
  /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;
  /frameworks/base/packages/SettingsLib/tests/src/com/android/settingslib/wifi/
WifiTrackerTest.java 324 final int NUM_LEVELS = 4;
325 return level * (MAX_RSSI - MIN_RSSI) / (NUM_LEVELS - 1) + MIN_RSSI;
  /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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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)
  /system/media/audio/include/system/
sound_trigger.h 194 unsigned int num_levels; /* number of user confidence levels */ member in struct:sound_trigger_phrase_recognition_extra
  /external/valgrind/cachegrind/
cg_arch.c 358 ll = locate_cache(ci, UNIFIED_CACHE, ci->num_levels);
364 if (ll && ci->num_levels > 2) {
366 "LL simulation.\n", ci->num_levels);
  /external/libdrm/freedreno/kgsl/
msm_kgsl.h 180 int num_levels; member in struct:kgsl_device_platform_data
  /device/google/dragon/audio/soundtrigger/
sound_trigger_hw.c 189 event->phrase_extras[0].num_levels = 1;
  /device/htc/flounder/audio/soundtrigger/
sound_trigger_hw.c 204 event->phrase_extras[0].num_levels = 1;
  /hardware/libhardware/modules/soundtrigger/
sound_trigger_hw.c 274 event->phrase_extras[0].num_levels = 1;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c     [all...]
  /external/valgrind/VEX/pub/
libvex.h 267 UInt num_levels; member in struct:__anon25277
    [all...]
  /external/valgrind/VEX/priv/
main_main.c     [all...]

Completed in 1147 milliseconds