Searched refs:fixed_index (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dacelp_vectors.c159 void ff_decode_10_pulses_35bits(const int16_t *fixed_index, argument
170 const int pos1 = gray_decode[fixed_index[2*i+1] & mask] + i;
171 const int pos2 = gray_decode[fixed_index[2*i ] & mask] + i;
172 const float sign = (fixed_index[2*i+1] & (1 << bits)) ? -1.0 : 1.0;
H A Damrnbdec.c455 * @param fixed_index positions of the eight pulses
458 static void decode_8_pulses_31bits(const int16_t *fixed_index, argument
464 decode_10bit_pulse(fixed_index[4], pulse_position, 0, 4, 1);
465 decode_10bit_pulse(fixed_index[5], pulse_position, 2, 6, 5);
469 temp = ((fixed_index[6] >> 2) * 25 + 12) >> 5;
474 pulse_position[3] = (pulse_position[3] << 1) + ( fixed_index[6] & 1);
475 pulse_position[7] = (pulse_position[7] << 1) + ((fixed_index[6] >> 1) & 1);
481 const float sign = fixed_index[i] ? -1.0 : 1.0;
516 const int fixed_index = pulses[0]; local
519 pulse_subset = ((fixed_index >>
[all...]
H A Dacelp_vectors.h163 * @param fixed_index positions of the ten pulses
169 void ff_decode_10_pulses_35bits(const int16_t *fixed_index,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dacelp_vectors.c159 void ff_decode_10_pulses_35bits(const int16_t *fixed_index, argument
170 const int pos1 = gray_decode[fixed_index[2*i+1] & mask] + i;
171 const int pos2 = gray_decode[fixed_index[2*i ] & mask] + i;
172 const float sign = (fixed_index[2*i+1] & (1 << bits)) ? -1.0 : 1.0;
H A Damrnbdec.c455 * @param fixed_index positions of the eight pulses
458 static void decode_8_pulses_31bits(const int16_t *fixed_index, argument
464 decode_10bit_pulse(fixed_index[4], pulse_position, 0, 4, 1);
465 decode_10bit_pulse(fixed_index[5], pulse_position, 2, 6, 5);
469 temp = ((fixed_index[6] >> 2) * 25 + 12) >> 5;
474 pulse_position[3] = (pulse_position[3] << 1) + ( fixed_index[6] & 1);
475 pulse_position[7] = (pulse_position[7] << 1) + ((fixed_index[6] >> 1) & 1);
481 const float sign = fixed_index[i] ? -1.0 : 1.0;
516 const int fixed_index = pulses[0]; local
519 pulse_subset = ((fixed_index >>
[all...]
H A Dacelp_vectors.h163 * @param fixed_index positions of the ten pulses
169 void ff_decode_10_pulses_35bits(const int16_t *fixed_index,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dacelp_vectors.c159 void ff_decode_10_pulses_35bits(const int16_t *fixed_index, argument
170 const int pos1 = gray_decode[fixed_index[2*i+1] & mask] + i;
171 const int pos2 = gray_decode[fixed_index[2*i ] & mask] + i;
172 const float sign = (fixed_index[2*i+1] & (1 << bits)) ? -1.0 : 1.0;
H A Damrnbdec.c455 * @param fixed_index positions of the eight pulses
458 static void decode_8_pulses_31bits(const int16_t *fixed_index, argument
464 decode_10bit_pulse(fixed_index[4], pulse_position, 0, 4, 1);
465 decode_10bit_pulse(fixed_index[5], pulse_position, 2, 6, 5);
469 temp = ((fixed_index[6] >> 2) * 25 + 12) >> 5;
474 pulse_position[3] = (pulse_position[3] << 1) + ( fixed_index[6] & 1);
475 pulse_position[7] = (pulse_position[7] << 1) + ((fixed_index[6] >> 1) & 1);
481 const float sign = fixed_index[i] ? -1.0 : 1.0;
516 const int fixed_index = pulses[0]; local
519 pulse_subset = ((fixed_index >>
[all...]
H A Dacelp_vectors.h163 * @param fixed_index positions of the ten pulses
169 void ff_decode_10_pulses_35bits(const int16_t *fixed_index,

Completed in 112 milliseconds