Searched defs:autoc (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
H A D | lpc.c | 82 lpc_compute_autocorr_sse2(const double *data, int len, int lag, double *autoc) lpc_compute_autocorr_sse2() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | lpc.h | 135 static inline void compute_ref_coefs(const LPC_TYPE *autoc, int max_order, in compute_ref_coefs() argument 166 static inline int AAC_RENAME(compute_lpc_coefs)(const LPC_TYPE *autoc, int max_order, in compute_lpc_coefs() argument [all...] |
H A D | lpc.c | 163 double autoc[MAX_LPC_ORDER + 1]; in ff_lpc_calc_ref_coefs() local 177 double autoc[MAX_LPC_ORDER+1] = {0}, error[MAX_LPC_ORDER+1] = {0}; in ff_lpc_calc_ref_coefs_f() local 68 lpc_compute_autocorr_c(const double *data, int len, int lag, double *autoc) lpc_compute_autocorr_c() argument 208 double autoc[MAX_LPC_ORDER+1]; ff_lpc_calc_coefs() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_82598.c | 177 u32 autoc = 0; in ixgbe_get_link_capabilities_82598() local 589 u32 autoc = curr_autoc; in ixgbe_setup_mac_link_82598() local 657 u32 autoc; ixgbe_reset_hw_82598() local [all...] |
H A D | ixgbe_82599.c | 206 static s32 prot_autoc_write_82599(struct ixgbe_hw *hw, u32 autoc, bool locked) in prot_autoc_write_82599() argument 329 u32 autoc = 0; in ixgbe_get_link_capabilities_82599() local 786 u32 autoc = current_autoc; ixgbe_setup_mac_link_82599() local 912 u32 ctrl, i, autoc, autoc2; ixgbe_reset_hw_82599() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_82598.c | 177 u32 autoc = 0; in ixgbe_get_link_capabilities_82598() local 589 u32 autoc = curr_autoc; in ixgbe_setup_mac_link_82598() local 657 u32 autoc; ixgbe_reset_hw_82598() local [all...] |
H A D | ixgbe_82599.c | 206 static s32 prot_autoc_write_82599(struct ixgbe_hw *hw, u32 autoc, bool locked) in prot_autoc_write_82599() argument 329 u32 autoc = 0; in ixgbe_get_link_capabilities_82599() local 786 u32 autoc = current_autoc; ixgbe_setup_mac_link_82599() local 912 u32 ctrl, i, autoc, autoc2; ixgbe_reset_hw_82599() local [all...] |
Completed in 6 milliseconds