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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstrtol.c226 /* This file defines a function to check for correct grouping. */
227 # include "grouping.h"
258 /* The numeric grouping specification of the current locale,
260 const char *grouping; local
264 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING);
265 if (*grouping <= 0 || *grouping == CHAR_MAX)
266 grouping = NULL;
276 grouping = NULL;
280 grouping
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstrtol.c226 /* This file defines a function to check for correct grouping. */
227 # include "grouping.h"
258 /* The numeric grouping specification of the current locale,
260 const char *grouping; local
264 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING);
265 if (*grouping <= 0 || *grouping == CHAR_MAX)
266 grouping = NULL;
276 grouping = NULL;
280 grouping
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dbackends.h110 int grouping; /* group n vectors per partition */ member in struct:vorbis_info_residue0
H A Dres0.c135 acc?(float)acc/(look->resvals[j]*info->grouping):0);
176 oggpack_write(opb,info->grouping-1,24); /* residue vectors to group and
207 info->grouping=oggpack_read(opb,24)+1;
405 int samples_per_partition=info->grouping;
472 int samples_per_partition=info->grouping;
531 int samples_per_partition=info->grouping;
646 int samples_per_partition=info->grouping;
866 int samples_per_partition=info->grouping;
H A Dvorbisenc.c483 r->grouping=16;
486 r->grouping=32;
570 r->end=(int)((freq/nyq*blocksize*2)/r->grouping+.9)* /* round up only if we're well past */
571 r->grouping;
573 r->end=(int)((freq/nyq*blocksize)/r->grouping+.9)* /* round up only if we're well past */
574 r->grouping;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils.h69 char *grouping; // TIT1 member in struct:song_metadata
H A Dtagutils.c170 MAYBEFREE(psong->grouping);
H A Dtagutils-aac.c140 psong->grouping = strdup((char*)&current_data[16]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils.h70 char *grouping; // TIT1 member in struct:song_metadata
H A Dtagutils.c168 MAYBEFREE(psong->grouping);
H A Dtagutils-aac.c128 psong->grouping = strdup((char*)&current_data[16]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpsymodel.h67 int grouping[8]; ///< window grouping (for e.g. AAC) member in struct:FFPsyWindowInfo
H A Daacpsy.c123 uint8_t next_grouping; ///< stored grouping scheme for the next frame (in case of 8 short window sequence)
370 * window grouping information stored as bits (0 - new group, 1 - group continues)
390 uint8_t grouping = 0; local
426 grouping = pch->next_grouping;
436 grouping = next_type == EIGHT_SHORT_SEQUENCE ? pch->next_grouping : 0;
446 grouping = (prev_type == EIGHT_SHORT_SEQUENCE) ? window_grouping[0] : 0;
452 wi.grouping[0] = 1;
457 if (!((grouping >> i) & 1))
459 wi.grouping[lastgrp]++;
785 int grouping local
[all...]
H A Daacenc.c168 uint8_t grouping[AAC_MAX_CHANNELS]; local
215 grouping[i] = s->chan_map[i + 1] == TYPE_CPE;
216 ff_psy_init(&s->psy, avctx, 2, sizes, lengths, s->chan_map[0], grouping);
542 wi[ch].grouping[0] = 1;
561 ics->group_len[w] = wi[ch].grouping[w];
596 if (wi[0].grouping[w] != wi[1].grouping[w]) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpsymodel.h69 int grouping[8]; ///< window grouping (for e.g. AAC) member in struct:FFPsyWindowInfo
H A Daacpsy.c126 uint8_t next_grouping; ///< stored grouping scheme for the next frame (in case of 8 short window sequence)
378 * window grouping information stored as bits (0 - new group, 1 - group continues)
398 uint8_t grouping = 0; local
433 grouping = pch->next_grouping;
443 grouping = next_type == EIGHT_SHORT_SEQUENCE ? pch->next_grouping : 0;
453 grouping = (prev_type == EIGHT_SHORT_SEQUENCE) ? window_grouping[0] : 0;
459 wi.grouping[0] = 1;
464 if (!((grouping >> i) & 1))
466 wi.grouping[lastgrp]++;
827 int grouping local
[all...]
H A Daacenc.c548 wi[ch].grouping[0] = 1;
567 ics->group_len[w] = wi[ch].grouping[w];
606 if (wi[0].grouping[w] != wi[1].grouping[w]) {
725 uint8_t grouping[AAC_MAX_CHANNELS]; local
763 grouping[i] = s->chan_map[i + 1] == TYPE_CPE;
764 if (ret = ff_psy_init(&s->psy, avctx, 2, sizes, lengths, s->chan_map[0], grouping))
H A Don2avc.c63 int grouping[8]; member in struct:On2AVCContext
97 if (!c->grouping[w]) {
146 if (!c->grouping[w]) {
157 if (c->grouping[w2])
815 c->grouping[0] = 1;
817 c->grouping[i] = !get_bits1(&gb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Drsp_query_hash.c175 {"grouping", RSP_TYPE_STRING}
H A Ddb.h90 char *grouping; member in struct:media_file_info
231 char *grouping; member in struct:db_media_file_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dutils.c1564 /* Get digit grouping data for thousand separors by calling
1565 localeconv(). The data includes separator string and grouping info argument
1574 get_grouping_data (const char **sep, const char **grouping)
1581 /* Get the grouping info from the locale. */
1584 cached_grouping = lconv->grouping;
1594 grouping, which we still want to use it for legibility.
1607 *grouping = cached_grouping;
1626 const char *grouping, *sep;
1635 /* Initialize grouping data. */
1636 get_grouping_data (&sep, &grouping);
1617 const char *grouping, *sep; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstatbox.tex4 a logical grouping of items.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtrio.h150 void trio_locale_set_grouping TRIO_PROTO((char *grouping));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtrio.h150 void trio_locale_set_grouping TRIO_PROTO((char *grouping));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DFormat.cpp85 case wxT('\''): // For decimal conversion (i, d, u, f, F, g, G) the output is to be grouped with thousands' grouping characters if the locale information indicates any.

Completed in 728 milliseconds

12