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

  /external/jpeg/
jcdctmgr.c 56 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
78 if (fdct->divisors[qtblno] == NULL) {
79 fdct->divisors[qtblno] = (DCTELEM *)
83 dtbl = fdct->divisors[qtblno];
112 if (fdct->divisors[qtblno] == NULL) {
113 fdct->divisors[qtblno] = (DCTELEM *)
117 dtbl = fdct->divisors[qtblno];
145 if (fdct->float_divisors[qtblno] == NULL) {
146 fdct->float_divisors[qtblno] = (FAST_FLOAT *
187 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
277 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
347 my_fdct_ptr fdct; local
    [all...]
jccoefct.c 177 (*cinfo->fdct->forward_DCT) (cinfo, compptr,
282 (*cinfo->fdct->forward_DCT) (cinfo, compptr,
jcmaster.c 417 (*cinfo->fdct->start_pass) (cinfo);
jpeglib.h 406 struct jpeg_forward_dct * fdct; member in struct:jpeg_compress_struct
    [all...]
  /external/libvpx/vp8/encoder/arm/
arm_csystemdependent.c 58 /*cpi->rtcd.fdct.short4x4 = vp8_short_fdct4x4_c;
59 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_c;
60 cpi->rtcd.fdct.fast4x4 = vp8_fast_fdct4x4_c;
61 cpi->rtcd.fdct.fast8x4 = vp8_fast_fdct8x4_c;*/
62 cpi->rtcd.fdct.walsh_short4x4 = vp8_short_walsh4x4_armv6;
108 cpi->rtcd.fdct.short4x4 = vp8_short_fdct4x4_neon;
109 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_neon;
110 cpi->rtcd.fdct.fast4x4 = vp8_fast_fdct4x4_neon;
111 cpi->rtcd.fdct.fast8x4 = vp8_fast_fdct8x4_neon;
112 cpi->rtcd.fdct.walsh_short4x4 = vp8_short_walsh4x4_neon
    [all...]
  /external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c 252 #if 0 // new fdct
253 cpi->rtcd.fdct.short4x4 = vp8_short_fdct4x4_mmx;
254 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_mmx;
255 cpi->rtcd.fdct.fast4x4 = vp8_short_fdct4x4_mmx;
256 cpi->rtcd.fdct.fast8x4 = vp8_short_fdct8x4_mmx;
258 cpi->rtcd.fdct.short4x4 = vp8_short_fdct4x4_c;
259 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_c;
260 cpi->rtcd.fdct.fast4x4 = vp8_short_fdct4x4_c;
261 cpi->rtcd.fdct.fast8x4 = vp8_short_fdct8x4_c;
265 cpi->rtcd.fdct.walsh_short4x4 = vp8_short_walsh4x4_c
    [all...]
  /external/libvpx/vp8/encoder/generic/
csystemdependent.c 79 cpi->rtcd.fdct.short4x4 = vp8_short_fdct4x4_c;
80 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_c;
81 cpi->rtcd.fdct.fast4x4 = vp8_short_fdct4x4_c;
82 cpi->rtcd.fdct.fast8x4 = vp8_short_fdct8x4_c;
83 cpi->rtcd.fdct.walsh_short4x4 = vp8_short_walsh4x4_c;
  /external/libvpx/vp8/encoder/arm/neon/
shortfdct_neon.asm 102 ; first 4x4 fdct. Do not need to worry about
104 ; touched in the 4x4 fdct function
  /external/libvpx/vp8/encoder/
onyx_int.h 226 vp8_fdct_rtcd_vtable_t fdct; member in struct:VP8_ENCODER_RTCD
onyx_if.c     [all...]

Completed in 1035 milliseconds