Home
last modified time | relevance | path

Searched refs:ff_g723_1_scale_vector (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dg723_1.h170 int ff_g723_1_scale_vector(int16_t *dst, const int16_t *vector, int length);
H A Dg723_1.c1104 int ff_g723_1_scale_vector(int16_t *dst, const int16_t *vector, int length) in ff_g723_1_scale_vector() function
H A Dg723_1dec.c524 *scale = ff_g723_1_scale_vector(buf, p->excitation, FRAME_LEN + PITCH_MAX); in comp_interp_index()
690 scale = ff_g723_1_scale_vector(dst, buf, SUBFRAME_LEN); in formant_postfilter()
H A Dg723_1enc.c146 ff_g723_1_scale_vector(vector, buf, LPC_FRAME); in comp_autocorr()
1142 ff_g723_1_scale_vector(vector, vector, FRAME_LEN + PITCH_MAX); in g723_1_encode_frame()

Completed in 7 milliseconds