Home
last modified time | relevance | path

Searched refs:bs_smoothing_mode (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsbr.h157 unsigned bs_smoothing_mode; member
Daacsbr.c282 const int h_SL = 4 * !sbr->bs_smoothing_mode; in sbr_hf_assemble()
Daacsbr_fixed.c494 const int h_SL = 4 * !sbr->bs_smoothing_mode; in sbr_hf_assemble()
Daacsbr_template.c224 sbr->bs_smoothing_mode = get_bits1(gb);
229 sbr->bs_smoothing_mode = 1;
/third_party/ffmpeg/libavcodec/mips/
Daacsbr_mips.c322 const int h_SL = 4 * !sbr->bs_smoothing_mode; in sbr_hf_assemble_mips()