HomeSort by relevance Sort by last modified time
    Searched refs:armv6_idct (Results 1 - 6 of 6) sorted by null

  /external/qemu/distrib/jpeg-6b/
Android.mk 14 jquant2.c jutils.c jmemmgr.c armv6_idct.S
armv6_idct.S 68 // void armv6_idct(short *coefs, int *quans, unsigned char *rows, int col)
72 .global armv6_idct
73 .func armv6_idct
75 armv6_idct: label
jddctmgr.c 41 extern void armv6_idct(short *coefs, int *quans, unsigned char **rows, int col);
48 armv6_idct(coef_block, dct_table, output_buf, output_col);
  /external/jpeg/
armv6_idct.S 68 // void armv6_idct(short *coefs, int *quans, unsigned char *rows, int col)
72 .global armv6_idct
73 .func armv6_idct
75 armv6_idct: label
jddctmgr.c 45 extern void armv6_idct(short *coefs, int *quans, unsigned char **rows, int col);
52 armv6_idct(coef_block, dct_table, output_buf, output_col);
Android.mk 14 jquant2.c jutils.c jmemmgr.c armv6_idct.S

Completed in 191 milliseconds