HomeSort by relevance Sort by last modified time
    Searched refs:DCTELEM (Results 26 - 38 of 38) sorted by null

12

  /external/chromium_org/third_party/libjpeg_turbo/simd/
jsimd_arm64.c 320 DCTELEM * workspace)
355 jsimd_fdct_islow (DCTELEM * data)
360 jsimd_fdct_ifast (DCTELEM * data)
386 jsimd_quantize (JCOEFPTR coef_block, DCTELEM * divisors,
387 DCTELEM * workspace)
jsimdcfg.inc.h 100 ; A forward DCT routine is given a pointer to a work area of type DCTELEM[];
102 ; To maximize parallelism, Type DCTELEM is changed to short (originally, int).
104 %define DCTELEM word ; short
105 %define SIZEOF_DCTELEM SIZEOF_WORD ; sizeof(DCTELEM)
jsimd_i386.c 658 if (sizeof(DCTELEM) != 2)
696 DCTELEM * workspace)
724 if (sizeof(DCTELEM) != 2)
743 if (sizeof(DCTELEM) != 2)
774 jsimd_fdct_islow (DCTELEM * data)
783 jsimd_fdct_ifast (DCTELEM * data)
810 if (sizeof(DCTELEM) != 2)
845 jsimd_quantize (JCOEFPTR coef_block, DCTELEM * divisors,
846 DCTELEM * workspace)
jsimd.h 532 DCTELEM * workspace));
536 DCTELEM * workspace));
540 DCTELEM * workspace));
555 EXTERN(void) jsimd_fdct_islow_mmx JPP((DCTELEM * data));
556 EXTERN(void) jsimd_fdct_ifast_mmx JPP((DCTELEM * data));
559 EXTERN(void) jsimd_fdct_islow_sse2 JPP((DCTELEM * data));
561 EXTERN(void) jsimd_fdct_ifast_sse2 JPP((DCTELEM * data));
563 EXTERN(void) jsimd_fdct_ifast_neon JPP((DCTELEM * data));
572 DCTELEM * divisors,
573 DCTELEM * workspace))
    [all...]
jfmmxfst.asm 73 ; jsimd_fdct_ifast_mmx (DCTELEM * data)
76 %define data(b) (b)+8 ; DCTELEM * data
103 mov edx, POINTER [data(eax)] ; (DCTELEM *)
244 mov edx, POINTER [data(eax)] ; (DCTELEM *)
jfss2fst.asm 73 ; jsimd_fdct_ifast_sse2 (DCTELEM * data)
76 %define data(b) (b)+8 ; DCTELEM * data
103 mov edx, POINTER [data(eax)] ; (DCTELEM *)
248 ; mov edx, POINTER [data(eax)] ; (DCTELEM *)
jfss2fst-64.asm 74 ; jsimd_fdct_ifast_sse2 (DCTELEM * data)
77 ; r10 = DCTELEM * data
97 mov rdx, r10 ; (DCTELEM *)
jfmmxint.asm 94 ; jsimd_fdct_islow_mmx (DCTELEM * data)
97 %define data(b) (b)+8 ; DCTELEM * data
124 mov edx, POINTER [data(eax)] ; (DCTELEM *)
366 mov edx, POINTER [data(eax)] ; (DCTELEM *)
jfss2int.asm 94 ; jsimd_fdct_islow_sse2 (DCTELEM * data)
97 %define data(b) (b)+8 ; DCTELEM * data
124 mov edx, POINTER [data(eax)] ; (DCTELEM *)
372 ; mov edx, POINTER [data(eax)] ; (DCTELEM *)
jfss2int-64.asm 95 ; jsimd_fdct_islow_sse2 (DCTELEM * data)
98 ; r10 = DCTELEM * data
118 mov rdx, r10 ; (DCTELEM *)
jsimd_arm64_neon.S 135 DCTELEM row0, row1, row2, row3, row4, row5, row6, row7; \
    [all...]
jsimd_arm_neon.S 105 DCTELEM row0, row1, row2, row3, row4, row5, row6, row7; \
    [all...]
  /external/jpeg/
mips_idct_le.S 48 # DCTELEM * wsptr, const int * mips_idct_coefs);
287 # void mips_idct_rows(DCTELEM * wsptr, JSAMPARRAY output_buf,

Completed in 575 milliseconds

12