HomeSort by relevance Sort by last modified time
    Searched refs:DCTSIZE (Results 51 - 75 of 85) sorted by null

1 23 4

  /external/pdfium/third_party/libtiff/
tif_jpeg.c 656 compptr->width_in_blocks * DCTSIZE,
657 (JDIMENSION) (compptr->v_samp_factor*DCTSIZE));
    [all...]
  /external/libjpeg-turbo/
jccoefct.c 172 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
197 ypos += DCTSIZE;
283 (JDIMENSION) (block_row * DCTSIZE),
turbojpeg.c 923 PAD((compptr->width_in_blocks*cinfo->max_h_samp_factor*DCTSIZE)
933 PAD((compptr->width_in_blocks*cinfo->max_h_samp_factor*DCTSIZE)
936 _tmpbuf2[i]=(JSAMPLE *)malloc(PAD(compptr->width_in_blocks*DCTSIZE, 16)
946 PAD(compptr->width_in_blocks*DCTSIZE, 16) * row];
1098 iw[i]=compptr->width_in_blocks*DCTSIZE;
1099 ih=compptr->height_in_blocks*DCTSIZE;
1105 th[i]=compptr->v_samp_factor*DCTSIZE;
1134 row+=cinfo->max_v_samp_factor*DCTSIZE)
1709 int dctsize; local
    [all...]
jcapimin.c 83 cinfo->block_size = DCTSIZE;
jpeglib.h 45 #define DCTSIZE 8 /* The basic DCT block is 8x8 samples */
46 #define DCTSIZE2 64 /* DCTSIZE squared; # of elements in a block */
143 /* Size of a DCT block in samples. Always DCTSIZE for compression.
159 * downsampled_width = ceil(image_width * Hi/Hmax * DCT_[h_]scaled_size/DCTSIZE)
424 * There are v_samp_factor * DCTSIZE sample rows of each component in an
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc 135 // We allocate padding for the final scanline to pad it up to DCTSIZE bytes
207 return decompress_struct_->max_v_samp_factor * DCTSIZE;
225 // Get width in bytes padded out to a multiple of DCTSIZE
227 return (GetComponentWidth(component) + DCTSIZE - 1) & ~(DCTSIZE - 1);
  /external/libyuv/files/source/
mjpeg_decoder.cc 134 // We allocate padding for the final scanline to pad it up to DCTSIZE bytes
206 return decompress_struct_->max_v_samp_factor * DCTSIZE;
224 // Get width in bytes padded out to a multiple of DCTSIZE
226 return (GetComponentWidth(component) + DCTSIZE - 1) & ~(DCTSIZE - 1);
  /external/pdfium/third_party/libjpeg/
fpdfapi_jccoefct.c 173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
198 ypos += DCTSIZE;
284 (JDIMENSION) (block_row * DCTSIZE),
  /external/libjpeg-turbo/simd/
jfdctflt-3dn.asm 79 mov ecx, DCTSIZE/2
187 add edx, byte 2*DCTSIZE*SIZEOF_FAST_FLOAT
194 mov ecx, DCTSIZE/2
jfdctflt-sse-64.asm 83 mov rcx, DCTSIZE/4
211 add rdx, 4*DCTSIZE*SIZEOF_FAST_FLOAT
218 mov rcx, DCTSIZE/4
jfdctflt-sse.asm 89 mov ecx, DCTSIZE/4
218 add edx, 4*DCTSIZE*SIZEOF_FAST_FLOAT
225 mov ecx, DCTSIZE/4
jfdctfst-mmx.asm 104 mov ecx, DCTSIZE/4
238 add edx, byte 4*DCTSIZE*SIZEOF_DCTELEM
245 mov ecx, DCTSIZE/4
jidctflt-3dn.asm 90 mov ecx, DCTSIZE/2 ; ctr
279 add edi, byte 2*DCTSIZE*SIZEOF_FAST_FLOAT ; wsptr
296 mov ecx, DCTSIZE/2 ; ctr
jidctflt-sse2-64.asm 95 mov rcx, DCTSIZE/4 ; ctr
313 add rdi, 4*DCTSIZE*SIZEOF_FAST_FLOAT ; wsptr
330 mov rcx, DCTSIZE/4 ; ctr
jidctfst-mmx.asm 121 mov ecx, DCTSIZE/4 ; ctr
319 add edi, byte 4*DCTSIZE*SIZEOF_JCOEF ; wsptr
329 mov ecx, DCTSIZE/4 ; ctr
jfdctint-mmx.asm 125 mov ecx, DCTSIZE/4
360 add edx, byte 4*DCTSIZE*SIZEOF_DCTELEM
367 mov ecx, DCTSIZE/4
jidctflt-sse.asm 100 mov ecx, DCTSIZE/4 ; ctr
358 add edi, 4*DCTSIZE*SIZEOF_FAST_FLOAT ; wsptr
375 mov ecx, DCTSIZE/4 ; ctr
jidctflt-sse2.asm 100 mov ecx, DCTSIZE/4 ; ctr
320 add edi, 4*DCTSIZE*SIZEOF_FAST_FLOAT ; wsptr
337 mov ecx, DCTSIZE/4 ; ctr
jidctred-mmx.asm 142 mov ecx, DCTSIZE/4 ; ctr
328 add edi, byte 4*DCTSIZE*SIZEOF_JCOEF ; wsptr
jidctint-mmx.asm 134 mov ecx, DCTSIZE/4 ; ctr
506 add edi, byte 4*DCTSIZE*SIZEOF_JCOEF ; wsptr
516 mov ecx, DCTSIZE/4 ; ctr
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jcapimin.c 78 cinfo->block_size = DCTSIZE;
jcmarker.c 565 cinfo->data_precision != 8 || cinfo->block_size != DCTSIZE) {
601 if (cinfo->progressive_mode && cinfo->block_size != DCTSIZE)
jdinput.c 245 cinfo->block_size = DCTSIZE;
jpeglib.h 50 #define DCTSIZE 8 /* The basic DCT block is 8x8 coefficients */
51 #define DCTSIZE2 64 /* DCTSIZE squared; # of elements in a block */
160 * downsampled_width = ceil(image_width * Hi/Hmax * DCT_h_scaled_size/DCTSIZE)
407 * There are v_samp_factor * DCTSIZE sample rows of each component in an
    [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 559 return SkISize::Make(info.cur_comp_info[component]->width_in_blocks * DCTSIZE,
560 info.cur_comp_info[component]->height_in_blocks * DCTSIZE);
568 && (DCTSIZE == 8)
612 int yScanlinesToRead = DCTSIZE * v;
    [all...]

Completed in 1488 milliseconds

1 23 4