Searched defs:num_levels (Results 1 - 8 of 8) sorted by relevance
/external/libunwind/tests/ |
H A D | Ltest-nocalloc.c | 84 const int num_levels = 100; local 85 void *pc[num_levels]; 88 unw_backtrace(pc, num_levels);
|
/external/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_state_sampler.c | 304 const uint num_levels = pt->last_level; local 305 unsigned max_lod = num_levels * 4;
|
/external/mesa3d/src/mesa/main/ |
H A D | 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/opencv3/3rdparty/libwebp/utils/ |
H A D | 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 > 31 QuantizeLevels(uint8_t* const data, int width, int height, int num_levels, uint64_t* const sse) argument [all...] |
/external/webp/src/utils/ |
H A D | 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 > 27 QuantizeLevels(uint8_t* const data, int width, int height, int num_levels, uint64_t* const sse) argument [all...] |
/external/opencv3/modules/stitching/src/ |
H A D | blenders.cpp | 551 void createLaplacePyr(InputArray img, int num_levels, std::vector<UMat> &pyr) argument 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, st argument [all...] |
/external/libdrm/freedreno/kgsl/ |
H A D | msm_kgsl.h | 180 int num_levels; member in struct:kgsl_device_platform_data
|
/external/valgrind/VEX/pub/ |
H A D | libvex.h | 267 UInt num_levels; member in struct:__anon19742
|
Completed in 292 milliseconds