Home
last modified time | relevance | path

Searched refs:coup (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Daacdec_template.c2365 ChannelCoupling *coup = &che->coup; local
2367 coup->coupling_point = 2 * get_bits1(gb);
2368 coup->num_coupled = get_bits(gb, 3);
2369 for (c = 0; c <= coup->num_coupled; c++) {
2371 coup->type[c] = get_bits1(gb) ? TYPE_CPE : TYPE_SCE;
2372 coup->id_select[c] = get_bits(gb, 4);
2373 if (coup->type[c] == TYPE_CPE) {
2374 coup->ch_select[c] = get_bits(gb, 2);
2375 if (coup
3012 ChannelCoupling *coup = &cce->coup; global() local
[all...]
H A Daacdec.c231 const float gain = cce->coup.gain[index][idx]; in apply_dependent_coupling()
254 const float gain = cce->coup.gain[index][0]; in apply_independent_coupling()
H A Daacdec_fixed.c373 const int gain = cce->coup.gain[index][idx]; in apply_dependent_coupling_fixed()
425 const int gain = cce->coup.gain[index][0]; in apply_independent_coupling_fixed()
H A Daac.h287 ChannelCoupling coup; member

Completed in 7 milliseconds