HomeSort by relevance Sort by last modified time
    Searched refs:DCTSIZE (Results 1 - 25 of 27) sorted by null

1 2

  /external/jpeg/
jidctred.c 32 * This module is specialized to the case DCTSIZE = 8.
35 #if DCTSIZE != 8
130 int workspace[DCTSIZE*4]; /* buffers data between passes */
138 for (ctr = DCTSIZE; ctr > 0; inptr++, quantptr++, wsptr++, ctr--) {
140 if (ctr == DCTSIZE-4)
142 if (inptr[DCTSIZE*1] == 0 && inptr[DCTSIZE*2] == 0 &&
143 inptr[DCTSIZE*3] == 0 && inptr[DCTSIZE*5] == 0 &&
144 inptr[DCTSIZE*6] == 0 && inptr[DCTSIZE*7] == 0)
    [all...]
jidctflt.c 48 * This module is specialized to the case DCTSIZE = 8.
51 #if DCTSIZE != 8
89 for (ctr = DCTSIZE; ctr > 0; ctr--) {
99 if (inptr[DCTSIZE*1] == 0 && inptr[DCTSIZE*2] == 0 &&
100 inptr[DCTSIZE*3] == 0 && inptr[DCTSIZE*4] == 0 &&
101 inptr[DCTSIZE*5] == 0 && inptr[DCTSIZE*6] == 0 &&
102 inptr[DCTSIZE*7] == 0)
    [all...]
jfdctflt.c 46 * This module is specialized to the case DCTSIZE = 8.
49 #if DCTSIZE != 8
70 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
114 dataptr += DCTSIZE; /* advance pointer to next row */
120 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
121 tmp0 = dataptr[DCTSIZE*0] + dataptr[DCTSIZE*7];
122 tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7];
123 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6]
    [all...]
jfdctfst.c 42 * This module is specialized to the case DCTSIZE = 8.
45 #if DCTSIZE != 8
126 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
170 dataptr += DCTSIZE; /* advance pointer to next row */
176 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
177 tmp0 = dataptr[DCTSIZE*0] + dataptr[DCTSIZE*7];
178 tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7];
179 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6]
    [all...]
jidctfst.c 44 * This module is specialized to the case DCTSIZE = 8.
47 #if DCTSIZE != 8
190 for (ctr = DCTSIZE; ctr > 0; ctr--) {
200 if (inptr[DCTSIZE*1] == 0 && inptr[DCTSIZE*2] == 0 &&
201 inptr[DCTSIZE*3] == 0 && inptr[DCTSIZE*4] == 0 &&
202 inptr[DCTSIZE*5] == 0 && inptr[DCTSIZE*6] == 0 &&
203 inptr[DCTSIZE*7] == 0)
    [all...]
jidctint.c 37 * This module is specialized to the case DCTSIZE = 8.
40 #if DCTSIZE != 8
171 for (ctr = DCTSIZE; ctr > 0; ctr--) {
181 if (inptr[DCTSIZE*1] == 0 && inptr[DCTSIZE*2] == 0 &&
182 inptr[DCTSIZE*3] == 0 && inptr[DCTSIZE*4] == 0 &&
183 inptr[DCTSIZE*5] == 0 && inptr[DCTSIZE*6] == 0 &&
184 inptr[DCTSIZE*7] == 0)
    [all...]
jfdctint.c 35 * This module is specialized to the case DCTSIZE = 8.
38 #if DCTSIZE != 8
154 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
210 dataptr += DCTSIZE; /* advance pointer to next row */
219 for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
220 tmp0 = dataptr[DCTSIZE*0] + dataptr[DCTSIZE*7];
221 tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7];
222 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6]
    [all...]
