Home
last modified time | relevance | path

Searched refs:intensity_stereo (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dopus.c516 if (f->dual_stereo && i == f->intensity_stereo) { in ff_celt_quant_bands()
805 f->intensity_stereo = FFMIN(f->intensity_stereo, f->coded_bands); in ff_celt_bitalloc()
806 ff_opus_rc_enc_uint(rc, f->intensity_stereo, f->coded_bands + 1 - f->start_band); in ff_celt_bitalloc()
809 f->intensity_stereo = f->dual_stereo = 0; in ff_celt_bitalloc()
811 … f->intensity_stereo = f->start_band + ff_opus_rc_dec_uint(rc, f->coded_bands + 1 - f->start_band); in ff_celt_bitalloc()
815 if (f->intensity_stereo <= f->start_band) in ff_celt_bitalloc()
852 … dof = N * f->channels + (f->channels == 2 && N > 2 && !f->dual_stereo && i < f->intensity_stereo); in ff_celt_bitalloc()
Dopusenc_psy.c303 f->intensity_stereo = f->end_band; in ff_opus_psy_celt_frame_init()
409 f->intensity_stereo = i; in celt_search_for_intensity()
417 f->intensity_stereo = best_band; in celt_search_for_intensity()
418 s->avg_is_band = (s->avg_is_band + f->intensity_stereo)/2.0f; in celt_search_for_intensity()
503 s->avg_is_band += f[i].intensity_stereo; in ff_opus_psy_postencode_update()
Dopus_celt.h120 int intensity_stereo; member
Daacenc.h53 int intensity_stereo; member
Daacenc.c754 if (s->options.intensity_stereo) { /* Intensity Stereo */ in aac_encode_frame()
1058 s->options.intensity_stereo = 0; in aac_encode_init()
1112 …{"aac_is", "Intensity stereo coding", offsetof(AACEncContext, options.intensity_stereo), AV_OPT_TY…
Dopus_pvq.c596 qn = (stereo && band >= f->intensity_stereo) ? 1 : in quant_band_template()
Daaccoder_twoloop.h192 if (s->options.pns || s->options.intensity_stereo) in search_for_quantizers_twoloop()