Searched refs:STEP16_1 (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
H A Dinv_txfm_vsx.c351 #define STEP16_1(inpt0, inpt1, outpt0, outpt1, cospi) \ macro
424 STEP16_1(out0, out1, in1, in0, cospi16_v); \
470 STEP16_1(in6, in5, out5, out6, cospi16_v); \
493 STEP16_1(outD, outA, inA, inD, cospi16_v); \
494 STEP16_1(outC, outB, inB, inC, cospi16_v); \
787 STEP16_1(out[0][0], out[0][1], in0[1], in0[0], cospi16_v); \
826 STEP16_1(in0[6], in0[5], out[0][5], out[0][6], cospi16_v); \
864 STEP16_1(out[1][5], out[1][2], in1[2], in1[5], cospi16_v); \
865 STEP16_1(out[1][4], out[1][3], in1[3], in1[4], cospi16_v); \
909 STEP16_1(in
[all...]

Completed in 77 milliseconds