Searched refs:filters (Results 1 - 25 of 25) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavfilter/
H A Davfiltergraph.c32 avfilter_destroy(graph->filters[graph->filter_count - 1]);
34 av_freep(&graph->filters);
39 graph->filters = av_realloc(graph->filters,
42 if (!graph->filters)
45 graph->filters[graph->filter_count - 1] = filter;
56 filt = graph->filters[i];
85 if(graph->filters[i]->name && !strcmp(name, graph->filters[i]->name))
86 return graph->filters[
[all...]
H A Dgraphparser.h43 * @param filters string to be parsed
48 int avfilter_graph_parse(AVFilterGraph *graph, const char *filters,
H A Davfiltergraph.h29 AVFilterContext **filters; member in struct:AVFilterGraph
31 char *scale_sws_opts; ///< sws options to use for the auto-inserted scale filters
H A Dgraphparser.c332 int avfilter_graph_parse(AVFilterGraph *graph, const char *filters, argument
343 filters += consume_whitespace(filters);
345 if(parse_inputs(&filters, &curr_inputs, &open_outputs, log_ctx) < 0)
348 filter = parse_filter(&filters, graph, index, log_ctx);
363 if(parse_outputs(&filters, &curr_inputs, &open_inputs, &open_outputs,
367 filters += consume_whitespace(filters);
368 chr = *filters++;
373 filters
[all...]
H A Davfilter.c29 /** list of registered filters */
34 } *filters = NULL; variable in typeref:struct:FilterList
292 for(filt = filters; filt; filt = filt->next)
304 newfilt->next = filters;
305 filters = newfilt;
312 for(; filters; filters = tmp) {
313 tmp = filters->next;
314 av_free(filters);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Denvelope.c94 envelope_filter_state *filters){
128 int ptr=filters->nearptr;
133 decay=filters->nearDC_acc=filters->nearDC_partialacc+temp;
134 filters->nearDC_partialacc=temp;
136 decay=filters->nearDC_acc+=temp;
137 filters->nearDC_partialacc+=temp;
139 filters->nearDC_acc-=filters->nearDC[ptr];
140 filters
90 _ve_amp(envelope_lookup *ve, vorbis_info_psy_global *gi, float *data, envelope_band *bands, envelope_filter_state *filters) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Dm920x.h63 u16 filters[M9206_MAX_FILTERS]; member in struct:m920x_state
H A Dm920x.c240 if (m->filters[i] == 8192)
243 /* Disable all filters */
257 if (m->filters[i] == 0)
260 if ((ret = m920x_set_filter(adap, 0x81, filter + 2, m->filters[i])) != 0)
286 m->filters[index] = onoff ? pid : 0;
825 /* Hardware pid filters don't work with this device/firmware */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dframehook.h25 #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dtruespeech.c42 int flag; //< 1-bit flag, shows how to choose filters
44 int filtbuf[146]; // some big vector used for storing filters
52 int16_t filters[32]; // filters for every subframe member in struct:__anon574
179 dec->filters[i + 0] = dec->prevfilt[i];
180 dec->filters[i + 8] = dec->prevfilt[i];
184 dec->filters[i + 0]=(dec->cvector[i] * 21846 + dec->prevfilt[i] * 10923 + 16384) >> 15;
185 dec->filters[i + 8]=(dec->cvector[i] * 10923 + dec->prevfilt[i] * 21846 + 16384) >> 15;
189 dec->filters[i + 16] = dec->cvector[i];
190 dec->filters[
[all...]
H A Dimgresample.c2 * High quality image resampling with polyphase filters
24 * High quality image resampling with polyphase filters .
66 DECLARE_ALIGNED_8(int16_t, h_filters[NB_PHASES][NB_TAPS]); /* horizontal filters */
67 DECLARE_ALIGNED_8(int16_t, v_filters[NB_PHASES][NB_TAPS]); /* vertical filters */
81 int16_t *filters)
97 filter = filters + phase * NB_TAPS;
167 filter = filters + phase * NB_TAPS;\
184 int src_start, int src_incr, int16_t *filters)
292 int src_start, int src_incr, int16_t *filters)
303 filter = filters
79 h_resample_fast(uint8_t *dst, int dst_width, const uint8_t *src, int src_width, int src_start, int src_incr, int16_t *filters) argument
182 h_resample_fast4_mmx(uint8_t *dst, int dst_width, const uint8_t *src, int src_width, int src_start, int src_incr, int16_t *filters) argument
290 h_resample_slow(uint8_t *dst, int dst_width, const uint8_t *src, int src_width, int src_start, int src_incr, int16_t *filters) argument
326 h_resample(uint8_t *dst, int dst_width, const uint8_t *src, int src_width, int src_start, int src_incr, int16_t *filters) argument
[all...]
H A Dtta.c298 TTAFilter filters[s->channels]; local
311 ttafilter_init(&(filters[i]), ttafilter_configs[s->bps-1][0], ttafilter_configs[s->bps-1][1]);
317 TTAFilter *filter = &(filters[cur_chan]);
H A Dapedec.c153 APEFilter filters[APE_FILTER_LEVELS][2]; ///< filters used for reconstruction member in struct:APEContext
734 apply_filter(ctx, ctx->filters[i], decoded0, decoded1, count, ape_filter_orders[ctx->fset][i], ape_filter_fracbits[ctx->fset][i]);
747 init_filter(ctx, ctx->filters[i], ctx->filterbuf[i], ape_filter_orders[ctx->fset][i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libpostproc/
H A Dpostprocess.c51 # more or less selfinvented filters so the exactness is not too meaningful
67 compare the quality & speed of all filters
119 static struct PPFilter filters[]= variable in typeref:struct:PPFilter
184 * code is faster with vertical filters and transposing. */
692 "Available postprocessing filters:\n"
702 " the h & v deblocking filters share these\n"
824 for(i=0; filters[i].shortName!=NULL; i++){
825 if( !strcmp(filters[i].longName, filterName)
826 || !strcmp(filters[i].shortName, filterName)){
827 ppMode->lumMode &= ~filters[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A DMakefile.am51 po-time.h plural-table.h lang-table.h format.h filters.h \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/contrib/printing/
H A Dadd_netatalk_printer139 echo "filters to work.] : \c"
222 echo "Setting up the existing print filters..."
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/contrib/printing/
H A Dadd_netatalk_printer139 echo "filters to work.] : \c"
222 echo "Setting up the existing print filters..."
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_cbq.c110 int filters; member in struct:cbq_class
1671 BUG_TRAP(!cl->filters);
1695 * classes from root to leafs which means that filters can still
1933 if (cl->filters || cl->children || cl == &q->link)
1991 cl->filters++;
2001 cl->filters--;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dconfig.mak3 FFMPEG_CONFIGURATION=--enable-shared --enable-gpl --arch=mipsel --cc=mipsel-linux-uclibc-gcc --enable-cross-compile --extra-cflags=-I/projects/hnd/tools/linux/hndtools-mipsel-linux-uclibc-4.2.3/include/ --extra-ldflags=-L/projects/hnd/tools/linux/hndtools-mipsel-linux-uclibc-4.2.3/lib --disable-muxers --disable-encoders --disable-filters --disable-vhook
H A Dconfig_arm.mak2 FFMPEG_CONFIGURATION=--enable-shared --enable-gpl --arch=arm --cc=arm-brcm-linux-uclibcgnueabi-gcc --enable-cross-compile --extra-cflags=-I/projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/include/ --extra-ldflags=-L/projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib --disable-muxers --disable-encoders --disable-filters --disable-vhook
H A Dconfigure87 echo " --enable-avfilter-lavf video filters dependent on avformat [no]"
127 echo " --disable-bsfs disable all bitstream filters"
136 echo " --disable-filters disable all filters"
143 echo " --list-bsfs show all available bitstream filters"
146 echo " --list-filters show all available filters"
754 filters
1147 # filters
2242 enabled_any $FILTER_LIST && enable filters
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm1852 Hopefully the contents of each of the filters should be
1853 self-explanatory. Both "fetch" filters remove the terminating NULL,
1854 and both "store" filters add a terminating NULL.
1890 This time only two filters have been used -- we only need to manipulate
1892 filters.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Djquery.js75 e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,
76 "_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a,
93 g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},
95 setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return h<l[3]-0},gt:function(g,h,l){return h>l[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h=
105 function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q<p;q++)k(g,h[q],l);return k.filter(m,l)};c.find=k;c.expr=k.selectors;c.expr[":"]=c.expr.filters;c.unique=k.uniqueSort;c.text=a;c.isXMLDoc=x;c.contains=E})();var eb=/Until$/,fb=/^(?:parents|prevUntil|prevAll)/,
130 a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=
131 a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=/<script(.|\s)*?\/script>/gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!==
156 c.fx.stop()},stop:function(){clearInterval(W);W=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(c.expr&&c.expr.filters)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttusb-budget/
H A Ddvb-ttusb-budget.c44 we won't support this - yet. it doesn't event support negative filters,
910 #error TODO: allocate filters
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/cdrom/
H A Dcdrom-standard.tex433 %although the audio-low-pass filters probably aren't designed for it,

Completed in 265 milliseconds