Home
last modified time | relevance | path

Searched refs:bs_coupling (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsbr.h159 unsigned bs_coupling; member
Daacsbr_template.c816 const int delta = (ch == 1 && sbr->bs_coupling == 1) + 1;
819 if (sbr->bs_coupling && ch) {
904 int delta = (ch == 1 && sbr->bs_coupling == 1) + 1;
906 if (sbr->bs_coupling && ch) {
1003 if ((sbr->bs_coupling = get_bits1(gb))) {
Daacsbr.c78 if (id_aac == TYPE_CPE && sbr->bs_coupling) { in sbr_dequant()
Daacsbr_fixed.c158 if (id_aac == TYPE_CPE && sbr->bs_coupling) { in sbr_dequant()