Searched defs:mips_idct_coefs (Results 1 - 1 of 1) 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);

Completed in 146 milliseconds