Searched refs:tns (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Daac.c747 static int decode_tns(AACContext * ac, TemporalNoiseShaping * tns, argument
753 if ((tns->n_filt[w] = get_bits(gb, 2 - is8))) {
756 for (filt = 0; filt < tns->n_filt[w]; filt++) {
758 tns->length[w][filt] = get_bits(gb, 6 - 2*is8);
760 if ((tns->order[w][filt] = get_bits(gb, 5 - 2*is8)) > tns_max_order) {
762 tns->order[w][filt], tns_max_order);
763 tns->order[w][filt] = 0;
766 if (tns->order[w][filt]) {
767 tns->direction[w][filt] = get_bits1(gb);
772 for (i = 0; i < tns
1021 TemporalNoiseShaping * tns = &sce->tns; local
1379 apply_tns(float coef[1024], TemporalNoiseShaping * tns, IndividualChannelStream * ics, int decode) argument
[all...]
H A Daac.h222 TemporalNoiseShaping tns; member in struct:__anon471
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dnode.c357 struct node_subscr *ns, *tns; local
422 list_for_each_entry_safe(ns, tns, &n_ptr->nsub, nodesub_list) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffplay.c2360 int tns, thh, tmm, tss; local
2361 tns = cur_stream->ic->duration/1000000LL;
2362 thh = tns/3600;
2363 tmm = (tns%3600)/60;
2364 tss = (tns%60);
2366 ns = frac*tns;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemas.c4343 const xmlChar *name, *tns; local
4357 tns = prohib->targetNamespace;
4362 tns = ref->targetNamespace;
4366 tns = WXS_ATTRUSE_DECL_TNS(use);
4369 (const char *) xmlSchemaFormatQName(&str, tns, name));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemas.c4343 const xmlChar *name, *tns; local
4357 tns = prohib->targetNamespace;
4362 tns = ref->targetNamespace;
4366 tns = WXS_ATTRUSE_DECL_TNS(use);
4369 (const char *) xmlSchemaFormatQName(&str, tns, name));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemas.c4343 const xmlChar *name, *tns; local
4357 tns = prohib->targetNamespace;
4362 tns = ref->targetNamespace;
4366 tns = WXS_ATTRUSE_DECL_TNS(use);
4369 (const char *) xmlSchemaFormatQName(&str, tns, name));

Completed in 377 milliseconds