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