Searched defs:pulses (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | sipr.c | 259 static void convolute_with_sparse(float *out, const AMRFixed *pulses, in convolute_with_sparse() 308 static void decode_fixed_sparse(AMRFixed *fixed_sparse, const int16_t *pulses, in decode_fixed_sparse()
|
D | amrnbdata.h | 62 … uint16_t pulses[10]; ///< pulses: 10 for MODE_12k2, 7 for MODE_10k2, and index and sign for others member
|
D | opus_celt.h | 139 int pulses [CELT_MAX_BANDS]; member
|
D | g723_1.h | 260 static const int8_t pulses[4] = {6, 5, 6, 5}; variable
|
D | amrnbdec.c | 499 static void decode_fixed_sparse(AMRFixed *fixed_sparse, const uint16_t *pulses, in decode_fixed_sparse()
|
D | opus_pvq.c | 70 static inline int celt_pulses2bits(const uint8_t *cache, int pulses) in celt_pulses2bits()
|
D | wmavoice.c | 1316 float pulses[MAX_FRAMESIZE / 2], pred_err, acb_gain, fcb_gain; in synth_block_fcb_acb() local
|