Searched refs:apply_phase_inv (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libopusdec.c | 45 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 D | opus_celt.h | 103 int apply_phase_inv; member 163 int apply_phase_inv);
|
H A D | opusenc.h | 44 int apply_phase_inv; member
|
H A D | libopusenc.c | 46 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 D | opus.h | 165 int apply_phase_inv; member
|
H A D | opusenc.c | 701 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 D | opus_celt.c | 539 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 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_TYPE_BOOL, { .i64 = 1 }, 0, 1, AD },
|
H A D | opus_pvq.c | 632 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