Searched refs:max_sb (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegaudioenc_template.c | 514 int i, ch, b, max_smr, max_ch, max_sb, current_frame_size, max_frame_size; in compute_bit_allocation() local 545 max_sb = -1; in compute_bit_allocation() 552 max_sb = i; in compute_bit_allocation() 557 if (max_sb < 0) in compute_bit_allocation() 560 current_frame_size, max_frame_size, max_sb, max_ch, in compute_bit_allocation() 561 bit_alloc[max_ch][max_sb]); in compute_bit_allocation() 566 for(i=0;i<max_sb;i++) { in compute_bit_allocation() 570 if (subband_status[max_ch][max_sb] == SB_NOTALLOCATED) { in compute_bit_allocation() 572 incr = 2 + nb_scale_factors[s->scale_code[max_ch][max_sb]] * 6; in compute_bit_allocation() 576 b = bit_alloc[max_ch][max_sb]; in compute_bit_allocation() [all …]
|
D | dca_lbr.c | 812 int sb, ch, ol, st, max_sb, profile, ret; in parse_high_res_grid() local 828 max_sb = profile & 7; in parse_high_res_grid() 848 s->quant_levels[ch1 / 2][sb] = quant_levels[ff_dca_sb_reorder[max_sb][sb]]; in parse_high_res_grid()
|