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

  /external/pdfium/third_party/libjpeg/
fpdfapi_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...]
fpdfapi_jccoefct.c 177 (*cinfo->fdct->forward_DCT) (cinfo, compptr,
282 (*cinfo->fdct->forward_DCT) (cinfo, compptr,
fpdfapi_jcmaster.c 417 (*cinfo->fdct->start_pass) (cinfo);
jpeglib.h 504 struct jpeg_forward_dct * fdct; member in struct:jpeg_compress_struct
    [all...]
  /external/libjpeg-turbo/
jcdctmgr.c 60 /* work area for FDCT subroutine */
238 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
260 if (fdct->divisors[qtblno] == NULL) {
261 fdct->divisors[qtblno] = (DCTELEM *)
265 dtbl = fdct->divisors[qtblno];
269 fdct->quantize == jsimd_quantize)
270 fdct->quantize = quantize;
300 if (fdct->divisors[qtblno] == NULL) {
301 fdct->divisors[qtblno] = (DCTELEM *
497 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
587 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
623 my_fdct_ptr fdct; local
    [all...]
jccoefct.c 177 (*cinfo->fdct->forward_DCT) (cinfo, compptr,
282 (*cinfo->fdct->forward_DCT) (cinfo, compptr,
jcmaster.c 464 (*cinfo->fdct->start_pass) (cinfo);
jpeglib.h 463 struct jpeg_forward_dct *fdct; member in struct:jpeg_compress_struct
    [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
dct_test.go 28 benchmarkDCT(b, fdct)
50 // Check that the FDCT and IDCT functions are inverses, after a scale and
64 t.Errorf("i=%d: IDCT(FDCT)\nsrc\n%s\ngot\n%s\nwant\n%s\n", i, &b, &got, &want)
68 // Check that the optimized and slow FDCT implementations agree.
69 // The fdct function already does a scale and level shift.
72 fdct(&got)
78 t.Errorf("i=%d: FDCT\nsrc\n%s\ngot\n%s\nwant\n%s\n", i, &b, &got, &want)
fdct.go 84 // fdct performs a forward DCT on an 8x8 block of coefficients, including a
86 func fdct(b *block) { func
writer.go 363 fdct(b)
  /prebuilts/go/linux-x86/src/image/jpeg/
dct_test.go 28 benchmarkDCT(b, fdct)
50 // Check that the FDCT and IDCT functions are inverses, after a scale and
64 t.Errorf("i=%d: IDCT(FDCT)\nsrc\n%s\ngot\n%s\nwant\n%s\n", i, &b, &got, &want)
68 // Check that the optimized and slow FDCT implementations agree.
69 // The fdct function already does a scale and level shift.
72 fdct(&got)
78 t.Errorf("i=%d: FDCT\nsrc\n%s\ngot\n%s\nwant\n%s\n", i, &b, &got, &want)
fdct.go 84 // fdct performs a forward DCT on an 8x8 block of coefficients, including a
86 func fdct(b *block) { func
writer.go 363 fdct(b)

Completed in 315 milliseconds