Searched refs:complexity (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/auth/crackcheck/
H A Dcrackcheck.c17 fprintf(stderr, " -c enables NT like complexity checks\n");
24 int complexity(char* passwd) function
27 * check password for complexity like MS Windows NT
122 ret = complexity(password);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibspeexenc.c55 * Encoding complexity is controlled by setting avctx->compression_level.
112 av_log(avctx, AV_LOG_DEBUG, "complexity: %d\n",
128 int32_t complexity; local
191 /* set encoding complexity */
193 complexity = av_clip(avctx->compression_level, 0, 10);
194 speex_encoder_ctl(s->enc_state, SPEEX_SET_COMPLEXITY, &complexity);
196 speex_encoder_ctl(s->enc_state, SPEEX_GET_COMPLEXITY, &complexity);
197 avctx->compression_level = complexity;
H A Dratecontrol.c208 /* init stuff with the user specified complexity */
821 double complexity[5]={0,0,0,0,0}; // aproximate bits at quant=1 local
832 /* find complexity & const_bits & decide the pict_types */
842 complexity[rce->new_pict_type]+= (rce->i_tex_bits+ rce->p_tex_bits)*(double)rce->qscale;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibspeexenc.c55 * Encoding complexity is controlled by setting avctx->compression_level.
133 av_log(avctx, AV_LOG_DEBUG, "complexity: %d\n",
151 int32_t complexity; local
226 /* set encoding complexity */
228 complexity = av_clip(avctx->compression_level, 0, 10);
229 speex_encoder_ctl(s->enc_state, SPEEX_SET_COMPLEXITY, &complexity);
231 speex_encoder_ctl(s->enc_state, SPEEX_GET_COMPLEXITY, &complexity);
232 avctx->compression_level = complexity;
H A Dlibopusenc.c37 int complexity; member in struct:LibopusEncOpts
125 OPUS_SET_COMPLEXITY(opts->complexity));
128 "Unable to set complexity: %s\n", opus_strerror(ret));
222 opus->opts.complexity = 10;
224 opus->opts.complexity = avctx->compression_level;
H A Dratecontrol.c252 /* init stuff with the user specified complexity */
920 double complexity[5] = { 0 }; // approximate bits at quant=1 local
931 /* find complexity & const_bits & decide the pict_types */
941 complexity[rce->new_pict_type] += (rce->i_tex_bits + rce->p_tex_bits) *
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtmlprn.tex3 The wxHTML library provides printing facilities with several levels of complexity.
H A Ddataobj.tex39 Not surprisingly, being 'smart' comes at a price of added complexity. This is
H A Dre_syntax.tex532 is largely insensitive to their complexity) but cases where the search
H A Dtext.tex516 this function has $O(N)$ complexity for $N$ being the number of lines.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex40 encoder and simple, low-complexity decoder. Vorbis decode is
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/x86/
H A Daudio_convert.asm281 ; pointers, but the extra complexity and amount of code is not worth
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/x86/
H A Dx86inc.asm89 ; the code contains a few textrels, so we'll skip that complexity.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/x86/
H A Dx86inc.asm87 ; the code contains a few textrels, so we'll skip that complexity.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-cref.tex2533 also by their source, the task gets quadratic complexity and its solution
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dfpsp.S7028 # two independent pieces of roughly equal complexity #
7091 # two independent pieces of roughly equal complexity #

Completed in 385 milliseconds