Lines Matching full:processing
944 * @brief Processing function for the Q7 FIR filter.
974 * @brief Processing function for the Q15 FIR filter.
988 * @brief Processing function for the fast Q15 FIR filter for Cortex-M3 and Cortex-M4.
1020 * @brief Processing function for the Q31 FIR filter.
1034 * @brief Processing function for the fast Q31 FIR filter for Cortex-M3 and Cortex-M4.
1064 * @brief Processing function for the floating-point FIR filter.
1127 * @brief Processing function for the Q15 Biquad cascade filter.
1157 …* @brief Fast but less precise processing function for the Q15 Biquad cascade filter for Cortex-M3…
1171 * @brief Processing function for the Q31 Biquad cascade filter
1185 …* @brief Fast but less precise processing function for the Q31 Biquad cascade filter for Cortex-M3…
1215 * @brief Processing function for the floating-point Biquad cascade filter.
2162 * @brief Processing function for the floating-point DCT4/IDCT4.
2208 * @brief Processing function for the Q31 DCT4/IDCT4.
2254 * @brief Processing function for the Q15 DCT4/IDCT4.
3177 * @brief Processing function for the floating-point FIR decimator.
3211 * @brief Processing function for the Q15 FIR decimator.
3225 … * @brief Processing function for the Q15 FIR decimator (fast variant) for Cortex-M3 and Cortex-M4.
3259 * @brief Processing function for the Q31 FIR decimator.
3272 … * @brief Processing function for the Q31 FIR decimator (fast variant) for Cortex-M3 and Cortex-M4.
3340 * @brief Processing function for the Q15 FIR interpolator.
3374 * @brief Processing function for the Q31 FIR interpolator.
3408 * @brief Processing function for the floating-point FIR interpolator.
3513 …* @brief Processing function for the floating-point transposed direct form II Biquad cascade filte…
3527 …* @brief Processing function for the floating-point transposed direct form II Biquad cascade filte…
3541 …* @brief Processing function for the floating-point transposed direct form II Biquad cascade filte…
3642 * @brief Processing function for the Q15 FIR lattice filter.
3670 * @brief Processing function for the Q31 FIR lattice filter.
3698 * @brief Processing function for the floating-point FIR lattice filter.
3746 * @brief Processing function for the floating-point IIR lattice filter.
3778 * @brief Processing function for the Q31 IIR lattice filter.
3810 * @brief Processing function for the Q15 IIR lattice filter.
3854 * @brief Processing function for floating-point LMS filter.
3923 * @brief Processing function for Q15 LMS filter.
3954 * @brief Processing function for Q31 LMS filter.
4006 * @brief Processing function for floating-point normalized LMS filter.
4058 * @brief Processing function for Q31 normalized LMS filter.
4112 * @brief Processing function for Q15 normalized LMS filter.
4357 * @brief Processing function for the floating-point sparse FIR filter.
4393 * @brief Processing function for the Q31 sparse FIR filter.
4429 * @brief Processing function for the Q15 sparse FIR filter.
4467 * @brief Processing function for the Q7 sparse FIR filter.
6569 * Bilinear interpolation is often used in image processing to rescale images.