Home
last modified time | relevance | path

Searched refs:PULSE_MAX (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dg723_1.h47 #define PULSE_MAX 6 macro
115 int pulse_pos[PULSE_MAX];
116 int pulse_sign[PULSE_MAX];
255 extern const int32_t ff_g723_1_combinatorial_table[PULSE_MAX][SUBFRAME_LEN/GRID_SIZE];
H A Ddss_sp.c33 #define PULSE_MAX 8 macro
76 static const uint32_t dss_sp_combinatorial_table[PULSE_MAX][72] = {
341 unsigned int C72_binomials[PULSE_MAX] = { in dss_sp_unpack_coeffs()
349 if (combined_pulse_pos < C72_binomials[PULSE_MAX - 1]) { in dss_sp_unpack_coeffs()
352 pulse = PULSE_MAX - 1; in dss_sp_unpack_coeffs()
H A Dg723_1.c410 const int32_t ff_g723_1_combinatorial_table[PULSE_MAX][SUBFRAME_LEN/GRID_SIZE] = {
H A Dg723_1dec.c294 j = PULSE_MAX - pulses[index]; in gen_fcb_excitation()
301 if (subfrm->pulse_sign & (1 << (PULSE_MAX - j))) { in gen_fcb_excitation()
308 if (j == PULSE_MAX) in gen_fcb_excitation()
H A Dg723_1enc.c981 j = PULSE_MAX - pulse_cnt; in pack_fcb_param()
996 if (j == PULSE_MAX) in pack_fcb_param()

Completed in 8 milliseconds