Home
last modified time | relevance | path

Searched refs:PULSE_MAX (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dg723_1.h47 #define PULSE_MAX 6 macro
115 int pulse_pos[PULSE_MAX];
116 int pulse_sign[PULSE_MAX];
630 static const int32_t combinatorial_table[PULSE_MAX][SUBFRAME_LEN/GRID_SIZE] = {
Ddss_sp.c32 #define PULSE_MAX 8 macro
75 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()
Dg723_1dec.c221 j = PULSE_MAX - pulses[index]; in gen_fcb_excitation()
228 if (subfrm->pulse_sign & (1 << (PULSE_MAX - j))) { in gen_fcb_excitation()
235 if (j == PULSE_MAX) in gen_fcb_excitation()
Dg723_1enc.c937 j = PULSE_MAX - pulse_cnt; in pack_fcb_param()
952 if (j == PULSE_MAX) in pack_fcb_param()