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

/external/jpeg/
H A Dmips_jidctfst.c167 static const int mips_idct_coefs[4] = { variable
175 DCTELEM * wsptr, const int * mips_idct_coefs);
177 JDIMENSION output_col, const int * mips_idct_coefs);
198 mips_idct_columns(inptr, quantptr, workspace, mips_idct_coefs);
204 mips_idct_rows(workspace, output_buf, output_col, mips_idct_coefs);
H A Dmips_idct_le.S34 # mips_idct_coefs:
48 # DCTELEM * wsptr, const int * mips_idct_coefs);
55 # $a3, $at - mips_idct_coefs
76 #lui $at, %hi(mips_idct_coefs)
77 #ori $at, %lo(mips_idct_coefs)
78 # move mips_idct_coefs address from $a3 into $at where the rest of this code expects it
288 # JDIMENSION output_col, const int * mips_idct_coefs);
296 # $a3, $at - mips_idct_coefs
309 # save $a3 (mips_idct_coefs) because it might get clobbered below
329 lw $at, 36($sp) # restore saved $a3 (mips_idct_coefs)
[all...]

Completed in 76 milliseconds