Lines Matching full:sample
582 /* Convert input sample to 1.31 format */ in arm_recip_q31()
633 /* Convert input sample to 1.15 format */ in arm_recip_q15()
1225 int8_t postShift; /**< Additional shift, in bits, applied to each output sample. */
1236 uint8_t postShift; /**< Additional shift, in bits, applied to each output sample. */
3072 * @param[in] firstIndex is the first output sample to start with.
3093 * @param[in] firstIndex is the first output sample to start with.
3118 * @param[in] firstIndex is the first output sample to start with.
3139 * @param[in] firstIndex is the first output sample to start with.
3160 * @param[in] firstIndex is the first output sample to start with.
3185 * @param[in] firstIndex is the first output sample to start with.
3206 * @param[in] firstIndex is the first output sample to start with.
3227 * @param[in] firstIndex is the first output sample to start with.
3252 * @param[in] firstIndex is the first output sample to start with.
3573 uint8_t postShift; /**< additional shift, in bits, applied to each output sample. */
4125 float32_t x0; /**< saves previous input sample. */
4177 q31_t x0; /**< saves previous input sample. */
4231 q15_t x0; /**< saves previous input sample. */
4433 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b…
4446 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b…
4459 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b…
4472 …uint16_t stateIndex; /**< state buffer index. Points to the oldest sample in the state b…
4735 * for Q15, Q31, and floating-point data types. The functions operate on a single sample
4738 * is the input sample value. The functions return the output value.
4792 * @param[in] in input sample to process
4793 * @return out processed output sample.
4818 * @param[in] in input sample to process
4819 * @return out processed output sample.
4864 * @param[in] in input sample to process
4865 * @return out processed output sample.
4962 …* The function operates on a single sample of data and each call to the function returns the proce…
5060 …* The function operates on a single sample of data and each call to the function returns the proce…
5164 …* The function operates on a single sample of data and each call to the function returns the proce…
5280 …* The function operates on a single sample of data and each call to the function returns the proce…
5412 * sample of data and each call to the function returns a single processed value.
5414 * <code>x</code> is the input sample value. The functions returns the output value.
5429 * @param[in] x input sample to process
5430 * @return y processed output sample.
5481 * @param[in] x input sample to process
5483 * @return y processed output sample.
5486 …* Input sample <code>x</code> is in 12.20 format which contains 12 bits for table index and 20 bit…
5539 * @param[in] x input sample to process
5541 * @return y processed output sample.
5544 …* Input sample <code>x</code> is in 12.20 format which contains 12 bits for table index and 20 bit…
5597 * @param[in] x input sample to process
5599 * @return y processed output sample.
5602 …* Input sample <code>x</code> is in 12.20 format which contains 12 bits for table index and 20 bit…
5826 /* copy the input sample to the circular buffer */ in arm_circularWrite_f32()
5874 /* copy the sample from the circular buffer to the destination buffer */ in arm_circularRead_f32()
5926 /* copy the input sample to the circular buffer */ in arm_circularWrite_q15()
5974 /* copy the sample from the circular buffer to the destination buffer */ in arm_circularRead_q15()
6026 /* copy the input sample to the circular buffer */ in arm_circularWrite_q7()
6074 /* copy the sample from the circular buffer to the destination buffer */ in arm_circularRead_q7()