Go to the source code of this file.
|
| void | radaudio_sse2_compute_best_quantized_coeff16_loop (S16 best_quantized[], F32 best_so_far, F32 ncoeff[], F32 quantizer, F32 step_quantizer, int num_quantizers) |
| |
| void | radaudio_sse2_compute_best_quantized_coeff8_loop (S16 best_quantized[], F32 best_so_far, F32 ncoeff[], F32 quantizer, F32 step_quantizer, int num_quantizers) |
| |
| void | radaudio_sse2_fabs_coefficients (float *absval, float *data, int num_coeff) |
| |
| int | radaudio_sse4_find_median_4th_of_8 (S16 *data) |
| |
| int | radaudio_sse4_findnth_of_8_or_less (S16 *data, int count, int n) |
| |
| int | radaudio_sse4popcnt_find_median_8th_of_16 (S16 *data) |
| |
◆ radaudio_sse2_compute_best_quantized_coeff16_loop()
| void radaudio_sse2_compute_best_quantized_coeff16_loop |
( |
S16 |
best_quantized[], |
|
|
F32 |
best_so_far, |
|
|
F32 |
ncoeff[], |
|
|
F32 |
quantizer, |
|
|
F32 |
step_quantizer, |
|
|
int |
num_quantizers |
|
) |
| |
|
extern |
◆ radaudio_sse2_compute_best_quantized_coeff8_loop()
| void radaudio_sse2_compute_best_quantized_coeff8_loop |
( |
S16 |
best_quantized[], |
|
|
F32 |
best_so_far, |
|
|
F32 |
ncoeff[], |
|
|
F32 |
quantizer, |
|
|
F32 |
step_quantizer, |
|
|
int |
num_quantizers |
|
) |
| |
|
extern |
◆ radaudio_sse2_fabs_coefficients()
| void radaudio_sse2_fabs_coefficients |
( |
float * |
absval, |
|
|
float * |
data, |
|
|
int |
num_coeff |
|
) |
| |
|
extern |
◆ radaudio_sse4_find_median_4th_of_8()
| int radaudio_sse4_find_median_4th_of_8 |
( |
S16 * |
data | ) |
|
|
extern |
◆ radaudio_sse4_findnth_of_8_or_less()
| int radaudio_sse4_findnth_of_8_or_less |
( |
S16 * |
data, |
|
|
int |
count, |
|
|
int |
n |
|
) |
| |
|
extern |
◆ radaudio_sse4popcnt_find_median_8th_of_16()
| int radaudio_sse4popcnt_find_median_8th_of_16 |
( |
S16 * |
data | ) |
|
|
extern |