Lines Matching defs:out
354 static void imdct36_mips_fixed(int *out, int *buf, int *in, int *win)
637 "sw %[temp_reg5], 32*9*4(%[out]) \n\t"
643 "sw %[temp_reg1], 8*32*4(%[out]) \n\t"
655 "sw %[temp_reg5], 17*32*4(%[out]) \n\t"
659 "sw %[temp_reg1], 0*32*4(%[out]) \n\t"
697 "sw %[temp_reg3], 32*10*4(%[out]) \n\t"
701 "sw %[temp_reg1], 7*32*4(%[out]) \n\t"
721 "sw %[temp_reg3], 16*32*4(%[out]) \n\t"
722 "sw %[temp_reg5], 1*32*4(%[out]) \n\t"
759 "sw %[temp_reg2], 32*11*4(%[out]) \n\t"
763 "sw %[temp_reg3], 6*32*4(%[out]) \n\t"
779 "sw %[temp_reg1], 15*32*4(%[out]) \n\t"
789 "sw %[temp_reg4], 2*32*4(%[out]) \n\t"
820 "sw %[temp_reg5], 32*12*4(%[out]) \n\t"
826 "sw %[temp_reg1], 5*32*4(%[out]) \n\t"
842 "sw %[temp_reg5], 14*32*4(%[out]) \n\t"
849 "sw %[temp_reg1], 3*32*4(%[out]) \n\t"
872 "sw %[temp_reg2], 13*32*4(%[out]) \n\t"
873 "sw %[temp_reg4], 4*32*4(%[out]) \n\t"
882 [out] "+r" (out)
889 static void ff_imdct36_blocks_mips_fixed(int *out, int *buf, int *in,
900 imdct36_mips_fixed(out, buf, in, win);
904 out++;