Searched refs:floor (Results 51 - 75 of 120) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3.h166 int slow_gain, slow_decay, fast_decay, db_per_bit, floor; member in struct:AC3BitAllocParameters
H A Dvorbisdec.c509 av_dlog(NULL, " %d. floor type %d \n", i, floor_setup->floor_type);
519 av_dlog(NULL, " %d.floor: %d partitions \n",
527 av_dlog(NULL, " %d. floor %d partition class %d \n",
538 av_dlog(NULL, " %d floor %d class dim: %d subclasses %d \n", i, j,
669 av_log(vc->avctx, AV_LOG_ERROR, "Invalid floor type!\n");
824 av_dlog(NULL, " %u mapping %u submap : floor %d, residue %d\n", i, j,
853 map[idx] = floor(BARK((vf->rate * idx) / (2.0f * n)) *
1076 // Read and decode floor
1130 /* synthesize floor output vector */
1165 /* calculate linear floor valu
1610 vorbis_floor *floor; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Drational.c118 av_reduce(&a.num, &a.den, floor(d * den + 0.5), den, max);
120 av_reduce(&a.num, &a.den, floor(d * den + 0.5), den, INT_MAX);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Ddiskonchip.c67 int chips_per_floor; /* The number of chips detected on each floor */
444 /* Max 4 chips per floor on DiskOnChip 2000 */
450 /* Find how many chips in each floor. */
456 printk(KERN_DEBUG "Detected %d chips per floor.\n", i);
644 int floor = 0; local
655 floor = chip / doc->chips_per_floor;
656 chip -= (floor * doc->chips_per_floor);
663 doc->curfloor = floor;
671 int floor = 0; local
679 floor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_perspective.c168 u = (int)floor(SUB_PIXELS * (x0 * x + x1 * y + x2) /
170 v = (int)floor(SUB_PIXELS * (x3 * x + x4 * y + x5) /
190 s->coeff[i][j] = (int)floor((1 << COEFF_BITS) * temp[j] / sum + 0.5);
H A Daf_flanger.c130 floor(s->delay_min * inlink->sample_rate + 0.5),
H A Daf_replaygain.c568 level = (uint32_t)floor(100 * calc_stereo_rms((float *)out->data[0],
H A Dvsrc_mptestsrc.c124 dst[dst_linesize*i + j] = av_clip((int)floor(sum+0.5), 0, 255);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmatrix.cpp542 else if ( (getal - floor(getal)) < 0.0001)
543 return floor(getal);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmemory.c235 unsigned long floor, unsigned long ceiling)
251 if (start < floor)
268 unsigned long floor, unsigned long ceiling)
280 free_pmd_range(tlb, pud, addr, next, floor, ceiling);
284 if (start < floor)
306 unsigned long floor, unsigned long ceiling)
321 * The rule is that addr 0 and floor 0 refer to the bottom of
334 * bother to round floor or end up - the tests don't need that.
338 if (addr < floor) {
358 free_pud_range(tlb, pgd, addr, next, floor, ceilin
233 free_pmd_range(struct mmu_gather *tlb, pud_t *pud, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) argument
266 free_pud_range(struct mmu_gather *tlb, pgd_t *pgd, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) argument
304 free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) argument
362 free_pgtables(struct mmu_gather *tlb, struct vm_area_struct *vma, unsigned long floor, unsigned long ceiling) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/books/floor/
H A DMakefile.in35 subdir = lib/books/floor
198 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/books/floor/Makefile'; \
200 $(AUTOMAKE) --foreign lib/books/floor/Makefile
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dfloor0.c13 function: floor backend 0 implementation
122 floor(bark(rate/2-1)*C)=mapped-1
123 floor(bark(rate/2)*C)=mapped */
134 int val=floor( toBARK((info->rate/2.f)/n*j)
H A Dsharedbook.c55 exp= floor(log(val)/log(2.f));
164 long vals=floor(pow((float)b->entries,1.f/b->dim));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_aux.c53 tf[0][i] = (uint16)floor(65535.*pow(t, 2.2) + .5);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhugetlb.h101 #define hugetlb_free_pgd_range(tlb, addr, end, floor, ceiling) ({BUG(); 0; })
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dllimits.h263 ((i)=(lua_Unsigned)((n) - floor((n)/SUPUNSIGNED)*SUPUNSIGNED))
H A Dluaconf.h436 #define luai_nummod(L,a,b) ((a) - l_mathop(floor)((a)/(b))*(b))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/sparc32/
H A Dudiv.S107 srl %o3,1,%g3 ! %g3 = floor(d / 2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/sparc32/
H A Dudiv.S107 srl %o3,1,%g3 ! %g3 = floor(d / 2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D09-helper.tex128 "render_line(x0, y0, x1, y1, v)" to construct an integer floor
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Deval.c150 case e_floor: return e->value * floor(eval_expr(p, e->param[0]));
165 case e_mod: return e->value * (d - floor(d/d2)*d2);
286 else if (strmatch(next, "floor" )) d->type = e_floor;
603 "floor(NAN)",
604 "floor(123.123)",
605 "floor(-123.123)",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgeometry.h292 // two different conversions to integers, floor and rounding
360 *x = (wxInt32) floor( m_x );
361 *y = (wxInt32) floor( m_y );
366 *x = (wxInt32) floor( m_x + 0.5 );
367 *y = (wxInt32) floor( m_y + 0.5);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtrio.c262 # define floorl(x) floor((double)(x))
2689 : (int)floor(LDBL_MANT_DIG / TrioLogarithmBase(base));
2696 : (int)floor(FLT_MANT_DIG / TrioLogarithmBase(base));
2703 : (int)floor(DBL_MANT_DIG / TrioLogarithmBase(base));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtrio.c262 # define floorl(x) floor((double)(x))
2689 : (int)floor(LDBL_MANT_DIG / TrioLogarithmBase(base));
2696 : (int)floor(FLT_MANT_DIG / TrioLogarithmBase(base));
2703 : (int)floor(DBL_MANT_DIG / TrioLogarithmBase(base));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbisdec.c497 av_dlog(NULL, " %d. floor type %d \n", i, floor_setup->floor_type);
507 av_dlog(NULL, " %d.floor: %d partitions \n",
515 av_dlog(NULL, " %d. floor %d partition class %d \n",
526 av_dlog(NULL, " %d floor %d class dim: %d subclasses %d \n", i, j,
654 av_log(vc->avccontext, AV_LOG_ERROR, "Invalid floor type!\n");
800 av_dlog(NULL, " %u mapping %u submap : floor %d, residue %d\n", i, j,
827 map[idx] = floor(BARK((vf->rate * idx) / (2.0f * n)) *
1053 // Read and decode floor
1105 /* synthesize floor output vector */
1140 /* calculate linear floor valu
1531 vorbis_floor *floor; local
[all...]

Completed in 229 milliseconds

12345