Searched refs:max_ch (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegaudioenc.c501 int i, ch, b, max_smr, max_ch, max_sb, current_frame_size, max_frame_size; local
533 max_ch = -1;
540 max_ch = ch;
546 av_dlog(NULL, "current=%d max=%d max_sb=%d max_ch=%d alloc=%d\n",
547 current_frame_size, max_frame_size, max_sb, max_ch,
548 bit_alloc[max_ch][max_sb]);
557 if (subband_status[max_ch][max_sb] == SB_NOTALLOCATED) {
559 incr = 2 + nb_scale_factors[s->scale_code[max_ch][max_sb]] * 6;
563 b = bit_alloc[max_ch][max_sb];
570 b = ++bit_alloc[max_ch][max_s
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegaudioenc_template.c514 int i, ch, b, max_smr, max_ch, max_sb, current_frame_size, max_frame_size; local
546 max_ch = -1;
553 max_ch = ch;
559 av_dlog(NULL, "current=%d max=%d max_sb=%d max_ch=%d alloc=%d\n",
560 current_frame_size, max_frame_size, max_sb, max_ch,
561 bit_alloc[max_ch][max_sb]);
570 if (subband_status[max_ch][max_sb] == SB_NOTALLOCATED) {
572 incr = 2 + nb_scale_factors[s->scale_code[max_ch][max_sb]] * 6;
576 b = bit_alloc[max_ch][max_sb];
583 b = ++bit_alloc[max_ch][max_s
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_channelmap.c89 static int get_channel_idx(char **map, int *ch, char delim, int max_ch) argument
100 if (*ch < 0 || *ch > max_ch)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Dmessage.c14629 int max_ch = ARRAY_SIZE(a->ch_flow_control); local
14636 for (i = 0; i < max_ch; i++) {
14654 int max_ch = ARRAY_SIZE(a->ch_flow_control); local
14661 if (a->last_flow_control_ch >= max_ch) {
14664 for (i=a->last_flow_control_ch; i < max_ch; i++) {

Completed in 55 milliseconds