Searched refs:ff_set_fixed_vector (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | acelp_vectors.h | 276 void ff_set_fixed_vector(float *out, const AMRFixed *in, float scale, int size);
|
D | acelp_vectors.c | 224 void ff_set_fixed_vector(float *out, const AMRFixed *in, float scale, int size) in ff_set_fixed_vector() function
|
D | sipr16k.c | 239 ff_set_fixed_vector(fixed_vector, &f, 1.0, L_SUBFR_16k); in ff_sipr_decode_frame_16k()
|
D | amrnbdec.c | 1010 ff_set_fixed_vector(p->fixed_vector, &fixed_sparse, 1.0, in amrnb_decode_frame() 1026 ff_set_fixed_vector(p->excitation, &fixed_sparse, p->fixed_gain[4], in amrnb_decode_frame()
|
D | wmavoice.c | 1365 ff_set_fixed_vector(pulses, &fcb, 1.0, size); in synth_block_fcb_acb()
|