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/
csystemdependent.c 52 cpi->rtcd.fdct.short4x4 = vp8_short_fdct4x4_neon;
53 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_neon;
54 cpi->rtcd.fdct.fast4x4 = vp8_fast_fdct4x4_neon;
55 cpi->rtcd.fdct.fast8x4 = vp8_fast_fdct8x4_neon;
56 cpi->rtcd.fdct.walsh_short4x4 = vp8_short_walsh4x4_neon;
98 cpi->rtcd.fdct.short4x4 = vp8_short_fdct4x4_c;
99 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_c;
100 cpi->rtcd.fdct.fast4x4 = vp8_fast_fdct4x4_c;
101 cpi->rtcd.fdct.fast8x4 = vp8_fast_fdct8x4_c;
102 cpi->rtcd.fdct.walsh_short4x4 = vp8_short_walsh4x4_armv6
    [all...]
  /external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c 219 #if 0 // new fdct
220 cpi->rtcd.fdct.short4x4 = vp8_short_fdct4x4_mmx;
221 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_mmx;
222 cpi->rtcd.fdct.fast4x4 = vp8_short_fdct4x4_mmx;
223 cpi->rtcd.fdct.fast8x4 = vp8_short_fdct8x4_mmx;
225 cpi->rtcd.fdct.short4x4 = vp8_short_fdct4x4_c;
226 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_c;
227 cpi->rtcd.fdct.fast4x4 = vp8_short_fdct4x4_c;
228 cpi->rtcd.fdct.fast8x4 = vp8_short_fdct8x4_c;
232 cpi->rtcd.fdct.walsh_short4x4 = vp8_short_walsh4x4_c
    [all...]
  /external/libvpx/vp8/encoder/generic/
csystemdependent.c 69 cpi->rtcd.fdct.short4x4 = vp8_short_fdct4x4_c;
70 cpi->rtcd.fdct.short8x4 = vp8_short_fdct8x4_c;
71 cpi->rtcd.fdct.fast4x4 = vp8_short_fdct4x4_c;
72 cpi->rtcd.fdct.fast8x4 = vp8_short_fdct8x4_c;
73 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 227 vp8_fdct_rtcd_vtable_t fdct; member in struct:VP8_ENCODER_RTCD
onyx_if.c     [all...]

Completed in 80 milliseconds