Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/x86/
Dmpegaudiodsp.c118 LOCAL_ALIGNED_16(float, sumd, [17]); in apply_window_mp3()
145 apply_window(in + 32, win + 48, win + 640, sumb, sumd, 16); in apply_window_mp3()
151 sumd[16] = 0; in apply_window_mp3()
153 #define SUMS(suma, sumb, sumc, sumd, out1, out2) \ in apply_window_mp3() argument
154 "movups " #sumd "(%4), %%xmm0 \n\t" \ in apply_window_mp3()
172 :"r"(&suma[0]), "r"(&sumb[0]), "r"(&sumc[0]), "r"(&sumd[0]) in apply_window_mp3()
183 *out = -suma[ j] + sumd[16-j]; in apply_window_mp3()
Dac3dsp.asm221 movd sumd, m0
237 add eax, sumd
/third_party/ffmpeg/libavcodec/ppc/
Dmpegaudiodsp_altivec.c99 LOCAL_ALIGNED_16(float, sumd, [17]); in apply_window_mp3()
109 apply_window(in + 32, win + 48, win + 640, sumb, sumd, 16); in apply_window_mp3()
115 sumd[16] = 0; in apply_window_mp3()
121 *out = suma[ j] - sumd[16-j]; in apply_window_mp3()