Home
last modified time | relevance | path

Searched refs:XNPROD31_R (Results 1 – 5 of 5) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wma/libwma/
H A Dmdct.c341 XNPROD31_R(z1[1], z1[0], T[0], T[1], r0, i1 ); T+=newstep; in ff_imdct_half()
342 XNPROD31_R(z2[1], z2[0], T[1], T[0], r1, i0 ); T+=newstep; in ff_imdct_half()
370 XNPROD31_R(z1[1], z1[0], t0, t1, r0, i1 ); in ff_imdct_half()
374 XNPROD31_R(z2[1], z2[0], v1, v0, r1, i0 ); in ff_imdct_half()
405 XNPROD31_R(z1[1], z1[0], t0, t1, r0, i1 ); in ff_imdct_half()
408 XNPROD31_R(z2[1], z2[0], t1, t0, r1, i0 ); in ff_imdct_half()
420 XNPROD31_R(z1[1], z1[0], v0, v1, r0, i1 ); in ff_imdct_half()
423 XNPROD31_R(z2[1], z2[0], v1, v0, r1, i0 ); in ff_imdct_half()
H A Dasm_arm.h99 #define XNPROD31_R(_a, _b, _t, _v, _x, _y)\ macro
126 #define XNPROD31_R(_a, _b, _t, _v, _x, _y)\ macro
158 XNPROD31_R(a, b, t, v, _x1, _y1); in XNPROD31()
H A Dfft-ffmpeg_arm.h72 XNPROD31_R(r_re, r_im, wre, wim, t5,t6); in TRANSFORM()
125 XNPROD31_R(r_re, r_im, t5 /*wre*/, t6 /*wim*/, t5,t6); in TRANSFORM_W01()
177 XNPROD31_R(r_re, r_im, t6 /*wim*/, t5 /*wre*/, t5,t6); in TRANSFORM_W10()
H A Dfft-ffmpeg.c221 XNPROD31_R(r_re, r_im, wre, wim, t5,t6); in TRANSFORM()
235 XNPROD31_R(r_re, r_im, wre, wim, t5,t6); in TRANSFORM_W01()
249 XNPROD31_R(r_re, r_im, wre, wim, t5,t6); in TRANSFORM_W10()
H A Dcodeclib_misc.h188 #define XNPROD31_R(_a, _b, _t, _v, _x, _y)\ macro