Searched refs:ff_g723_1_scale_vector (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | g723_1.h | 170 int ff_g723_1_scale_vector(int16_t *dst, const int16_t *vector, int length);
|
D | g723_1.c | 1103 int ff_g723_1_scale_vector(int16_t *dst, const int16_t *vector, int length) in ff_g723_1_scale_vector() function
|
D | g723_1dec.c | 523 *scale = ff_g723_1_scale_vector(buf, p->excitation, FRAME_LEN + PITCH_MAX); in comp_interp_index() 689 scale = ff_g723_1_scale_vector(dst, buf, SUBFRAME_LEN); in formant_postfilter()
|
D | g723_1enc.c | 150 ff_g723_1_scale_vector(vector, buf, LPC_FRAME); in comp_autocorr() 1149 ff_g723_1_scale_vector(vector, vector, FRAME_LEN + PITCH_MAX); in g723_1_encode_frame()
|