Home | History | Annotate | Download | only in jpeg

Lines Matching refs:wsptr

48 #                        DCTELEM * wsptr, const int * mips_idct_coefs);
54 # $a2 - wsptr
111 sw $t0, 0($a2) # wsptr[DCTSIZE*0]
112 sw $t0, 16($a2) # wsptr[DCTSIZE*1]
113 sw $t0, 32($a2) # wsptr[DCTSIZE*2]
114 sw $t0, 48($a2) # wsptr[DCTSIZE*3]
115 sw $t0, 64($a2) # wsptr[DCTSIZE*4]
116 sw $t0, 80($a2) # wsptr[DCTSIZE*5]
117 sw $t0, 96($a2) # wsptr[DCTSIZE*6]
118 sw $t0, 112($a2) # wsptr[DCTSIZE*7]
221 sw $s0, 0($a2) # wsptr[DCTSIZE*0]
231 sw $s1, 112($a2) # wsptr[DCTSIZE*7]
244 sw $s2, 16($a2) # wsptr[DCTSIZE*1]
245 sw $s3, 96($a2) # wsptr[DCTSIZE*6]
250 sw $v0, 32($a2) # wsptr[DCTSIZE*2]
251 sw $v1, 80($a2) # wsptr[DCTSIZE*5]
256 sw $v0, 64($a2) # wsptr[DCTSIZE*4]
257 sw $v1, 48($a2) # wsptr[DCTSIZE*3]
287 # void mips_idct_rows(DCTELEM * wsptr, JSAMPARRAY output_buf,
292 # $a0 - wsptr
331 lw $t0, 0+0($a0) # wsptr[DCTSIZE*0+0/1] b a
332 lw $s0, 16+0($a0) # wsptr[DCTSIZE*1+0/1] B A
333 lw $t2, 0+4($a0) # wsptr[DCTSIZE*0+2/3] d c
334 lw $s2, 16+4($a0) # wsptr[DCTSIZE*1+2/3] D C
335 lw $t4, 0+8($a0) # wsptr[DCTSIZE*0+4/5] f e
336 lw $s4, 16+8($a0) # wsptr[DCTSIZE*1+4/5] F E
337 lw $t6, 0+12($a0) # wsptr[DCTSIZE*0+6/7] h g
338 lw $s6, 16+12($a0) # wsptr[DCTSIZE*1+6/7] H G