Searched defs:coeff (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/ |
A D | arm_cfft_radix2_q15.c | 102 q31_t coeff, out1, out2; in arm_radix2_butterfly_q15() local 431 q31_t coeff, out1, out2; in arm_radix2_butterfly_inverse_q15() local
|
A D | arm_cfft_q15.c | 144 q31_t coeff, out1, out2; in arm_cfft_radix4by2_q15() local 251 q31_t coeff, out1, out2; in arm_cfft_radix4by2_inverse_q15() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/FilteringFunctions/ |
A D | arm_fir_sparse_f32.c | 131 float32_t coeff = *pCoeffs++; /* Read the first coefficient value */ in arm_fir_sparse_f32() local
|
A D | arm_fir_sparse_q31.c | 75 q31_t coeff = *pCoeffs++; /* Read the first coefficient value */ in arm_fir_sparse_q31() local
|
A D | arm_fir_sparse_q15.c | 78 q15_t coeff = *pCoeffs++; /* Read the first coefficient value */ in arm_fir_sparse_q15() local
|
A D | arm_fir_sparse_q7.c | 82 q7_t coeff = *pCoeffs++; /* Read the coefficient value */ in arm_fir_sparse_q7() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | yuv.h | 59 static WEBP_INLINE int MultHi(int v, int coeff) { // _mm_mulhi_epu16 emulation in MultHi()
|
A D | enc_mips32.c | 194 int sign, coeff, level, i; in QuantizeBlock_MIPS32() local
|
A D | enc.c | 660 const uint32_t coeff = (sign ? -in[j] : in[j]) + mtx->sharpen_[j]; in QuantizeBlock_C() local
|
A D | enc_mips_dsp_r2.c | 1278 int sign, coeff, level; in QuantizeBlock_MIPSdspR2() local
|
/AliOS-Things-master/components/uvoice/internal/ |
A D | uvoice_play.h | 152 int coeff; member
|
/AliOS-Things-master/components/SDL2/src/audio/ |
A D | SDL_wave.c | 94 Sint16 *coeff; member
|
/AliOS-Things-master/components/uvoice/media/ |
A D | uvoice_player.c | 317 int coeff = 0; in player_ampl_coeff() local
|
Completed in 36 milliseconds