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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/include/asm/
H A Dsigcontext.h30 uint_reg_t ics; /* In Interrupt Critical Section? */ member in struct:sigcontext
H A Dprocessor.h322 #define PL_ICS_EX1(pl, ics) \
324 ((ics) << SPR_EX_CONTEXT_1_1__ICS_SHIFT))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/include/asm/
H A Dsigcontext.h30 uint_reg_t ics; /* In Interrupt Critical Section? */ member in struct:sigcontext
H A Dprocessor.h322 #define PL_ICS_EX1(pl, ics) \
324 ((ics) << SPR_EX_CONTEXT_1_1__ICS_SHIFT))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Daaccoder.c279 const int max_sfb = sce->ics.max_sfb;
280 const int run_bits = sce->ics.num_windows == 1 ? 5 : 3;
296 size = sce->ics.swb_sizes[swb];
320 if ( run_value_bits[sce->ics.num_windows == 8][path[swb][cb].run]
321 != run_value_bits[sce->ics.num_windows == 8][path[swb][cb].run+1])
338 start += sce->ics.swb_sizes[swb];
413 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) {
415 for (g = 0; g < sce->ics.num_swb; g++) {
423 for (w2 = 0; w2 < sce->ics
[all...]
H A Daac.c601 static int decode_prediction(AACContext *ac, IndividualChannelStream *ics, argument
606 ics->predictor_reset_group = get_bits(gb, 5);
607 if (ics->predictor_reset_group == 0 || ics->predictor_reset_group > 30) {
612 for (sfb = 0; sfb < FFMIN(ics->max_sfb, ff_aac_pred_sfb_max[ac->m4ac.sampling_index]); sfb++) {
613 ics->prediction_used[sfb] = get_bits1(gb);
623 static int decode_ics_info(AACContext *ac, IndividualChannelStream *ics, argument
628 memset(ics, 0, sizeof(IndividualChannelStream));
631 ics->window_sequence[1] = ics
698 decode_band_types(AACContext *ac, enum BandType band_type[120], int band_type_run_end[120], GetBitContext *gb, IndividualChannelStream *ics) argument
746 decode_scalefactors(AACContext *ac, float sf[120], GetBitContext *gb, unsigned int global_gain, IndividualChannelStream *ics, enum BandType band_type[120], int band_type_run_end[120]) argument
832 decode_tns(AACContext *ac, TemporalNoiseShaping *tns, GetBitContext *gb, const IndividualChannelStream *ics) argument
966 decode_spectrum_and_dequant(AACContext *ac, float coef[1024], GetBitContext *gb, const float sf[120], int pulse_present, const Pulse *pulse, const IndividualChannelStream *ics, enum BandType band_type[120]) argument
1315 IndividualChannelStream *ics = &sce->ics; local
1370 const IndividualChannelStream *ics = &cpe->ch[0].ics; local
1400 const IndividualChannelStream *ics = &cpe->ch[1].ics; local
1672 apply_tns(float coef[1024], TemporalNoiseShaping *tns, IndividualChannelStream *ics, int decode) argument
1717 IndividualChannelStream *ics = &sce->ics; local
1791 IndividualChannelStream *ics = &cce->ch[0].ics; local
[all...]
H A Daacenc.c223 const float * lwindow = sce->ics.use_kb_window[0] ? ff_aac_kbd_long_1024 : ff_sine_1024;
224 const float * swindow = sce->ics.use_kb_window[0] ? ff_aac_kbd_short_128 : ff_sine_128;
225 const float * pwindow = sce->ics.use_kb_window[1] ? ff_aac_kbd_short_128 : ff_sine_128;
227 if (sce->ics.window_sequence[0] != EIGHT_SHORT_SEQUENCE) {
229 if (sce->ics.window_sequence[0] == LONG_STOP_SEQUENCE) {
236 if (sce->ics.window_sequence[0] != LONG_START_SEQUENCE) {
302 for (w = 0; w < cpe->ch[0].ics.num_windows; w += cpe->ch[0].ics.group_len[w])
303 for (i = 0; i < cpe->ch[0].ics.max_sfb; i++)
316 IndividualChannelStream *ics local
533 IndividualChannelStream *ics = &cpe->ch[j].ics; local
[all...]
H A Daac.h211 IndividualChannelStream ics; member in struct:__anon1158
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Daaccoder.c279 const int max_sfb = sce->ics.max_sfb;
280 const int run_bits = sce->ics.num_windows == 1 ? 5 : 3;
296 size = sce->ics.swb_sizes[swb];
320 if ( run_value_bits[sce->ics.num_windows == 8][path[swb][cb].run]
321 != run_value_bits[sce->ics.num_windows == 8][path[swb][cb].run+1])
338 start += sce->ics.swb_sizes[swb];
413 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) {
415 for (g = 0; g < sce->ics.num_swb; g++) {
423 for (w2 = 0; w2 < sce->ics
[all...]
H A Daac.c601 static int decode_prediction(AACContext *ac, IndividualChannelStream *ics, argument
606 ics->predictor_reset_group = get_bits(gb, 5);
607 if (ics->predictor_reset_group == 0 || ics->predictor_reset_group > 30) {
612 for (sfb = 0; sfb < FFMIN(ics->max_sfb, ff_aac_pred_sfb_max[ac->m4ac.sampling_index]); sfb++) {
613 ics->prediction_used[sfb] = get_bits1(gb);
623 static int decode_ics_info(AACContext *ac, IndividualChannelStream *ics, argument
628 memset(ics, 0, sizeof(IndividualChannelStream));
631 ics->window_sequence[1] = ics
698 decode_band_types(AACContext *ac, enum BandType band_type[120], int band_type_run_end[120], GetBitContext *gb, IndividualChannelStream *ics) argument
746 decode_scalefactors(AACContext *ac, float sf[120], GetBitContext *gb, unsigned int global_gain, IndividualChannelStream *ics, enum BandType band_type[120], int band_type_run_end[120]) argument
832 decode_tns(AACContext *ac, TemporalNoiseShaping *tns, GetBitContext *gb, const IndividualChannelStream *ics) argument
966 decode_spectrum_and_dequant(AACContext *ac, float coef[1024], GetBitContext *gb, const float sf[120], int pulse_present, const Pulse *pulse, const IndividualChannelStream *ics, enum BandType band_type[120]) argument
1315 IndividualChannelStream *ics = &sce->ics; local
1370 const IndividualChannelStream *ics = &cpe->ch[0].ics; local
1400 const IndividualChannelStream *ics = &cpe->ch[1].ics; local
1672 apply_tns(float coef[1024], TemporalNoiseShaping *tns, IndividualChannelStream *ics, int decode) argument
1717 IndividualChannelStream *ics = &sce->ics; local
1791 IndividualChannelStream *ics = &cce->ch[0].ics; local
[all...]
H A Daacenc.c223 const float * lwindow = sce->ics.use_kb_window[0] ? ff_aac_kbd_long_1024 : ff_sine_1024;
224 const float * swindow = sce->ics.use_kb_window[0] ? ff_aac_kbd_short_128 : ff_sine_128;
225 const float * pwindow = sce->ics.use_kb_window[1] ? ff_aac_kbd_short_128 : ff_sine_128;
227 if (sce->ics.window_sequence[0] != EIGHT_SHORT_SEQUENCE) {
229 if (sce->ics.window_sequence[0] == LONG_STOP_SEQUENCE) {
236 if (sce->ics.window_sequence[0] != LONG_START_SEQUENCE) {
302 for (w = 0; w < cpe->ch[0].ics.num_windows; w += cpe->ch[0].ics.group_len[w])
303 for (i = 0; i < cpe->ch[0].ics.max_sfb; i++)
316 IndividualChannelStream *ics local
533 IndividualChannelStream *ics = &cpe->ch[j].ics; local
[all...]
H A Daac.h211 IndividualChannelStream ics; member in struct:__anon2063
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Daaccoder.c279 const int max_sfb = sce->ics.max_sfb;
280 const int run_bits = sce->ics.num_windows == 1 ? 5 : 3;
296 size = sce->ics.swb_sizes[swb];
320 if ( run_value_bits[sce->ics.num_windows == 8][path[swb][cb].run]
321 != run_value_bits[sce->ics.num_windows == 8][path[swb][cb].run+1])
338 start += sce->ics.swb_sizes[swb];
413 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) {
415 for (g = 0; g < sce->ics.num_swb; g++) {
423 for (w2 = 0; w2 < sce->ics
[all...]
H A Daac.c601 static int decode_prediction(AACContext *ac, IndividualChannelStream *ics, argument
606 ics->predictor_reset_group = get_bits(gb, 5);
607 if (ics->predictor_reset_group == 0 || ics->predictor_reset_group > 30) {
612 for (sfb = 0; sfb < FFMIN(ics->max_sfb, ff_aac_pred_sfb_max[ac->m4ac.sampling_index]); sfb++) {
613 ics->prediction_used[sfb] = get_bits1(gb);
623 static int decode_ics_info(AACContext *ac, IndividualChannelStream *ics, argument
628 memset(ics, 0, sizeof(IndividualChannelStream));
631 ics->window_sequence[1] = ics
698 decode_band_types(AACContext *ac, enum BandType band_type[120], int band_type_run_end[120], GetBitContext *gb, IndividualChannelStream *ics) argument
746 decode_scalefactors(AACContext *ac, float sf[120], GetBitContext *gb, unsigned int global_gain, IndividualChannelStream *ics, enum BandType band_type[120], int band_type_run_end[120]) argument
832 decode_tns(AACContext *ac, TemporalNoiseShaping *tns, GetBitContext *gb, const IndividualChannelStream *ics) argument
966 decode_spectrum_and_dequant(AACContext *ac, float coef[1024], GetBitContext *gb, const float sf[120], int pulse_present, const Pulse *pulse, const IndividualChannelStream *ics, enum BandType band_type[120]) argument
1315 IndividualChannelStream *ics = &sce->ics; local
1370 const IndividualChannelStream *ics = &cpe->ch[0].ics; local
1400 const IndividualChannelStream *ics = &cpe->ch[1].ics; local
1672 apply_tns(float coef[1024], TemporalNoiseShaping *tns, IndividualChannelStream *ics, int decode) argument
1717 IndividualChannelStream *ics = &sce->ics; local
1791 IndividualChannelStream *ics = &cce->ch[0].ics; local
[all...]
H A Daacenc.c223 const float * lwindow = sce->ics.use_kb_window[0] ? ff_aac_kbd_long_1024 : ff_sine_1024;
224 const float * swindow = sce->ics.use_kb_window[0] ? ff_aac_kbd_short_128 : ff_sine_128;
225 const float * pwindow = sce->ics.use_kb_window[1] ? ff_aac_kbd_short_128 : ff_sine_128;
227 if (sce->ics.window_sequence[0] != EIGHT_SHORT_SEQUENCE) {
229 if (sce->ics.window_sequence[0] == LONG_STOP_SEQUENCE) {
236 if (sce->ics.window_sequence[0] != LONG_START_SEQUENCE) {
302 for (w = 0; w < cpe->ch[0].ics.num_windows; w += cpe->ch[0].ics.group_len[w])
303 for (i = 0; i < cpe->ch[0].ics.max_sfb; i++)
316 IndividualChannelStream *ics local
533 IndividualChannelStream *ics = &cpe->ch[j].ics; local
[all...]
H A Daac.h211 IndividualChannelStream ics; member in struct:__anon36088
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/divert/
H A Disdn_divert.c23 { isdn_ctrl ics; /* delivered setup + driver parameters */ member in struct:call_struc
69 cs->ics.command = ISDN_CMD_HANGUP; /* cancel action */
70 divert_if.ll_cmd(&cs->ics);
79 cs->ics.command = ISDN_CMD_REDIR; /* protocol */
80 strcpy(cs->ics.parm.setup.phone,cs->deflect_dest);
81 strcpy(cs->ics.parm.setup.eazmsn,"Testtext delayed");
82 divert_if.ll_cmd(&cs->ics);
163 cs->ics.driver = drvid;
164 cs->ics.command = ISDN_CMD_PROT_IO; /* protocol specific io */
165 cs->ics
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/divert/
H A Disdn_divert.c23 { isdn_ctrl ics; /* delivered setup + driver parameters */ member in struct:call_struc
69 cs->ics.command = ISDN_CMD_HANGUP; /* cancel action */
70 divert_if.ll_cmd(&cs->ics);
79 cs->ics.command = ISDN_CMD_REDIR; /* protocol */
80 strcpy(cs->ics.parm.setup.phone,cs->deflect_dest);
81 strcpy(cs->ics.parm.setup.eazmsn,"Testtext delayed");
82 divert_if.ll_cmd(&cs->ics);
163 cs->ics.driver = drvid;
164 cs->ics.command = ISDN_CMD_PROT_IO; /* protocol specific io */
165 cs->ics
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Dia64-gen.c227 } **ics = NULL;
454 mark_used (ics[ic->subs[i]], clear_terminals);
457 mark_used (ics[ic->xsubs[i]], clear_terminals);
524 if (strcmp (name, ics[i]->name) == 0
525 && ((comment == NULL && ics[i]->comment == NULL)
526 || (comment != NULL && ics[i]->comment != NULL
527 && strncmp (ics[i]->comment, comment,
528 strlen (ics[i]->comment)) == 0))
529 && note == ics[i]->note)
539 ics
226 } **ics = NULL; variable in typeref:struct:iclass
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dia64-gen.c227 } **ics = NULL;
454 mark_used (ics[ic->subs[i]], clear_terminals);
457 mark_used (ics[ic->xsubs[i]], clear_terminals);
524 if (strcmp (name, ics[i]->name) == 0
525 && ((comment == NULL && ics[i]->comment == NULL)
526 || (comment != NULL && ics[i]->comment != NULL
527 && strncmp (ics[i]->comment, comment,
528 strlen (ics[i]->comment)) == 0))
529 && note == ics[i]->note)
539 ics
226 } **ics = NULL; variable in typeref:struct:iclass
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dia64-gen.c227 } **ics = NULL;
454 mark_used (ics[ic->subs[i]], clear_terminals);
457 mark_used (ics[ic->xsubs[i]], clear_terminals);
524 if (strcmp (name, ics[i]->name) == 0
525 && ((comment == NULL && ics[i]->comment == NULL)
526 || (comment != NULL && ics[i]->comment != NULL
527 && strncmp (ics[i]->comment, comment,
528 strlen (ics[i]->comment)) == 0))
529 && note == ics[i]->note)
539 ics
226 } **ics = NULL; variable in typeref:struct:iclass
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-tvaudio.c191 int ausel=0, ics=0, ocs=0; local
229 case TV: ausel=0xc0; ics=0x00; ocs=0x02; break;
230 case LINE1: ausel=0x80; ics=0x00; ocs=0x00; break;
231 case LINE2: ausel=0x80; ics=0x08; ocs=0x01; break;
232 case LINE2_LEFT: ausel=0x80; ics=0x08; ocs=0x05; break;
235 saa_andorb(SAA7134_ANALOG_IO_SELECT, 0x08, ics);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-tvaudio.c191 int ausel=0, ics=0, ocs=0; local
229 case TV: ausel=0xc0; ics=0x00; ocs=0x02; break;
230 case LINE1: ausel=0x80; ics=0x00; ocs=0x00; break;
231 case LINE2: ausel=0x80; ics=0x08; ocs=0x01; break;
232 case LINE2_LEFT: ausel=0x80; ics=0x08; ocs=0x05; break;
235 saa_andorb(SAA7134_ANALOG_IO_SELECT, 0x08, ics);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/texinfo/
H A Dtexinfo.tex181 par-a-digms rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/texinfo/
H A Dtexinfo.tex181 par-a-digms rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces

Completed in 315 milliseconds

12