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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg723_1_data.h45 #define PULSE_MAX 6 macro
103 int pulse_pos[PULSE_MAX];
104 int pulse_sign[PULSE_MAX];
515 static const int32_t combinatorial_table[PULSE_MAX][SUBFRAME_LEN/GRID_SIZE] = {
H A Dg723_1.c476 j = PULSE_MAX - pulses[index];
483 if (subfrm->pulse_sign & (1 << (PULSE_MAX - j))) {
490 if (j == PULSE_MAX)
2218 j = PULSE_MAX - pulse_cnt;
2232 if (j == PULSE_MAX) break;

Completed in 111 milliseconds