Home
last modified time | relevance | path

Searched refs:coupling_point (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daac.h236 enum CouplingPoint coupling_point; ///< The point during decoding at which coupling is applied. member
Daacdec_template.c2352 coup->coupling_point = 2 * get_bits1(gb);
2365 coup->coupling_point += get_bits1(gb) || (coup->coupling_point >> 1);
2383 cge = coup->coupling_point == AFTER_IMDCT ? 1 : get_bits1(gb);
2391 if (coup->coupling_point == AFTER_IMDCT) {
2986 enum CouplingPoint coupling_point, argument
2995 if (cce && cce->coup.coupling_point == coupling_point) {
3054 if (type != TYPE_CCE || che->coup.coupling_point == AFTER_IMDCT) {