Home
last modified time | relevance | path

Searched defs:sumb (Results 1 – 5 of 5) sorted by relevance

/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/
Darm_levinson_durbin_f32.c78 float32_t sumb = 0.0f; in arm_levinson_durbin_f32() local
233 float32_t sumb=0.0f; in arm_levinson_durbin_f32() local
Darm_levinson_durbin_f16.c78 _Float16 sumb = 0.0f16; in arm_levinson_durbin_f16() local
231 _Float16 sumb=0.0f16; in arm_levinson_durbin_f16() local
Darm_levinson_durbin_q31.c143 q63_t sumb=0; in arm_levinson_durbin_q31() local
321 q63_t sumb=0; in arm_levinson_durbin_q31() local
/third_party/ffmpeg/libavcodec/x86/
Dmpegaudiodsp.c153 #define SUMS(suma, sumb, sumc, sumd, out1, out2) \ in apply_window_mp3() argument
/third_party/ffmpeg/libavfilter/
Dvf_convolution.c121 …float sumb = AV_RN16A(&c[0][2 * x]) * -1 + AV_RN16A(&c[2][2 * x]) * 1 + AV_RN16A(&c[3][2 * x]) * … in filter16_prewitt() local
138 float sumb = AV_RN16A(&c[4][2 * x]) * 1 + AV_RN16A(&c[3][2 * x]) * -1; in filter16_roberts() local
155 …float sumb = AV_RN16A(&c[0][2 * x]) * -1 + AV_RN16A(&c[2][2 * x]) * 1 + AV_RN16A(&c[3][2 * x]) * … in filter16_sobel() local
224 float sumb = c0[x] * -1 + c2[x] * 1 + c3[x] * -1 + in filter_prewitt() local
240 float sumb = c[4][x] * 1 + c[3][x] * -1; in filter_roberts() local
259 float sumb = c0[x] * -1 + c2[x] * 1 + c3[x] * -2 + in filter_sobel() local