Lines Matching full:processing

47    * a suite of common signal processing functions for use on Cortex-M processor based devices.
1084 * @brief Processing function for the Q7 FIR filter.
1116 * @brief Processing function for the Q15 FIR filter.
1130 * @brief Processing function for the fast Q15 FIR filter for Cortex-M3 and Cortex-M4.
1162 * @brief Processing function for the Q31 FIR filter.
1176 * @brief Processing function for the fast Q31 FIR filter for Cortex-M3 and Cortex-M4.
1206 * @brief Processing function for the floating-point FIR filter.
1276 * @brief Processing function for the Q15 Biquad cascade filter.
1309 …* @brief Fast but less precise processing function for the Q15 Biquad cascade filter for Cortex-M3…
1325 * @brief Processing function for the Q31 Biquad cascade filter
1340 …* @brief Fast but less precise processing function for the Q31 Biquad cascade filter for Cortex-M3…
1372 * @brief Processing function for the floating-point Biquad cascade filter.
2275 * @brief Processing function for the floating-point DCT4/IDCT4.
2322 * @brief Processing function for the Q31 DCT4/IDCT4.
2369 * @brief Processing function for the Q15 DCT4/IDCT4.
3354 * @brief Processing function for the floating-point FIR decimator.
3390 * @brief Processing function for the Q15 FIR decimator.
3405 … * @brief Processing function for the Q15 FIR decimator (fast variant) for Cortex-M3 and Cortex-M4.
3442 * @brief Processing function for the Q31 FIR decimator.
3457 … * @brief Processing function for the Q31 FIR decimator (fast variant) for Cortex-M3 and Cortex-M4.
3532 * @brief Processing function for the Q15 FIR interpolator.
3568 * @brief Processing function for the Q31 FIR interpolator.
3604 * @brief Processing function for the floating-point FIR interpolator.
3698 …* @brief Processing function for the floating-point transposed direct form II Biquad cascade filte…
3780 * @brief Processing function for the Q15 FIR lattice filter.
3810 * @brief Processing function for the Q31 FIR lattice filter.
3840 * @brief Processing function for the floating-point FIR lattice filter.
3888 * @brief Processing function for the floating-point IIR lattice filter.
3923 * @brief Processing function for the Q31 IIR lattice filter.
3959 * @brief Processing function for the Q15 IIR lattice filter.
4006 * @brief Processing function for floating-point LMS filter.
4079 * @brief Processing function for Q15 LMS filter.
4113 * @brief Processing function for Q31 LMS filter.
4167 * @brief Processing function for floating-point normalized LMS filter.
4221 * @brief Processing function for Q31 normalized LMS filter.
4277 * @brief Processing function for Q15 normalized LMS filter.
4541 * @brief Processing function for the floating-point sparse FIR filter.
4579 * @brief Processing function for the Q31 sparse FIR filter.
4617 * @brief Processing function for the Q15 sparse FIR filter.
4658 * @brief Processing function for the Q7 sparse FIR filter.
6856 * Bilinear interpolation is often used in image processing to rescale images.