Searched refs:ff_g723_1_scale_vector (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | g723_1.h | 170 int ff_g723_1_scale_vector(int16_t *dst, const int16_t *vector, int length);
|
H A D | g723_1.c | 1104 int ff_g723_1_scale_vector(int16_t *dst, const int16_t *vector, int length) in ff_g723_1_scale_vector() function
|
H A D | g723_1dec.c | 524 *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 D | g723_1enc.c | 146 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