Searched refs:flac_restrict (Results 1 – 2 of 2) sorted by relevance
/external/flac/include/share/ |
D | compat.h | 80 #define flac_restrict __restrict macro 82 #define flac_restrict __restrict__ macro 84 #define flac_restrict macro
|
/external/flac/src/libFLAC/ |
D | lpc.c | 267 …* flac_restrict data, uint32_t data_len, const FLAC__int32 * flac_restrict qlp_coeff, uint32_t ord… in FLAC__lpc_compute_residual_from_qlp_coefficients() 528 …* flac_restrict data, uint32_t data_len, const FLAC__int32 * flac_restrict qlp_coeff, uint32_t ord… in FLAC__lpc_compute_residual_from_qlp_coefficients_wide() 784 …flac_restrict residual, uint32_t data_len, const FLAC__int32 * flac_restrict qlp_coeff, uint32_t o… in FLAC__lpc_restore_signal() 1045 …flac_restrict residual, uint32_t data_len, const FLAC__int32 * flac_restrict qlp_coeff, uint32_t o… in FLAC__lpc_restore_signal_wide()
|