Home
last modified time | relevance | path

Searched refs:max_sb (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpegaudioenc_template.c515 int i, ch, b, max_smr, max_ch, max_sb, current_frame_size, max_frame_size; in compute_bit_allocation() local
546 max_sb = -1; in compute_bit_allocation()
553 max_sb = i; in compute_bit_allocation()
558 if (max_sb < 0) 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()
567 for(i=0;i<max_sb;i++) { 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]] * in compute_bit_allocation()
[all...]
H A Ddca_lbr.c803 int sb, ch, ol, st, max_sb, profile, ret; in parse_high_res_grid() local
819 max_sb = profile & 7; in parse_high_res_grid()
839 s->quant_levels[ch1 / 2][sb] = quant_levels[ff_dca_sb_reorder[max_sb][sb]]; in parse_high_res_grid()

Completed in 4 milliseconds