transupp.c 82 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
134 MCU_rows = dstinfo->image_height / (dstinfo->max_v_samp_factor * DCTSIZE);
165 for (i = 0; i < DCTSIZE; i += 2) {
167 for (j = 0; j < DCTSIZE; j++)
170 for (j = 0; j < DCTSIZE; j++)
218 for (i = 0; i < DCTSIZE; i++)
219 for (j = 0; j < DCTSIZE; j++)
220 dst_ptr[j*DCTSIZE+i] = src_ptr[i*DCTSIZE+j];
249 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
    [all...]
jcmainct.c 121 if (main->rowgroup_ctr < DCTSIZE)
125 (JDIMENSION) DCTSIZE);
131 if (main->rowgroup_ctr != DCTSIZE)
185 main->cur_iMCU_row * (compptr->v_samp_factor * DCTSIZE),
186 (JDIMENSION) (compptr->v_samp_factor * DCTSIZE), writing);
190 *in_row_ctr += cinfo->max_v_samp_factor * DCTSIZE;
191 main->rowgroup_ctr = DCTSIZE;
201 (JDIMENSION) DCTSIZE);
203 if (main->rowgroup_ctr < DCTSIZE)
272 compptr->width_in_blocks * DCTSIZE,
    [all...]
jcdctmgr.c 140 static const double aanscalefactor[DCTSIZE] = {
152 for (row = 0; row < DCTSIZE; row++) {
153 for (col = 0; col < DCTSIZE; col++) {
195 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
202 for (elemr = 0; elemr < DCTSIZE; elemr++) {
204 #if DCTSIZE == 8 /* unroll the inner loop */
215 for (elemc = DCTSIZE; elemc > 0; elemc--) {
285 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
292 for (elemr = 0; elemr < DCTSIZE; elemr++) {
294 #if DCTSIZE == 8 /* unroll the inner loop *
    [all...]
jddctmgr.c 145 case DCTSIZE:
234 static const char orders[DCTSIZE] = {4, 2, 5, 3, 6, 1, 7, 0};
276 static const double aanscalefactor[DCTSIZE] = {
282 for (row = 0; row < DCTSIZE; row++) {
283 for (col = 0; col < DCTSIZE; col++) {
jdinput.c 75 /* We initialize DCT_scaled_size and min_DCT_scaled_size to DCTSIZE.
79 cinfo->min_DCT_scaled_size = DCTSIZE;
84 compptr->DCT_scaled_size = DCTSIZE;
88 (long) (cinfo->max_h_samp_factor * DCTSIZE));
91 (long) (cinfo->max_v_samp_factor * DCTSIZE));
112 (long) (cinfo->max_v_samp_factor*DCTSIZE));
166 (long) (cinfo->max_h_samp_factor*DCTSIZE));
169 (long) (cinfo->max_v_samp_factor*DCTSIZE));
jdapistd.c 216 int lines_per_iMCU_row = cinfo->max_v_samp_factor * DCTSIZE;
217 int lines_per_iMCU_col = cinfo->max_h_samp_factor * DCTSIZE;
246 int sample_size = DCTSIZE / cinfo->min_DCT_scaled_size;
276 int lines_per_iMCU_row = cinfo->max_v_samp_factor * DCTSIZE;
277 int lines_per_iMCU_col = cinfo->max_h_samp_factor * DCTSIZE;
278 int sample_size = DCTSIZE / cinfo->min_DCT_scaled_size;
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;
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;
jcprepct.c 177 compptr->width_in_blocks * DCTSIZE,
291 (JDIMENSION) (((long) compptr->width_in_blocks * DCTSIZE *
349 (JDIMENSION) (((long) compptr->width_in_blocks * DCTSIZE *
jcapistd.c 148 lines_per_iMCU_row = cinfo->max_v_samp_factor * DCTSIZE;
jdmaster.c 141 cinfo->min_DCT_scaled_size = DCTSIZE;
151 while (ssize < DCTSIZE &&
170 (long) (cinfo->max_h_samp_factor * DCTSIZE));
174 (long) (cinfo->max_v_samp_factor * DCTSIZE));
182 /* jdinput.c has already initialized DCT_scaled_size to DCTSIZE,
jccoefct.c 173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
198 ypos += DCTSIZE;
284 (JDIMENSION) (block_row * DCTSIZE),
jpeglib.h 41 #define DCTSIZE 8 /* The basic DCT block is 8x8 samples */
42 #define DCTSIZE2 64 /* DCTSIZE squared; # of elements in a block */
141 /* Size of a DCT block in samples. Always DCTSIZE for compression.
152 * downsampled_width = ceil(image_width * Hi/Hmax * DCT_scaled_size/DCTSIZE)
374 * There are v_samp_factor * DCTSIZE sample rows of each component in an
    [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 563 int actualSampleSize = skiaSampleSize * (DCTSIZE / cinfo->min_DCT_scaled_size);
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 1331 milliseconds

1 2