Home
last modified time | relevance | path

Searched refs:apply_phase_inv (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlibopusdec.c45 int apply_phase_inv; member
133 OPUS_SET_PHASE_INVERSION_DISABLED(!opus->apply_phase_inv)); in libopus_decode_init()
220 { "apply_phase_inv", "Apply intensity stereo phase inversion", OFFSET(apply_phase_inv), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, FLAGS },
H A Dopus_celt.h103 int apply_phase_inv; member
163 int apply_phase_inv);
H A Dopusenc.h44 int apply_phase_inv; member
H A Dlibopusenc.c46 int apply_phase_inv; member
172 OPUS_SET_PHASE_INVERSION_DISABLED(!opts->apply_phase_inv)); in libopus_configure_encoder()
564 { "apply_phase_inv", "Apply intensity stereo phase inversion", OFFSET(apply_phase_inv), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, FLAGS },
H A Dopus.h165 int apply_phase_inv; member
H A Dopusenc.c701 s->frame[i].apply_phase_inv = s->options.apply_phase_inv; in opus_encode_init()
711 { "apply_phase_inv", "Apply intensity stereo phase inversion", offsetof(OpusEncContext, options.apply_phase_inv), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, OPUSENC_FLAGS, "apply_phase_inv" },
H A Dopus_celt.c539 int apply_phase_inv) in ff_celt_init()
556 frm->apply_phase_inv = apply_phase_inv; in ff_celt_init()
538 ff_celt_init(AVCodecContext *avctx, CeltFrame **f, int output_channels, int apply_phase_inv) ff_celt_init() argument
H A Dopusdec.c675 ret = ff_celt_init(avctx, &s->celt, s->output_channels, c->apply_phase_inv); in opus_decode_init()
696 { "apply_phase_inv", "Apply intensity stereo phase inversion", OFFSET(apply_phase_inv), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, AD },
H A Dopus_pvq.c632 inv = f->apply_phase_inv ? itheta > 8192 : 0; in quant_band_template()
647 inv = f->apply_phase_inv ? inv : 0; in quant_band_template()

Completed in 14 milliseconds