Searched refs:nlevels (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_atempo.c258 uint32_t nlevels = 0; local
270 nlevels = av_log2(atempo->window);
271 pot = 1 << nlevels;
276 nlevels++;
292 atempo->real_to_complex = av_rdft_init(nlevels + 1, DFT_R2C);
298 atempo->complex_to_real = av_rdft_init(nlevels + 1, IDFT_C2R);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlstrlib.c557 int nlevels = (ms->level == 0 && s) ? 1 : ms->level; local
558 luaL_checkstack(ms->L, nlevels, "too many captures");
559 for (i = 0; i < nlevels; i++)
561 return nlevels; /* number of strings pushed */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dr600_cs.c1029 static void r600_texture_size(unsigned nfaces, unsigned blevel, unsigned nlevels, argument
1040 for(i = 0, offset = 0, level = blevel; i < nlevels; i++, level++) {
1053 if (!nlevels)
1075 u32 nfaces, nlevels, blevel, w0, h0, d0, bpe = 0; local
1153 nlevels = G_038014_LAST_LEVEL(word1);
1154 r600_texture_size(nfaces, blevel, nlevels, w0, h0, d0, bpe,
1168 w0, h0, bpe, blevel, nlevels, word0, mipmap_size, radeon_bo_size(texture));*/

Completed in 35 milliseconds