Home
last modified time | relevance | path

Searched refs:coefB (Results 1 – 3 of 3) sorted by relevance

/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/
Darm_rfft_q31.c180 q31x4_t coefB = vldrwq_gather_shifted_offset_s32(pCoefBb, offsetCoef); in arm_split_rfft_q31() local
182 … out = vhaddq_s32(MVE_CMPLX_MULT_FX_AxB_S32(in1, coefA),MVE_CMPLX_MULT_FX_AxConjB_S32(coefB, in2)); in arm_split_rfft_q31()
184 … out = vhaddq_s32(MVE_CMPLX_MULT_FX_AxB(in1, coefA),MVE_CMPLX_MULT_FX_AxConjB(coefB, in2)); in arm_split_rfft_q31()
336 q31x4_t coefB = vldrwq_gather_shifted_offset_s32(pCoefBb, offsetCoef); in arm_split_rifft_q31() local
341 vmulq_s32(conj, MVE_CMPLX_MULT_FX_AxB_S32(in2, coefB))); in arm_split_rifft_q31()
344 vmulq_s32(conj, MVE_CMPLX_MULT_FX_AxB(in2, coefB))); in arm_split_rifft_q31()
Darm_rfft_q15.c185 q15x8_t coefB = vldrhq_gather_shifted_offset_s16(pCoefBb, offsetCoef); in arm_split_rfft_q15() local
189 MVE_CMPLX_MULT_FX_AxConjB_S16(coefB, in2)); in arm_split_rfft_q15()
192 MVE_CMPLX_MULT_FX_AxConjB(coefB, in2)); in arm_split_rfft_q15()
413 q15x8_t coefB = vldrhq_gather_shifted_offset_s16(pCoefBb, offsetCoef); in arm_split_rifft_q15() local
417 vmulq(conj, MVE_CMPLX_MULT_FX_AxB(in2, coefB))); in arm_split_rifft_q15()
/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.cpp871 float coefB = 0.0f; in fillWithComponentGradients2D() local
876 coefB = (x < xedge) ? (1.0f - s) * 0.4f : s * 0.6f - 0.2f; in fillWithComponentGradients2D()
881 coefB += (y < yedge) ? t * 0.4f : (1 - t) * 0.6f; in fillWithComponentGradients2D()
886 float b = linearInterpolate(coefB, minVal.z(), maxVal.z()); in fillWithComponentGradients2D()