Searched refs:max_ch (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpegaudioenc_template.c | 515 int i, ch, b, max_smr, max_ch, max_sb, current_frame_size, max_frame_size; in compute_bit_allocation() local 547 max_ch = -1; in compute_bit_allocation() 554 max_ch = ch; in compute_bit_allocation() 560 ff_dlog(NULL, "current=%d max=%d max_sb=%d max_ch=%d alloc=%d\n", in compute_bit_allocation() 561 current_frame_size, max_frame_size, max_sb, max_ch, in compute_bit_allocation() 562 bit_alloc[max_ch][max_sb]); in compute_bit_allocation() 571 if (subband_status[max_ch][max_sb] == SB_NOTALLOCATED) { in compute_bit_allocation() 573 incr = 2 + nb_scale_factors[s->scale_code[max_ch][max_sb]] * 6; in compute_bit_allocation() 577 b = bit_alloc[max_ch][max_sb]; in compute_bit_allocation() 584 b = ++bit_alloc[max_ch][max_s in compute_bit_allocation() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_channelmap.c | 88 static int get_channel_idx(char **map, int *ch, char delim, int max_ch) in get_channel_idx() argument 102 if (*ch < 0 || *ch > max_ch) in get_channel_idx()
|
Completed in 2 milliseconds