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

12 3 4

  /external/libjpeg-turbo/simd/
jsimd_x86_64.c 460 if (DCTSIZE != 8)
476 if (DCTSIZE != 8)
506 if (DCTSIZE != 8)
521 if (DCTSIZE != 8)
536 if (DCTSIZE != 8)
569 if (DCTSIZE != 8)
583 if (DCTSIZE != 8)
611 if (DCTSIZE != 8)
632 if (DCTSIZE != 8)
669 if (DCTSIZE != 8
    [all...]
jsimd_mips.c 353 if(DCTSIZE != 8)
682 if (DCTSIZE != 8)
703 if (DCTSIZE != 8)
742 if (DCTSIZE != 8)
759 if (DCTSIZE != 8)
803 if (DCTSIZE != 8)
822 if (DCTSIZE != 8)
861 if (DCTSIZE != 8)
884 if (DCTSIZE != 8)
907 if (DCTSIZE != 8
    [all...]
jsimd_arm.c 433 if (DCTSIZE != 8)
484 if (DCTSIZE != 8)
526 if (DCTSIZE != 8)
567 if (DCTSIZE != 8)
590 if (DCTSIZE != 8)
633 if (DCTSIZE != 8)
656 if (DCTSIZE != 8)
jsimd_i386.c 652 if (DCTSIZE != 8)
675 if (DCTSIZE != 8)
722 if (DCTSIZE != 8)
741 if (DCTSIZE != 8)
760 if (DCTSIZE != 8)
806 if (DCTSIZE != 8)
827 if (DCTSIZE != 8)
872 if (DCTSIZE != 8)
897 if (DCTSIZE != 8)
946 if (DCTSIZE != 8
    [all...]
jsimd_arm64.c 403 if (DCTSIZE != 8)
426 if (DCTSIZE != 8)
469 if (DCTSIZE != 8)
492 if (DCTSIZE != 8)
  /external/libjpeg-turbo/
jddctmgr.c 150 case DCTSIZE:
299 static const double aanscalefactor[DCTSIZE] = {
305 for (row = 0; row < DCTSIZE; row++) {
306 for (col = 0; col < DCTSIZE; col++) {
jcdctmgr.c 332 static const double aanscalefactor[DCTSIZE] = {
344 for (row = 0; row < DCTSIZE; row++) {
345 for (col = 0; col < DCTSIZE; col++) {
375 for (elemr = 0; elemr < DCTSIZE; elemr++) {
378 #if DCTSIZE == 8 /* unroll the inner loop */
390 for (elemc = DCTSIZE; elemc > 0; elemc--)
505 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
529 for (elemr = 0; elemr < DCTSIZE; elemr++) {
531 #if DCTSIZE == 8 /* unroll the inner loop */
543 for (elemc = DCTSIZE; elemc > 0; elemc--
    [all...]
jcmaster.c 63 cinfo->min_DCT_h_scaled_size = DCTSIZE;
64 cinfo->min_DCT_v_scaled_size = DCTSIZE;
131 compptr->DCT_h_scaled_size = compptr->DCT_v_scaled_size = DCTSIZE;
133 compptr->DCT_scaled_size = DCTSIZE;
138 (long) (cinfo->max_h_samp_factor * DCTSIZE));
141 (long) (cinfo->max_v_samp_factor * DCTSIZE));
158 (long) (cinfo->max_v_samp_factor*DCTSIZE));
363 compptr->MCU_sample_width = DCTSIZE;
386 (long) (cinfo->max_h_samp_factor*DCTSIZE));
389 (long) (cinfo->max_v_samp_factor*DCTSIZE));
    [all...]
jcsample.c 150 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
200 cinfo->image_width, compptr->width_in_blocks * DCTSIZE);
222 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
259 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
302 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
402 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
jcprepct.c 179 compptr->width_in_blocks * DCTSIZE,
293 (JDIMENSION) (((long) compptr->width_in_blocks * DCTSIZE *
351 (JDIMENSION) (((long) compptr->width_in_blocks * DCTSIZE *
jcapistd.c 148 lines_per_iMCU_row = cinfo->max_v_samp_factor * DCTSIZE;
  /external/pdfium/third_party/libjpeg/
fpdfapi_jddctmgr.c 116 case DCTSIZE:
217 static const double aanscalefactor[DCTSIZE] = {
223 for (row = 0; row < DCTSIZE; row++) {
224 for (col = 0; col < DCTSIZE; col++) {
fpdfapi_jdinput.c 73 /* We initialize DCT_scaled_size and min_DCT_scaled_size to DCTSIZE.
77 cinfo->min_DCT_scaled_size = DCTSIZE;
82 compptr->DCT_scaled_size = DCTSIZE;
86 (long) (cinfo->max_h_samp_factor * DCTSIZE));
89 (long) (cinfo->max_v_samp_factor * DCTSIZE));
110 (long) (cinfo->max_v_samp_factor*DCTSIZE));
164 (long) (cinfo->max_h_samp_factor*DCTSIZE));
167 (long) (cinfo->max_v_samp_factor*DCTSIZE));
fpdfapi_jcsample.c 145 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
195 cinfo->image_width, compptr->width_in_blocks * DCTSIZE);
217 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
254 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
297 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
397 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
fpdfapi_jcmaster.c 99 compptr->DCT_scaled_size = DCTSIZE;
103 (long) (cinfo->max_h_samp_factor * DCTSIZE));
106 (long) (cinfo->max_v_samp_factor * DCTSIZE));
123 (long) (cinfo->max_v_samp_factor*DCTSIZE));
328 compptr->MCU_sample_width = DCTSIZE;
351 (long) (cinfo->max_h_samp_factor*DCTSIZE));
354 (long) (cinfo->max_v_samp_factor*DCTSIZE));
364 compptr->MCU_sample_width = compptr->MCU_width * DCTSIZE;
fpdfapi_jcprepct.c 177 compptr->width_in_blocks * DCTSIZE,
291 (JDIMENSION) (((long) compptr->width_in_blocks * DCTSIZE *
349 (JDIMENSION) (((long) compptr->width_in_blocks * DCTSIZE *
fpdfapi_jcapistd.c 148 lines_per_iMCU_row = cinfo->max_v_samp_factor * DCTSIZE;
fpdfapi_jdmaster.c 124 cinfo->min_DCT_scaled_size = DCTSIZE;
134 while (ssize < DCTSIZE &&
153 (long) (cinfo->max_h_samp_factor * DCTSIZE));
157 (long) (cinfo->max_v_samp_factor * DCTSIZE));
165 /* jdinput.c has already initialized DCT_scaled_size to DCTSIZE,
  /packages/apps/Camera2/jni/
jpegutil.cpp 264 yArr = new JSAMPROW[cinfo.comp_info[0].v_samp_factor * DCTSIZE];
265 cbArr = new JSAMPROW[cinfo.comp_info[1].v_samp_factor * DCTSIZE];
266 crArr = new JSAMPROW[cinfo.comp_info[2].v_samp_factor * DCTSIZE];
272 for (int y = 0; y < img_height; y += DCTSIZE * 2) {
277 for (int row = 0; row < DCTSIZE * 2; row++) {
280 for (int row = 0; row < DCTSIZE; row++) {
285 jpeg_write_raw_data(&cinfo, imgArr, DCTSIZE * 2);
  /external/opencv3/3rdparty/libjpeg/
jddctmgr.c 229 case ((DCTSIZE << 8) + DCTSIZE):
332 static const double aanscalefactor[DCTSIZE] = {
338 for (row = 0; row < DCTSIZE; row++) {
339 for (col = 0; col < DCTSIZE; col++) {
jcdctmgr.c 319 case ((DCTSIZE << 8) + DCTSIZE):
427 static const double aanscalefactor[DCTSIZE] = {
439 for (row = 0; row < DCTSIZE; row++) {
440 for (col = 0; col < DCTSIZE; col++) {
jcapistd.c 148 lines_per_iMCU_row = cinfo->max_v_samp_factor * DCTSIZE;
jcmaster.c 201 cinfo->min_DCT_h_scaled_size = DCTSIZE;
202 cinfo->min_DCT_v_scaled_size = DCTSIZE;
249 cinfo->lim_Se = cinfo->block_size < DCTSIZE ?
304 (cinfo->do_fancy_downsampling ? DCTSIZE : DCTSIZE / 2) &&
313 (cinfo->do_fancy_downsampling ? DCTSIZE : DCTSIZE / 2) &&
826 if (cinfo->block_size < DCTSIZE)
836 if ((cinfo->progressive_mode || cinfo->block_size < DCTSIZE) &&
jdmaster.c 116 (cinfo->do_fancy_upsampling ? DCTSIZE : DCTSIZE / 2) &&
123 (cinfo->do_fancy_upsampling ? DCTSIZE : DCTSIZE / 2) &&
  /external/opencv3/3rdparty/libtiff/
tif_jpeg.c 642 compptr->width_in_blocks * DCTSIZE,
643 (JDIMENSION) (compptr->v_samp_factor*DCTSIZE));
    [all...]

Completed in 1126 milliseconds

12 3 4