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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/lib/
H A Datomic_asm_32.S48 * reset the PC in do_page_fault_ics() to the "tns" instruction so
54 * the PC pointing to the "tns" instruction (due to the earlier
137 tns r21, ATOMIC_LOCK_REG_NAME
152 shli r25, r25, 1 /* double the backoff; retry the tns */
155 tns r21, ATOMIC_LOCK_REG_NAME
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/lib/
H A Datomic_asm_32.S48 * reset the PC in do_page_fault_ics() to the "tns" instruction so
54 * the PC pointing to the "tns" instruction (due to the earlier
137 tns r21, ATOMIC_LOCK_REG_NAME
152 shli r25, r25, 1 /* double the backoff; retry the tns */
155 tns r21, ATOMIC_LOCK_REG_NAME
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Daac.c832 static int decode_tns(AACContext *ac, TemporalNoiseShaping *tns, argument
839 if ((tns->n_filt[w] = get_bits(gb, 2 - is8))) {
842 for (filt = 0; filt < tns->n_filt[w]; filt++) {
844 tns->length[w][filt] = get_bits(gb, 6 - 2 * is8);
846 if ((tns->order[w][filt] = get_bits(gb, 5 - 2 * is8)) > tns_max_order) {
848 tns->order[w][filt], tns_max_order);
849 tns->order[w][filt] = 0;
852 if (tns->order[w][filt]) {
853 tns->direction[w][filt] = get_bits1(gb);
858 for (i = 0; i < tns
1314 TemporalNoiseShaping *tns = &sce->tns; local
1672 apply_tns(float coef[1024], TemporalNoiseShaping *tns, IndividualChannelStream *ics, int decode) argument
[all...]
H A Daac.h212 TemporalNoiseShaping tns; member in struct:__anon1158
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Daac.c832 static int decode_tns(AACContext *ac, TemporalNoiseShaping *tns, argument
839 if ((tns->n_filt[w] = get_bits(gb, 2 - is8))) {
842 for (filt = 0; filt < tns->n_filt[w]; filt++) {
844 tns->length[w][filt] = get_bits(gb, 6 - 2 * is8);
846 if ((tns->order[w][filt] = get_bits(gb, 5 - 2 * is8)) > tns_max_order) {
848 tns->order[w][filt], tns_max_order);
849 tns->order[w][filt] = 0;
852 if (tns->order[w][filt]) {
853 tns->direction[w][filt] = get_bits1(gb);
858 for (i = 0; i < tns
1314 TemporalNoiseShaping *tns = &sce->tns; local
1672 apply_tns(float coef[1024], TemporalNoiseShaping *tns, IndividualChannelStream *ics, int decode) argument
[all...]
H A Daac.h212 TemporalNoiseShaping tns; member in struct:__anon2063
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Daac.c832 static int decode_tns(AACContext *ac, TemporalNoiseShaping *tns, argument
839 if ((tns->n_filt[w] = get_bits(gb, 2 - is8))) {
842 for (filt = 0; filt < tns->n_filt[w]; filt++) {
844 tns->length[w][filt] = get_bits(gb, 6 - 2 * is8);
846 if ((tns->order[w][filt] = get_bits(gb, 5 - 2 * is8)) > tns_max_order) {
848 tns->order[w][filt], tns_max_order);
849 tns->order[w][filt] = 0;
852 if (tns->order[w][filt]) {
853 tns->direction[w][filt] = get_bits1(gb);
858 for (i = 0; i < tns
1314 TemporalNoiseShaping *tns = &sce->tns; local
1672 apply_tns(float coef[1024], TemporalNoiseShaping *tns, IndividualChannelStream *ics, int decode) argument
[all...]
H A Daac.h212 TemporalNoiseShaping tns; member in struct:__anon36088
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/tipc/
H A Dnode.c381 struct tipc_node_subscr *ns, *tns; local
446 list_for_each_entry_safe(ns, tns, &n_ptr->nsub, nodesub_list) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/tipc/
H A Dnode.c381 struct tipc_node_subscr *ns, *tns; local
446 list_for_each_entry_safe(ns, tns, &n_ptr->nsub, nodesub_list) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/kernel/
H A Dintvec_32.S1665 * tns, then jump back to finish up.
1734 * tns, then jump back to finish up.
1807 tns r21, ATOMIC_LOCK_REG_NAME
1818 /* Issue the slow SPR here while the tns result is in flight. */
1832 * We failed to acquire the tns lock on our first try. Now use
1845 shli r25, r25, 1 /* double the backoff; retry the tns */
1846 tns r21, ATOMIC_LOCK_REG_NAME
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/kernel/
H A Dintvec_32.S1665 * tns, then jump back to finish up.
1734 * tns, then jump back to finish up.
1807 tns r21, ATOMIC_LOCK_REG_NAME
1818 /* Issue the slow SPR here while the tns result is in flight. */
1832 * We failed to acquire the tns lock on our first try. Now use
1845 shli r25, r25, 1 /* double the backoff; retry the tns */
1846 tns r21, ATOMIC_LOCK_REG_NAME
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffplay.c2880 int tns, thh, tmm, tss; local
2881 tns = cur_stream->ic->duration/1000000LL;
2882 thh = tns/3600;
2883 tmm = (tns%3600)/60;
2884 tss = (tns%60);
2886 ns = frac*tns;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffplay.c2880 int tns, thh, tmm, tss; local
2881 tns = cur_stream->ic->duration/1000000LL;
2882 thh = tns/3600;
2883 tmm = (tns%3600)/60;
2884 tss = (tns%60);
2886 ns = frac*tns;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffplay.c2880 int tns, thh, tmm, tss; local
2881 tns = cur_stream->ic->duration/1000000LL;
2882 thh = tns/3600;
2883 tmm = (tns%3600)/60;
2884 tss = (tns%60);
2886 ns = frac*tns;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
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 299 milliseconds