HomeSort by relevance Sort by last modified time
    Searched refs:flac_restrict (Results 1 - 2 of 2) sorted by null

  /external/flac/include/share/
compat.h 81 #define flac_restrict __restrict macro
83 #define flac_restrict __restrict__ macro
85 #define flac_restrict macro
  /external/flac/libFLAC/
lpc.c 267 void FLAC__lpc_compute_residual_from_qlp_coefficients(const FLAC__int32 * flac_restrict data, unsigned data_len, const FLAC__int32 * flac_restrict qlp_coeff, unsigned order, int lp_quantization, FLAC__int32 * flac_restrict residual)
528 void FLAC__lpc_compute_residual_from_qlp_coefficients_wide(const FLAC__int32 * flac_restrict data, unsigned data_len, const FLAC__int32 * flac_restrict qlp_coeff, unsigned order, int lp_quantization, FLAC__int32 * flac_restrict residual)
784 void FLAC__lpc_restore_signal(const FLAC__int32 * flac_restrict residual, unsigned data_len, const FLAC__int32 * flac_restrict qlp_coeff, unsigned order, int lp_quantization, FLAC__int32 * flac_restrict data)
    [all...]

Completed in 76 milliseconds