Home
last modified time | relevance | path

Searched refs:pitch_delay_int (Results 1 – 25 of 28) sorted by relevance

12

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dg729dec.c421 int pitch_delay_int[2]; // pitch delay, integer part in decode_frame() local
529 pitch_delay_int[i] = (pitch_delay_3x + 1) / 3; in decode_frame()
530 if (pitch_delay_int[i] > PITCH_DELAY_MAX) { in decode_frame()
531 … av_log(avctx, AV_LOG_WARNING, "pitch_delay_int %d is too large\n", pitch_delay_int[i]); in decode_frame()
532 pitch_delay_int[i] = PITCH_DELAY_MAX; in decode_frame()
566 if (SUBFRAME_SIZE > pitch_delay_int[i]) in decode_frame()
567 ff_acelp_weighted_vector_sum(fc + pitch_delay_int[i], in decode_frame()
568 fc + pitch_delay_int[i], in decode_frame()
572 SUBFRAME_SIZE - pitch_delay_int[i]); in decode_frame()
698 pitch_delay_int[0], in decode_frame()
[all …]
H A Dsipr16k.c210 int pitch_delay_int; in ff_sipr_decode_frame_16k() local
225 pitch_delay_int = DIVIDE_BY_3(pitch_delay_3x + 2); in ff_sipr_decode_frame_16k()
226 pitch_delay_frac = pitch_delay_3x + 2 - 3*pitch_delay_int; in ff_sipr_decode_frame_16k()
229 &excitation[i_subfr] - pitch_delay_int + 1, in ff_sipr_decode_frame_16k()
H A Dg729postfilter.c110 static int16_t long_term_filter(AudioDSPContext *adsp, int pitch_delay_int, in long_term_filter() argument
192 best_delay_int = pitch_delay_int - 1; in long_term_filter()
193 for (i = pitch_delay_int - 1; i <= pitch_delay_int + 1; i++) { in long_term_filter()
518 const int16_t *lp_filter_coeffs, int pitch_delay_int, in ff_g729_postfilter() argument
547 i = long_term_filter(adsp, pitch_delay_int, in ff_g729_postfilter()
H A Dg729postfilter.h98 const int16_t *lp_filter_coeffs, int pitch_delay_int,
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dg729dec.c421 int pitch_delay_int[2]; // pitch delay, integer part in decode_frame() local
529 pitch_delay_int[i] = (pitch_delay_3x + 1) / 3; in decode_frame()
530 if (pitch_delay_int[i] > PITCH_DELAY_MAX) { in decode_frame()
531 … av_log(avctx, AV_LOG_WARNING, "pitch_delay_int %d is too large\n", pitch_delay_int[i]); in decode_frame()
532 pitch_delay_int[i] = PITCH_DELAY_MAX; in decode_frame()
566 if (SUBFRAME_SIZE > pitch_delay_int[i]) in decode_frame()
567 ff_acelp_weighted_vector_sum(fc + pitch_delay_int[i], in decode_frame()
568 fc + pitch_delay_int[i], in decode_frame()
572 SUBFRAME_SIZE - pitch_delay_int[i]); in decode_frame()
698 pitch_delay_int[0], in decode_frame()
[all …]
H A Dsipr16k.c210 int pitch_delay_int; in ff_sipr_decode_frame_16k() local
225 pitch_delay_int = DIVIDE_BY_3(pitch_delay_3x + 2); in ff_sipr_decode_frame_16k()
226 pitch_delay_frac = pitch_delay_3x + 2 - 3*pitch_delay_int; in ff_sipr_decode_frame_16k()
229 &excitation[i_subfr] - pitch_delay_int + 1, in ff_sipr_decode_frame_16k()
H A Dg729postfilter.c110 static int16_t long_term_filter(AudioDSPContext *adsp, int pitch_delay_int, in long_term_filter() argument
192 best_delay_int = pitch_delay_int - 1; in long_term_filter()
193 for (i = pitch_delay_int - 1; i <= pitch_delay_int + 1; i++) { in long_term_filter()
518 const int16_t *lp_filter_coeffs, int pitch_delay_int, in ff_g729_postfilter() argument
547 i = long_term_filter(adsp, pitch_delay_int, in ff_g729_postfilter()
H A Dg729postfilter.h98 const int16_t *lp_filter_coeffs, int pitch_delay_int,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dg729dec.c421 int pitch_delay_int[2]; // pitch delay, integer part in decode_frame() local
529 pitch_delay_int[i] = (pitch_delay_3x + 1) / 3; in decode_frame()
530 if (pitch_delay_int[i] > PITCH_DELAY_MAX) { in decode_frame()
531 … av_log(avctx, AV_LOG_WARNING, "pitch_delay_int %d is too large\n", pitch_delay_int[i]); in decode_frame()
532 pitch_delay_int[i] = PITCH_DELAY_MAX; in decode_frame()
566 if (SUBFRAME_SIZE > pitch_delay_int[i]) in decode_frame()
567 ff_acelp_weighted_vector_sum(fc + pitch_delay_int[i], in decode_frame()
568 fc + pitch_delay_int[i], in decode_frame()
572 SUBFRAME_SIZE - pitch_delay_int[i]); in decode_frame()
698 pitch_delay_int[0], in decode_frame()
[all …]
H A Dsipr16k.c210 int pitch_delay_int; in ff_sipr_decode_frame_16k() local
225 pitch_delay_int = DIVIDE_BY_3(pitch_delay_3x + 2); in ff_sipr_decode_frame_16k()
226 pitch_delay_frac = pitch_delay_3x + 2 - 3*pitch_delay_int; in ff_sipr_decode_frame_16k()
229 &excitation[i_subfr] - pitch_delay_int + 1, in ff_sipr_decode_frame_16k()
H A Dg729postfilter.c110 static int16_t long_term_filter(AudioDSPContext *adsp, int pitch_delay_int, in long_term_filter() argument
192 best_delay_int = pitch_delay_int - 1; in long_term_filter()
193 for (i = pitch_delay_int - 1; i <= pitch_delay_int + 1; i++) { in long_term_filter()
518 const int16_t *lp_filter_coeffs, int pitch_delay_int, in ff_g729_postfilter() argument
547 i = long_term_filter(adsp, pitch_delay_int, in ff_g729_postfilter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dg729dec.c421 int pitch_delay_int[2]; // pitch delay, integer part in decode_frame() local
529 pitch_delay_int[i] = (pitch_delay_3x + 1) / 3; in decode_frame()
530 if (pitch_delay_int[i] > PITCH_DELAY_MAX) { in decode_frame()
531 … av_log(avctx, AV_LOG_WARNING, "pitch_delay_int %d is too large\n", pitch_delay_int[i]); in decode_frame()
532 pitch_delay_int[i] = PITCH_DELAY_MAX; in decode_frame()
566 if (SUBFRAME_SIZE > pitch_delay_int[i]) in decode_frame()
567 ff_acelp_weighted_vector_sum(fc + pitch_delay_int[i], in decode_frame()
568 fc + pitch_delay_int[i], in decode_frame()
572 SUBFRAME_SIZE - pitch_delay_int[i]); in decode_frame()
698 pitch_delay_int[0], in decode_frame()
[all …]
H A Dsipr16k.c210 int pitch_delay_int; in ff_sipr_decode_frame_16k() local
225 pitch_delay_int = DIVIDE_BY_3(pitch_delay_3x + 2); in ff_sipr_decode_frame_16k()
226 pitch_delay_frac = pitch_delay_3x + 2 - 3*pitch_delay_int; in ff_sipr_decode_frame_16k()
229 &excitation[i_subfr] - pitch_delay_int + 1, in ff_sipr_decode_frame_16k()
H A Dg729postfilter.c110 static int16_t long_term_filter(AudioDSPContext *adsp, int pitch_delay_int, in long_term_filter() argument
192 best_delay_int = pitch_delay_int - 1; in long_term_filter()
193 for (i = pitch_delay_int - 1; i <= pitch_delay_int + 1; i++) { in long_term_filter()
518 const int16_t *lp_filter_coeffs, int pitch_delay_int, in ff_g729_postfilter() argument
547 i = long_term_filter(adsp, pitch_delay_int, in ff_g729_postfilter()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dg729dec.c410 int pitch_delay_int[2]; // pitch delay, integer part in decode_frame() local
507 pitch_delay_int[i] = (pitch_delay_3x + 1) / 3; in decode_frame()
508 if (pitch_delay_int[i] > PITCH_DELAY_MAX) { in decode_frame()
509 av_log(avctx, AV_LOG_WARNING, "pitch_delay_int %d is too large\n", pitch_delay_int[i]); in decode_frame()
510 pitch_delay_int[i] = PITCH_DELAY_MAX; in decode_frame()
544 ff_acelp_weighted_vector_sum(fc + pitch_delay_int[i], in decode_frame()
545 fc + pitch_delay_int[i], in decode_frame()
549 SUBFRAME_SIZE - pitch_delay_int[i]); in decode_frame()
675 pitch_delay_int[0], in decode_frame()
697 ctx->pitch_delay_int_prev = pitch_delay_int[i]; in decode_frame()
H A Dsipr16k.c210 int pitch_delay_int; in ff_sipr_decode_frame_16k() local
225 pitch_delay_int = DIVIDE_BY_3(pitch_delay_3x + 2); in ff_sipr_decode_frame_16k()
226 pitch_delay_frac = pitch_delay_3x + 2 - 3*pitch_delay_int; in ff_sipr_decode_frame_16k()
229 &excitation[i_subfr] - pitch_delay_int + 1, in ff_sipr_decode_frame_16k()
H A Dg729postfilter.c110 static int16_t long_term_filter(AudioDSPContext *adsp, int pitch_delay_int, in long_term_filter() argument
191 best_delay_int = pitch_delay_int - 1; in long_term_filter()
192 for (i = pitch_delay_int - 1; i <= pitch_delay_int + 1; i++) { in long_term_filter()
515 const int16_t *lp_filter_coeffs, int pitch_delay_int, in ff_g729_postfilter() argument
544 *voicing = FFMAX(*voicing, long_term_filter(adsp, pitch_delay_int, in ff_g729_postfilter()
H A Dg729postfilter.h98 const int16_t *lp_filter_coeffs, int pitch_delay_int,
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dg729dec.c402 int pitch_delay_int[2]; // pitch delay, integer part in decode_frame() local
499 pitch_delay_int[i] = (pitch_delay_3x + 1) / 3; in decode_frame()
500 if (pitch_delay_int[i] > PITCH_DELAY_MAX) { in decode_frame()
501 av_log(avctx, AV_LOG_WARNING, "pitch_delay_int %d is too large\n", pitch_delay_int[i]); in decode_frame()
502 pitch_delay_int[i] = PITCH_DELAY_MAX; in decode_frame()
536 ff_acelp_weighted_vector_sum(fc + pitch_delay_int[i], in decode_frame()
537 fc + pitch_delay_int[i], in decode_frame()
541 SUBFRAME_SIZE - pitch_delay_int[i]); in decode_frame()
667 pitch_delay_int[0], in decode_frame()
689 ctx->pitch_delay_int_prev = pitch_delay_int[i]; in decode_frame()
H A Dsipr16k.c210 int pitch_delay_int; in ff_sipr_decode_frame_16k() local
225 pitch_delay_int = DIVIDE_BY_3(pitch_delay_3x + 2); in ff_sipr_decode_frame_16k()
226 pitch_delay_frac = pitch_delay_3x + 2 - 3*pitch_delay_int; in ff_sipr_decode_frame_16k()
229 &excitation[i_subfr] - pitch_delay_int + 1, in ff_sipr_decode_frame_16k()
H A Dg729postfilter.c110 static int16_t long_term_filter(AudioDSPContext *adsp, int pitch_delay_int, in long_term_filter() argument
192 best_delay_int = pitch_delay_int - 1; in long_term_filter()
193 for (i = pitch_delay_int - 1; i <= pitch_delay_int + 1; i++) { in long_term_filter()
518 const int16_t *lp_filter_coeffs, int pitch_delay_int, in ff_g729_postfilter() argument
547 i = long_term_filter(adsp, pitch_delay_int, in ff_g729_postfilter()
H A Dg729postfilter.h98 const int16_t *lp_filter_coeffs, int pitch_delay_int,
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dg729dec.c410 int pitch_delay_int[2]; // pitch delay, integer part in decode_frame() local
507 pitch_delay_int[i] = (pitch_delay_3x + 1) / 3; in decode_frame()
508 if (pitch_delay_int[i] > PITCH_DELAY_MAX) { in decode_frame()
509 av_log(avctx, AV_LOG_WARNING, "pitch_delay_int %d is too large\n", pitch_delay_int[i]); in decode_frame()
510 pitch_delay_int[i] = PITCH_DELAY_MAX; in decode_frame()
544 ff_acelp_weighted_vector_sum(fc + pitch_delay_int[i], in decode_frame()
545 fc + pitch_delay_int[i], in decode_frame()
549 SUBFRAME_SIZE - pitch_delay_int[i]); in decode_frame()
675 pitch_delay_int[0], in decode_frame()
697 ctx->pitch_delay_int_prev = pitch_delay_int[i]; in decode_frame()
H A Dsipr16k.c210 int pitch_delay_int; in ff_sipr_decode_frame_16k() local
225 pitch_delay_int = DIVIDE_BY_3(pitch_delay_3x + 2); in ff_sipr_decode_frame_16k()
226 pitch_delay_frac = pitch_delay_3x + 2 - 3*pitch_delay_int; in ff_sipr_decode_frame_16k()
229 &excitation[i_subfr] - pitch_delay_int + 1, in ff_sipr_decode_frame_16k()
H A Dg729postfilter.c110 static int16_t long_term_filter(AudioDSPContext *adsp, int pitch_delay_int, in long_term_filter() argument
191 best_delay_int = pitch_delay_int - 1; in long_term_filter()
192 for (i = pitch_delay_int - 1; i <= pitch_delay_int + 1; i++) { in long_term_filter()
515 const int16_t *lp_filter_coeffs, int pitch_delay_int, in ff_g729_postfilter() argument
544 *voicing = FFMAX(*voicing, long_term_filter(adsp, pitch_delay_int, in ff_g729_postfilter()

12