HomeSort by relevance Sort by last modified time
    Searched defs:fdct (Results 1 - 3 of 3) 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...]
jpeglib.h 406 struct jpeg_forward_dct * fdct; member in struct:jpeg_compress_struct
    [all...]
  /external/libvpx/vp8/encoder/
onyx_int.h 226 vp8_fdct_rtcd_vtable_t fdct; member in struct:VP8_ENCODER_RTCD

Completed in 63 milliseconds