/external/flac/src/libFLAC/include/private/ |
D | window.h | 54 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L); 55 void FLAC__window_bartlett_hann(FLAC__real *window, const FLAC__int32 L); 56 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L); 57 void FLAC__window_blackman_harris_4term_92db_sidelobe(FLAC__real *window, const FLAC__int32 L); 58 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L); 59 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L); 60 void FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real stddev); /* 0.0 <… 61 void FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L); 62 void FLAC__window_hann(FLAC__real *window, const FLAC__int32 L); 63 void FLAC__window_kaiser_bessel(FLAC__real *window, const FLAC__int32 L); [all …]
|
D | lpc.h | 57 void FLAC__lpc_window_data(const FLAC__int32 in[], const FLAC__real window[], FLAC__real out[], uin… 71 void FLAC__lpc_compute_autocorrelation(const FLAC__real data[], uint32_t data_len, uint32_t lag, FL… 75 …__lpc_compute_autocorrelation_asm_ia32(const FLAC__real data[], uint32_t data_len, uint32_t lag, F… 76 …autocorrelation_asm_ia32_sse_lag_4_old(const FLAC__real data[], uint32_t data_len, uint32_t lag, F… 77 …autocorrelation_asm_ia32_sse_lag_8_old(const FLAC__real data[], uint32_t data_len, uint32_t lag, F… 78 …utocorrelation_asm_ia32_sse_lag_12_old(const FLAC__real data[], uint32_t data_len, uint32_t lag, F… 79 …utocorrelation_asm_ia32_sse_lag_16_old(const FLAC__real data[], uint32_t data_len, uint32_t lag, F… 84 …e_autocorrelation_intrin_sse_lag_4_old(const FLAC__real data[], uint32_t data_len, uint32_t lag, F… 85 …e_autocorrelation_intrin_sse_lag_8_old(const FLAC__real data[], uint32_t data_len, uint32_t lag, F… 86 …_autocorrelation_intrin_sse_lag_12_old(const FLAC__real data[], uint32_t data_len, uint32_t lag, F… [all …]
|
D | memory.h | 54 …FLAC__memory_alloc_aligned_real_array(size_t elements, FLAC__real **unaligned_pointer, FLAC__real …
|
D | float.h | 55 typedef float FLAC__real; typedef
|
/external/flac/src/libFLAC/ |
D | window.c | 46 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett() 65 void FLAC__window_bartlett_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett_hann() 71 …window[n] = (FLAC__real)(0.62f - 0.48f * fabsf((float)n/(float)N-0.5f) - 0.38f * cosf(2.0f * M_PI … in FLAC__window_bartlett_hann() 74 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman() 80 …window[n] = (FLAC__real)(0.42f - 0.5f * cosf(2.0f * M_PI * n / N) + 0.08f * cosf(4.0f * M_PI * n /… in FLAC__window_blackman() 84 void FLAC__window_blackman_harris_4term_92db_sidelobe(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman_harris_4term_92db_sidelobe() 90 …window[n] = (FLAC__real)(0.35875f - 0.48829f * cosf(2.0f * M_PI * n / N) + 0.14128f * cosf(4.0f * … in FLAC__window_blackman_harris_4term_92db_sidelobe() 93 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L) in FLAC__window_connes() 102 window[n] = (FLAC__real)(k * k); in FLAC__window_connes() 106 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L) in FLAC__window_flattop() [all …]
|
D | lpc_intrin_vsx.c | 50 …tocorrelation_intrin_power8_vsx_lag_16(const FLAC__real data[], uint32_t data_len, uint32_t lag, F… in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_16() 54 const FLAC__real *base; in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_16() 178 FLAC__real d = data[i]; in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_16() 185 …tocorrelation_intrin_power8_vsx_lag_12(const FLAC__real data[], uint32_t data_len, uint32_t lag, F… in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_12() 189 const FLAC__real *base; in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_12() 297 FLAC__real d = data[i]; in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_12() 304 …utocorrelation_intrin_power8_vsx_lag_8(const FLAC__real data[], uint32_t data_len, uint32_t lag, F… in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_8() 308 const FLAC__real *base; in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_8() 400 FLAC__real d = data[i]; in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_8() 407 …utocorrelation_intrin_power8_vsx_lag_4(const FLAC__real data[], uint32_t data_len, uint32_t lag, F… in FLAC__lpc_compute_autocorrelation_intrin_power8_vsx_lag_4() [all …]
|
D | lpc_intrin_sse.c | 57 …e_autocorrelation_intrin_sse_lag_4_new(const FLAC__real data[], uint32_t data_len, uint32_t lag, F… in FLAC__lpc_compute_autocorrelation_intrin_sse_lag_4_new() 93 …e_autocorrelation_intrin_sse_lag_8_new(const FLAC__real data[], uint32_t data_len, uint32_t lag, F… in FLAC__lpc_compute_autocorrelation_intrin_sse_lag_8_new() 137 …_autocorrelation_intrin_sse_lag_12_new(const FLAC__real data[], uint32_t data_len, uint32_t lag, F… in FLAC__lpc_compute_autocorrelation_intrin_sse_lag_12_new() 189 …_autocorrelation_intrin_sse_lag_16_new(const FLAC__real data[], uint32_t data_len, uint32_t lag, F… in FLAC__lpc_compute_autocorrelation_intrin_sse_lag_16_new() 251 …e_autocorrelation_intrin_sse_lag_4_old(const FLAC__real data[], uint32_t data_len, uint32_t lag, F… in FLAC__lpc_compute_autocorrelation_intrin_sse_lag_4_old() 288 …e_autocorrelation_intrin_sse_lag_8_old(const FLAC__real data[], uint32_t data_len, uint32_t lag, F… in FLAC__lpc_compute_autocorrelation_intrin_sse_lag_8_old() 334 …_autocorrelation_intrin_sse_lag_12_old(const FLAC__real data[], uint32_t data_len, uint32_t lag, F… in FLAC__lpc_compute_autocorrelation_intrin_sse_lag_12_old() 388 …_autocorrelation_intrin_sse_lag_16_old(const FLAC__real data[], uint32_t data_len, uint32_t lag, F… in FLAC__lpc_compute_autocorrelation_intrin_sse_lag_16_old()
|
D | memory.c | 181 …FLAC__memory_alloc_aligned_real_array(size_t elements, FLAC__real **unaligned_pointer, FLAC__real … in FLAC__memory_alloc_aligned_real_array() 183 FLAC__real *pu; /* unaligned pointer */ in FLAC__memory_alloc_aligned_real_array() 185 FLAC__real *pa; /* aligned pointer */ in FLAC__memory_alloc_aligned_real_array()
|
D | stream_encoder.c | 202 const FLAC__real lp_coeff[], 321 …FLAC__real *real_signal[FLAC__MAX_CHANNELS]; /* (@@@ currently unused) the floating-point ver… 322 …FLAC__real *real_signal_mid_side[2]; /* (@@@ currently unused) the floating-point ver… 323 …FLAC__real *window[FLAC__MAX_APODIZATION_FUNCTIONS]; /* the pre-computed floating-point window for… 324 FLAC__real *windowed_signal; /* the integer_signal[] * current window[] */ 363 …d (*local_lpc_compute_autocorrelation)(const FLAC__real data[], uint32_t data_len, uint32_t lag, F… 389 FLAC__real *real_signal_unaligned[FLAC__MAX_CHANNELS]; /* (@@@ currently unused) */ 390 FLAC__real *real_signal_mid_side_unaligned[2]; /* (@@@ currently unused) */ 391 FLAC__real *window_unaligned[FLAC__MAX_APODIZATION_FUNCTIONS]; 392 FLAC__real *windowed_signal_unaligned; [all …]
|
D | lpc.c | 66 void FLAC__lpc_window_data(const FLAC__int32 in[], const FLAC__real window[], FLAC__real out[], uin… in FLAC__lpc_window_data() 73 void FLAC__lpc_compute_autocorrelation(const FLAC__real data[], uint32_t data_len, uint32_t lag, FL… in FLAC__lpc_compute_autocorrelation() 77 FLAC__real d; in FLAC__lpc_compute_autocorrelation() 101 FLAC__real d; in FLAC__lpc_compute_autocorrelation() 122 void FLAC__lpc_compute_lp_coefficients(const FLAC__real autoc[], uint32_t *max_order, FLAC__real lp… in FLAC__lpc_compute_lp_coefficients() 155 lp_coeff[i][j] = (FLAC__real)(-lpc[j]); /* negate FIR filter coeff to get predictor coeff */ in FLAC__lpc_compute_lp_coefficients() 166 int FLAC__lpc_quantize_coefficients(const FLAC__real lp_coeff[], uint32_t order, uint32_t precision… in FLAC__lpc_quantize_coefficients()
|
/external/flac/src/libFLAC/include/protected/ |
D | stream_encoder.h | 71 FLAC__real stddev; 74 FLAC__real p; 77 FLAC__real p; 78 FLAC__real start; 79 FLAC__real end;
|
/external/flac/src/libFLAC/ia32/ |
D | lpc_asm-unrolled.nasm | 46 … FLAC__lpc_compute_autocorrelation_asm(const FLAC__real data[], unsigned data_len, unsigned lag, F… 48 ; FLAC__real d;
|
D | lpc_asm.nasm | 54 … FLAC__lpc_compute_autocorrelation_asm(const FLAC__real data[], unsigned data_len, unsigned lag, F… 56 ; FLAC__real d;
|