Searched defs:qlp_coeff (Results 1 – 7 of 7) sorted by relevance
/external/flac/src/libFLAC/ |
D | lpc.c | 220 …const FLAC__real lp_coeff[], uint32_t order, uint32_t precision, FLAC__int32 qlp_coeff[], int *shi… in FLAC__lpc_quantize_coefficients() 321 …t FLAC__int32 * flac_restrict data, uint32_t data_len, const FLAC__int32 * flac_restrict qlp_coeff… in FLAC__lpc_compute_residual_from_qlp_coefficients() 582 …t FLAC__int32 * flac_restrict data, uint32_t data_len, const FLAC__int32 * flac_restrict qlp_coeff… in FLAC__lpc_compute_residual_from_qlp_coefficients_wide() 832 …t FLAC__int32 * flac_restrict data, uint32_t data_len, const FLAC__int32 * flac_restrict qlp_coeff… in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual() 886 …t FLAC__int64 * flac_restrict data, uint32_t data_len, const FLAC__int32 * flac_restrict qlp_coeff… in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit() 942 …max_prediction_before_shift_bps(uint32_t subframe_bps, const FLAC__int32 * flac_restrict qlp_coeff… in FLAC__lpc_max_prediction_before_shift_bps() 958 …32_t FLAC__lpc_max_residual_bps(uint32_t subframe_bps, const FLAC__int32 * flac_restrict qlp_coeff… in FLAC__lpc_max_residual_bps() 975 …AC__int32 * flac_restrict residual, uint32_t data_len, const FLAC__int32 * flac_restrict qlp_coeff… in FLAC__lpc_restore_signal() 1238 …AC__int32 * flac_restrict residual, uint32_t data_len, const FLAC__int32 * flac_restrict qlp_coeff… in FLAC__lpc_restore_signal_wide() 1498 …AC__int32 * flac_restrict residual, uint32_t data_len, const FLAC__int32 * flac_restrict qlp_coeff… in FLAC__lpc_restore_signal_wide_33bit()
|
D | lpc_intrin_sse41.c | 56 …wide_intrin_sse41(const FLAC__int32 *data, uint32_t data_len, const FLAC__int32 qlp_coeff[], uint3… in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_sse41() 594 …ents_intrin_sse41(const FLAC__int32 *data, uint32_t data_len, const FLAC__int32 qlp_coeff[], uint3… in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_sse41()
|
D | lpc_intrin_avx2.c | 51 …ts_16_intrin_avx2(const FLAC__int32 *data, uint32_t data_len, const FLAC__int32 qlp_coeff[], uint3… in FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_avx2() 406 …ients_intrin_avx2(const FLAC__int32 *data, uint32_t data_len, const FLAC__int32 qlp_coeff[], uint3… in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_avx2() 763 …_wide_intrin_avx2(const FLAC__int32 *data, uint32_t data_len, const FLAC__int32 qlp_coeff[], uint3… in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_avx2()
|
D | lpc_intrin_sse2.c | 80 …ts_16_intrin_sse2(const FLAC__int32 *data, uint32_t data_len, const FLAC__int32 qlp_coeff[], uint3… in FLAC__lpc_compute_residual_from_qlp_coefficients_16_intrin_sse2() 436 …ients_intrin_sse2(const FLAC__int32 *data, uint32_t data_len, const FLAC__int32 qlp_coeff[], uint3… in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_sse2()
|
D | lpc_intrin_neon.c | 80 …ients_intrin_neon(const FLAC__int32 *data, uint32_t data_len, const FLAC__int32 qlp_coeff[], uint3… in FLAC__lpc_compute_residual_from_qlp_coefficients_intrin_neon() 666 …_wide_intrin_neon(const FLAC__int32 *data, uint32_t data_len, const FLAC__int32 qlp_coeff[], uint3… in FLAC__lpc_compute_residual_from_qlp_coefficients_wide_intrin_neon()
|
D | stream_encoder.c | 4034 …FLAC__int32 qlp_coeff[FLAC__MAX_LPC_ORDER]; /* WATCHOUT: the size is important; some x86 intrinsic… in evaluate_lpc_subframe_() local
|
/external/flac/include/FLAC/ |
D | format.h | 335 FLAC__int32 qlp_coeff[FLAC__MAX_LPC_ORDER]; member
|