Searched refs:apply_phase_inv (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | libopusdec.c | 44 int apply_phase_inv; member 127 OPUS_SET_PHASE_INVERSION_DISABLED(!opus->apply_phase_inv)); in libopus_decode_init() 215 …{ "apply_phase_inv", "Apply intensity stereo phase inversion", OFFSET(apply_phase_inv), AV_OPT_TYP…
|
D | opus_celt.h | 103 int apply_phase_inv; member 163 int apply_phase_inv);
|
D | opusenc.h | 45 int apply_phase_inv; member
|
D | libopusenc.c | 44 int apply_phase_inv; member 170 OPUS_SET_PHASE_INVERSION_DISABLED(!opts->apply_phase_inv)); in libopus_configure_encoder() 562 …{ "apply_phase_inv", "Apply intensity stereo phase inversion", OFFSET(apply_phase_inv), AV_OPT_TYP…
|
D | opus.h | 165 int apply_phase_inv; member
|
D | opus_celt.c | 539 int apply_phase_inv) in ff_celt_init() argument 556 frm->apply_phase_inv = apply_phase_inv; in ff_celt_init()
|
D | opusenc.c | 695 s->frame[i].apply_phase_inv = s->options.apply_phase_inv; in opus_encode_init() 705 … intensity stereo phase inversion", offsetof(OpusEncContext, options.apply_phase_inv), AV_OPT_TYPE…
|
D | opusdec.c | 675 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_TYP…
|
D | opus_pvq.c | 630 inv = f->apply_phase_inv ? itheta > 8192 : 0; in quant_band_template() 645 inv = f->apply_phase_inv ? inv : 0; in quant_band_template()
|
/third_party/ffmpeg/doc/ |
D | encoders.texi | 989 @item apply_phase_inv (N.A.) (requires libopus >= 1.2)
|