Lines Matching defs:data_len
68 …window_data(const FLAC__int32 in[], const FLAC__real window[], FLAC__real out[], uint32_t data_len) in FLAC__lpc_window_data()
75 …w_data_wide(const FLAC__int64 in[], const FLAC__real window[], FLAC__real out[], uint32_t data_len) in FLAC__lpc_window_data_wide()
82 …onst FLAC__int32 in[], const FLAC__real window[], FLAC__real out[], uint32_t data_len, uint32_t pa… in FLAC__lpc_window_data_partial()
96 …onst FLAC__int64 in[], const FLAC__real window[], FLAC__real out[], uint32_t data_len, uint32_t pa… in FLAC__lpc_window_data_partial_wide()
110 void FLAC__lpc_compute_autocorrelation(const FLAC__real data[], uint32_t data_len, uint32_t lag, do… in FLAC__lpc_compute_autocorrelation()
321 …idual_from_qlp_coefficients(const FLAC__int32 * flac_restrict data, uint32_t data_len, const FLAC_… in FLAC__lpc_compute_residual_from_qlp_coefficients()
582 …_from_qlp_coefficients_wide(const FLAC__int32 * flac_restrict data, uint32_t data_len, const FLAC_… in FLAC__lpc_compute_residual_from_qlp_coefficients_wide()
832 …coefficients_limit_residual(const FLAC__int32 * flac_restrict data, uint32_t data_len, const FLAC_… in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual()
886 …cients_limit_residual_33bit(const FLAC__int64 * flac_restrict data, uint32_t data_len, const FLAC_… in FLAC__lpc_compute_residual_from_qlp_coefficients_limit_residual_33bit()
975 void FLAC__lpc_restore_signal(const FLAC__int32 * flac_restrict residual, uint32_t data_len, const … in FLAC__lpc_restore_signal()
1238 void FLAC__lpc_restore_signal_wide(const FLAC__int32 * flac_restrict residual, uint32_t data_len, c… in FLAC__lpc_restore_signal_wide()
1498 …store_signal_wide_33bit(const FLAC__int32 * flac_restrict residual, uint32_t data_len, const FLAC_… in FLAC__lpc_restore_signal_wide_33bit()