Searched refs:ff_set_fixed_vector (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | acelp_vectors.h | 276 void ff_set_fixed_vector(float *out, const AMRFixed *in, float scale, int size);
|
H A 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
|
H A D | sipr16k.c | 239 ff_set_fixed_vector(fixed_vector, &f, 1.0, L_SUBFR_16k); in ff_sipr_decode_frame_16k()
|
H A D | amrnbdec.c | 1024 ff_set_fixed_vector(p->fixed_vector, &fixed_sparse, 1.0, in amrnb_decode_frame() 1040 ff_set_fixed_vector(p->excitation, &fixed_sparse, p->fixed_gain[4], in amrnb_decode_frame()
|
H A D | wmavoice.c | 1366 ff_set_fixed_vector(pulses, &fcb, 1.0, size); in synth_block_fcb_acb()
|
Completed in 12 milliseconds