DCTSIZE           148 third_party/libjpeg/jcapistd.c   lines_per_iMCU_row = cinfo->max_v_samp_factor * DCTSIZE;
DCTSIZE           173 third_party/libjpeg/jccoefct.c 	ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
DCTSIZE           198 third_party/libjpeg/jccoefct.c 	  ypos += DCTSIZE;
DCTSIZE           284 third_party/libjpeg/jccoefct.c 				   (JDIMENSION) (block_row * DCTSIZE),
DCTSIZE           140 third_party/libjpeg/jcdctmgr.c 	static const double aanscalefactor[DCTSIZE] = {
DCTSIZE           152 third_party/libjpeg/jcdctmgr.c 	for (row = 0; row < DCTSIZE; row++) {
DCTSIZE           153 third_party/libjpeg/jcdctmgr.c 	  for (col = 0; col < DCTSIZE; col++) {
DCTSIZE           195 third_party/libjpeg/jcdctmgr.c   for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
DCTSIZE           202 third_party/libjpeg/jcdctmgr.c       for (elemr = 0; elemr < DCTSIZE; elemr++) {
DCTSIZE           204 third_party/libjpeg/jcdctmgr.c #if DCTSIZE == 8		/* unroll the inner loop */
DCTSIZE           215 third_party/libjpeg/jcdctmgr.c 	  for (elemc = DCTSIZE; elemc > 0; elemc--) {
DCTSIZE           285 third_party/libjpeg/jcdctmgr.c   for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
DCTSIZE           292 third_party/libjpeg/jcdctmgr.c       for (elemr = 0; elemr < DCTSIZE; elemr++) {
DCTSIZE           294 third_party/libjpeg/jcdctmgr.c #if DCTSIZE == 8		/* unroll the inner loop */
DCTSIZE           305 third_party/libjpeg/jcdctmgr.c 	  for (elemc = DCTSIZE; elemc > 0; elemc--) {
DCTSIZE           121 third_party/libjpeg/jcmainct.c     if (main->rowgroup_ctr < DCTSIZE)
DCTSIZE           125 third_party/libjpeg/jcmainct.c 					(JDIMENSION) DCTSIZE);
DCTSIZE           131 third_party/libjpeg/jcmainct.c     if (main->rowgroup_ctr != DCTSIZE)
DCTSIZE           185 third_party/libjpeg/jcmainct.c 	   main->cur_iMCU_row * (compptr->v_samp_factor * DCTSIZE),
DCTSIZE           186 third_party/libjpeg/jcmainct.c 	   (JDIMENSION) (compptr->v_samp_factor * DCTSIZE), writing);
DCTSIZE           190 third_party/libjpeg/jcmainct.c 	*in_row_ctr += cinfo->max_v_samp_factor * DCTSIZE;
DCTSIZE           191 third_party/libjpeg/jcmainct.c 	main->rowgroup_ctr = DCTSIZE;
DCTSIZE           201 third_party/libjpeg/jcmainct.c 					(JDIMENSION) DCTSIZE);
DCTSIZE           203 third_party/libjpeg/jcmainct.c       if (main->rowgroup_ctr < DCTSIZE)
DCTSIZE           272 third_party/libjpeg/jcmainct.c 	 compptr->width_in_blocks * DCTSIZE,
DCTSIZE           274 third_party/libjpeg/jcmainct.c 				(long) compptr->v_samp_factor) * DCTSIZE,
DCTSIZE           275 third_party/libjpeg/jcmainct.c 	 (JDIMENSION) (compptr->v_samp_factor * DCTSIZE));
DCTSIZE           289 third_party/libjpeg/jcmainct.c 	 compptr->width_in_blocks * DCTSIZE,
DCTSIZE           290 third_party/libjpeg/jcmainct.c 	 (JDIMENSION) (compptr->v_samp_factor * DCTSIZE));
DCTSIZE            99 third_party/libjpeg/jcmaster.c     compptr->DCT_scaled_size = DCTSIZE;
DCTSIZE           103 third_party/libjpeg/jcmaster.c 		    (long) (cinfo->max_h_samp_factor * DCTSIZE));
DCTSIZE           106 third_party/libjpeg/jcmaster.c 		    (long) (cinfo->max_v_samp_factor * DCTSIZE));
DCTSIZE           123 third_party/libjpeg/jcmaster.c 		  (long) (cinfo->max_v_samp_factor*DCTSIZE));
DCTSIZE           328 third_party/libjpeg/jcmaster.c     compptr->MCU_sample_width = DCTSIZE;
DCTSIZE           351 third_party/libjpeg/jcmaster.c 		    (long) (cinfo->max_h_samp_factor*DCTSIZE));
DCTSIZE           354 third_party/libjpeg/jcmaster.c 		    (long) (cinfo->max_v_samp_factor*DCTSIZE));
DCTSIZE           364 third_party/libjpeg/jcmaster.c       compptr->MCU_sample_width = compptr->MCU_width * DCTSIZE;
DCTSIZE           177 third_party/libjpeg/jcprepct.c 			   compptr->width_in_blocks * DCTSIZE,
DCTSIZE           291 third_party/libjpeg/jcprepct.c        (JDIMENSION) (((long) compptr->width_in_blocks * DCTSIZE *
DCTSIZE           349 third_party/libjpeg/jcprepct.c 	 (JDIMENSION) (((long) compptr->width_in_blocks * DCTSIZE *
DCTSIZE           145 third_party/libjpeg/jcsample.c   JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
DCTSIZE           195 third_party/libjpeg/jcsample.c 		    cinfo->image_width, compptr->width_in_blocks * DCTSIZE);
DCTSIZE           217 third_party/libjpeg/jcsample.c   JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
DCTSIZE           254 third_party/libjpeg/jcsample.c   JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
DCTSIZE           297 third_party/libjpeg/jcsample.c   JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
DCTSIZE           397 third_party/libjpeg/jcsample.c   JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
DCTSIZE           116 third_party/libjpeg/jddctmgr.c     case DCTSIZE:
DCTSIZE           217 third_party/libjpeg/jddctmgr.c 	static const double aanscalefactor[DCTSIZE] = {
DCTSIZE           223 third_party/libjpeg/jddctmgr.c 	for (row = 0; row < DCTSIZE; row++) {
DCTSIZE           224 third_party/libjpeg/jddctmgr.c 	  for (col = 0; col < DCTSIZE; col++) {
DCTSIZE            77 third_party/libjpeg/jdinput.c   cinfo->min_DCT_scaled_size = DCTSIZE;
DCTSIZE            82 third_party/libjpeg/jdinput.c     compptr->DCT_scaled_size = DCTSIZE;
DCTSIZE            86 third_party/libjpeg/jdinput.c 		    (long) (cinfo->max_h_samp_factor * DCTSIZE));
DCTSIZE            89 third_party/libjpeg/jdinput.c 		    (long) (cinfo->max_v_samp_factor * DCTSIZE));
DCTSIZE           110 third_party/libjpeg/jdinput.c 		  (long) (cinfo->max_v_samp_factor*DCTSIZE));
DCTSIZE           164 third_party/libjpeg/jdinput.c 		    (long) (cinfo->max_h_samp_factor*DCTSIZE));
DCTSIZE           167 third_party/libjpeg/jdinput.c 		    (long) (cinfo->max_v_samp_factor*DCTSIZE));
DCTSIZE           124 third_party/libjpeg/jdmaster.c     cinfo->min_DCT_scaled_size = DCTSIZE;
DCTSIZE           134 third_party/libjpeg/jdmaster.c     while (ssize < DCTSIZE &&
DCTSIZE           153 third_party/libjpeg/jdmaster.c 		    (long) (cinfo->max_h_samp_factor * DCTSIZE));
DCTSIZE           157 third_party/libjpeg/jdmaster.c 		    (long) (cinfo->max_v_samp_factor * DCTSIZE));
DCTSIZE            49 third_party/libjpeg/jfdctflt.c #if DCTSIZE != 8
DCTSIZE            70 third_party/libjpeg/jfdctflt.c   for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
DCTSIZE           114 third_party/libjpeg/jfdctflt.c     dataptr += DCTSIZE;		/* advance pointer to next row */
DCTSIZE           120 third_party/libjpeg/jfdctflt.c   for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
DCTSIZE           121 third_party/libjpeg/jfdctflt.c     tmp0 = dataptr[DCTSIZE*0] + dataptr[DCTSIZE*7];
DCTSIZE           122 third_party/libjpeg/jfdctflt.c     tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7];
DCTSIZE           123 third_party/libjpeg/jfdctflt.c     tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
DCTSIZE           124 third_party/libjpeg/jfdctflt.c     tmp6 = dataptr[DCTSIZE*1] - dataptr[DCTSIZE*6];
DCTSIZE           125 third_party/libjpeg/jfdctflt.c     tmp2 = dataptr[DCTSIZE*2] + dataptr[DCTSIZE*5];
DCTSIZE           126 third_party/libjpeg/jfdctflt.c     tmp5 = dataptr[DCTSIZE*2] - dataptr[DCTSIZE*5];
DCTSIZE           127 third_party/libjpeg/jfdctflt.c     tmp3 = dataptr[DCTSIZE*3] + dataptr[DCTSIZE*4];
DCTSIZE           128 third_party/libjpeg/jfdctflt.c     tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4];
DCTSIZE           137 third_party/libjpeg/jfdctflt.c     dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */
DCTSIZE           138 third_party/libjpeg/jfdctflt.c     dataptr[DCTSIZE*4] = tmp10 - tmp11;
DCTSIZE           141 third_party/libjpeg/jfdctflt.c     dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */
DCTSIZE           142 third_party/libjpeg/jfdctflt.c     dataptr[DCTSIZE*6] = tmp13 - z1;
DCTSIZE           159 third_party/libjpeg/jfdctflt.c     dataptr[DCTSIZE*5] = z13 + z2; /* phase 6 */
DCTSIZE           160 third_party/libjpeg/jfdctflt.c     dataptr[DCTSIZE*3] = z13 - z2;
DCTSIZE           161 third_party/libjpeg/jfdctflt.c     dataptr[DCTSIZE*1] = z11 + z4;
DCTSIZE           162 third_party/libjpeg/jfdctflt.c     dataptr[DCTSIZE*7] = z11 - z4;
DCTSIZE            45 third_party/libjpeg/jfdctfst.c #if DCTSIZE != 8
DCTSIZE           126 third_party/libjpeg/jfdctfst.c   for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
DCTSIZE           170 third_party/libjpeg/jfdctfst.c     dataptr += DCTSIZE;		/* advance pointer to next row */
DCTSIZE           176 third_party/libjpeg/jfdctfst.c   for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
DCTSIZE           177 third_party/libjpeg/jfdctfst.c     tmp0 = dataptr[DCTSIZE*0] + dataptr[DCTSIZE*7];
DCTSIZE           178 third_party/libjpeg/jfdctfst.c     tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7];
DCTSIZE           179 third_party/libjpeg/jfdctfst.c     tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
DCTSIZE           180 third_party/libjpeg/jfdctfst.c     tmp6 = dataptr[DCTSIZE*1] - dataptr[DCTSIZE*6];
DCTSIZE           181 third_party/libjpeg/jfdctfst.c     tmp2 = dataptr[DCTSIZE*2] + dataptr[DCTSIZE*5];
DCTSIZE           182 third_party/libjpeg/jfdctfst.c     tmp5 = dataptr[DCTSIZE*2] - dataptr[DCTSIZE*5];
DCTSIZE           183 third_party/libjpeg/jfdctfst.c     tmp3 = dataptr[DCTSIZE*3] + dataptr[DCTSIZE*4];
DCTSIZE           184 third_party/libjpeg/jfdctfst.c     tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4];
DCTSIZE           193 third_party/libjpeg/jfdctfst.c     dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */
DCTSIZE           194 third_party/libjpeg/jfdctfst.c     dataptr[DCTSIZE*4] = tmp10 - tmp11;
DCTSIZE           197 third_party/libjpeg/jfdctfst.c     dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */
DCTSIZE           198 third_party/libjpeg/jfdctfst.c     dataptr[DCTSIZE*6] = tmp13 - z1;
DCTSIZE           215 third_party/libjpeg/jfdctfst.c     dataptr[DCTSIZE*5] = z13 + z2; /* phase 6 */
DCTSIZE           216 third_party/libjpeg/jfdctfst.c     dataptr[DCTSIZE*3] = z13 - z2;
DCTSIZE           217 third_party/libjpeg/jfdctfst.c     dataptr[DCTSIZE*1] = z11 + z4;
DCTSIZE           218 third_party/libjpeg/jfdctfst.c     dataptr[DCTSIZE*7] = z11 - z4;
DCTSIZE            38 third_party/libjpeg/jfdctint.c #if DCTSIZE != 8
DCTSIZE           154 third_party/libjpeg/jfdctint.c   for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
DCTSIZE           210 third_party/libjpeg/jfdctint.c     dataptr += DCTSIZE;		/* advance pointer to next row */
DCTSIZE           219 third_party/libjpeg/jfdctint.c   for (ctr = DCTSIZE-1; ctr >= 0; ctr--) {
DCTSIZE           220 third_party/libjpeg/jfdctint.c     tmp0 = dataptr[DCTSIZE*0] + dataptr[DCTSIZE*7];
DCTSIZE           221 third_party/libjpeg/jfdctint.c     tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7];
DCTSIZE           222 third_party/libjpeg/jfdctint.c     tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
DCTSIZE           223 third_party/libjpeg/jfdctint.c     tmp6 = dataptr[DCTSIZE*1] - dataptr[DCTSIZE*6];
DCTSIZE           224 third_party/libjpeg/jfdctint.c     tmp2 = dataptr[DCTSIZE*2] + dataptr[DCTSIZE*5];
DCTSIZE           225 third_party/libjpeg/jfdctint.c     tmp5 = dataptr[DCTSIZE*2] - dataptr[DCTSIZE*5];
DCTSIZE           226 third_party/libjpeg/jfdctint.c     tmp3 = dataptr[DCTSIZE*3] + dataptr[DCTSIZE*4];
DCTSIZE           227 third_party/libjpeg/jfdctint.c     tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4];
DCTSIZE           238 third_party/libjpeg/jfdctint.c     dataptr[DCTSIZE*0] = (DCTELEM) DESCALE(tmp10 + tmp11, PASS1_BITS);
DCTSIZE           239 third_party/libjpeg/jfdctint.c     dataptr[DCTSIZE*4] = (DCTELEM) DESCALE(tmp10 - tmp11, PASS1_BITS);
DCTSIZE           242 third_party/libjpeg/jfdctint.c     dataptr[DCTSIZE*2] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865),
DCTSIZE           244 third_party/libjpeg/jfdctint.c     dataptr[DCTSIZE*6] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065),
DCTSIZE           270 third_party/libjpeg/jfdctint.c     dataptr[DCTSIZE*7] = (DCTELEM) DESCALE(tmp4 + z1 + z3,
DCTSIZE           272 third_party/libjpeg/jfdctint.c     dataptr[DCTSIZE*5] = (DCTELEM) DESCALE(tmp5 + z2 + z4,
DCTSIZE           274 third_party/libjpeg/jfdctint.c     dataptr[DCTSIZE*3] = (DCTELEM) DESCALE(tmp6 + z2 + z3,
DCTSIZE           276 third_party/libjpeg/jfdctint.c     dataptr[DCTSIZE*1] = (DCTELEM) DESCALE(tmp7 + z1 + z4,
DCTSIZE            51 third_party/libjpeg/jidctflt.c #if DCTSIZE != 8
DCTSIZE            89 third_party/libjpeg/jidctflt.c   for (ctr = DCTSIZE; ctr > 0; ctr--) {
DCTSIZE            99 third_party/libjpeg/jidctflt.c     if (inptr[DCTSIZE*1] == 0 && inptr[DCTSIZE*2] == 0 &&
DCTSIZE           100 third_party/libjpeg/jidctflt.c 	inptr[DCTSIZE*3] == 0 && inptr[DCTSIZE*4] == 0 &&
DCTSIZE           101 third_party/libjpeg/jidctflt.c 	inptr[DCTSIZE*5] == 0 && inptr[DCTSIZE*6] == 0 &&
DCTSIZE           102 third_party/libjpeg/jidctflt.c 	inptr[DCTSIZE*7] == 0) {
DCTSIZE           104 third_party/libjpeg/jidctflt.c       FAST_FLOAT dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
DCTSIZE           106 third_party/libjpeg/jidctflt.c       wsptr[DCTSIZE*0] = dcval;
DCTSIZE           107 third_party/libjpeg/jidctflt.c       wsptr[DCTSIZE*1] = dcval;
DCTSIZE           108 third_party/libjpeg/jidctflt.c       wsptr[DCTSIZE*2] = dcval;
DCTSIZE           109 third_party/libjpeg/jidctflt.c       wsptr[DCTSIZE*3] = dcval;
DCTSIZE           110 third_party/libjpeg/jidctflt.c       wsptr[DCTSIZE*4] = dcval;
DCTSIZE           111 third_party/libjpeg/jidctflt.c       wsptr[DCTSIZE*5] = dcval;
DCTSIZE           112 third_party/libjpeg/jidctflt.c       wsptr[DCTSIZE*6] = dcval;
DCTSIZE           113 third_party/libjpeg/jidctflt.c       wsptr[DCTSIZE*7] = dcval;
DCTSIZE           123 third_party/libjpeg/jidctflt.c     tmp0 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
DCTSIZE           124 third_party/libjpeg/jidctflt.c     tmp1 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
DCTSIZE           125 third_party/libjpeg/jidctflt.c     tmp2 = DEQUANTIZE(inptr[DCTSIZE*4], quantptr[DCTSIZE*4]);
DCTSIZE           126 third_party/libjpeg/jidctflt.c     tmp3 = DEQUANTIZE(inptr[DCTSIZE*6], quantptr[DCTSIZE*6]);
DCTSIZE           141 third_party/libjpeg/jidctflt.c     tmp4 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]);
DCTSIZE           142 third_party/libjpeg/jidctflt.c     tmp5 = DEQUANTIZE(inptr[DCTSIZE*3], quantptr[DCTSIZE*3]);
DCTSIZE           143 third_party/libjpeg/jidctflt.c     tmp6 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
DCTSIZE           144 third_party/libjpeg/jidctflt.c     tmp7 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
DCTSIZE           162 third_party/libjpeg/jidctflt.c     wsptr[DCTSIZE*0] = tmp0 + tmp7;
DCTSIZE           163 third_party/libjpeg/jidctflt.c     wsptr[DCTSIZE*7] = tmp0 - tmp7;
DCTSIZE           164 third_party/libjpeg/jidctflt.c     wsptr[DCTSIZE*1] = tmp1 + tmp6;
DCTSIZE           165 third_party/libjpeg/jidctflt.c     wsptr[DCTSIZE*6] = tmp1 - tmp6;
DCTSIZE           166 third_party/libjpeg/jidctflt.c     wsptr[DCTSIZE*2] = tmp2 + tmp5;
DCTSIZE           167 third_party/libjpeg/jidctflt.c     wsptr[DCTSIZE*5] = tmp2 - tmp5;
DCTSIZE           168 third_party/libjpeg/jidctflt.c     wsptr[DCTSIZE*4] = tmp3 + tmp4;
DCTSIZE           169 third_party/libjpeg/jidctflt.c     wsptr[DCTSIZE*3] = tmp3 - tmp4;
DCTSIZE           180 third_party/libjpeg/jidctflt.c   for (ctr = 0; ctr < DCTSIZE; ctr++) {
DCTSIZE           238 third_party/libjpeg/jidctflt.c     wsptr += DCTSIZE;		/* advance pointer to next row */
DCTSIZE            47 third_party/libjpeg/jidctfst.c #if DCTSIZE != 8
DCTSIZE           190 third_party/libjpeg/jidctfst.c   for (ctr = DCTSIZE; ctr > 0; ctr--) {
DCTSIZE           200 third_party/libjpeg/jidctfst.c     if (inptr[DCTSIZE*1] == 0 && inptr[DCTSIZE*2] == 0 &&
DCTSIZE           201 third_party/libjpeg/jidctfst.c 	inptr[DCTSIZE*3] == 0 && inptr[DCTSIZE*4] == 0 &&
DCTSIZE           202 third_party/libjpeg/jidctfst.c 	inptr[DCTSIZE*5] == 0 && inptr[DCTSIZE*6] == 0 &&
DCTSIZE           203 third_party/libjpeg/jidctfst.c 	inptr[DCTSIZE*7] == 0) {
DCTSIZE           205 third_party/libjpeg/jidctfst.c       int dcval = (int) DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
DCTSIZE           207 third_party/libjpeg/jidctfst.c       wsptr[DCTSIZE*0] = dcval;
DCTSIZE           208 third_party/libjpeg/jidctfst.c       wsptr[DCTSIZE*1] = dcval;
DCTSIZE           209 third_party/libjpeg/jidctfst.c       wsptr[DCTSIZE*2] = dcval;
DCTSIZE           210 third_party/libjpeg/jidctfst.c       wsptr[DCTSIZE*3] = dcval;
DCTSIZE           211 third_party/libjpeg/jidctfst.c       wsptr[DCTSIZE*4] = dcval;
DCTSIZE           212 third_party/libjpeg/jidctfst.c       wsptr[DCTSIZE*5] = dcval;
DCTSIZE           213 third_party/libjpeg/jidctfst.c       wsptr[DCTSIZE*6] = dcval;
DCTSIZE           214 third_party/libjpeg/jidctfst.c       wsptr[DCTSIZE*7] = dcval;
DCTSIZE           224 third_party/libjpeg/jidctfst.c     tmp0 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
DCTSIZE           225 third_party/libjpeg/jidctfst.c     tmp1 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
DCTSIZE           226 third_party/libjpeg/jidctfst.c     tmp2 = DEQUANTIZE(inptr[DCTSIZE*4], quantptr[DCTSIZE*4]);
DCTSIZE           227 third_party/libjpeg/jidctfst.c     tmp3 = DEQUANTIZE(inptr[DCTSIZE*6], quantptr[DCTSIZE*6]);
DCTSIZE           242 third_party/libjpeg/jidctfst.c     tmp4 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]);
DCTSIZE           243 third_party/libjpeg/jidctfst.c     tmp5 = DEQUANTIZE(inptr[DCTSIZE*3], quantptr[DCTSIZE*3]);
DCTSIZE           244 third_party/libjpeg/jidctfst.c     tmp6 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
DCTSIZE           245 third_party/libjpeg/jidctfst.c     tmp7 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
DCTSIZE           263 third_party/libjpeg/jidctfst.c     wsptr[DCTSIZE*0] = (int) (tmp0 + tmp7);
DCTSIZE           264 third_party/libjpeg/jidctfst.c     wsptr[DCTSIZE*7] = (int) (tmp0 - tmp7);
DCTSIZE           265 third_party/libjpeg/jidctfst.c     wsptr[DCTSIZE*1] = (int) (tmp1 + tmp6);
DCTSIZE           266 third_party/libjpeg/jidctfst.c     wsptr[DCTSIZE*6] = (int) (tmp1 - tmp6);
DCTSIZE           267 third_party/libjpeg/jidctfst.c     wsptr[DCTSIZE*2] = (int) (tmp2 + tmp5);
DCTSIZE           268 third_party/libjpeg/jidctfst.c     wsptr[DCTSIZE*5] = (int) (tmp2 - tmp5);
DCTSIZE           269 third_party/libjpeg/jidctfst.c     wsptr[DCTSIZE*4] = (int) (tmp3 + tmp4);
DCTSIZE           270 third_party/libjpeg/jidctfst.c     wsptr[DCTSIZE*3] = (int) (tmp3 - tmp4);
DCTSIZE           282 third_party/libjpeg/jidctfst.c   for (ctr = 0; ctr < DCTSIZE; ctr++) {
DCTSIZE           308 third_party/libjpeg/jidctfst.c       wsptr += DCTSIZE;		/* advance pointer to next row */
DCTSIZE           364 third_party/libjpeg/jidctfst.c     wsptr += DCTSIZE;		/* advance pointer to next row */
DCTSIZE            40 third_party/libjpeg/jidctint.c #if DCTSIZE != 8
DCTSIZE           171 third_party/libjpeg/jidctint.c   for (ctr = DCTSIZE; ctr > 0; ctr--) {
DCTSIZE           181 third_party/libjpeg/jidctint.c     if (inptr[DCTSIZE*1] == 0 && inptr[DCTSIZE*2] == 0 &&
DCTSIZE           182 third_party/libjpeg/jidctint.c 	inptr[DCTSIZE*3] == 0 && inptr[DCTSIZE*4] == 0 &&
DCTSIZE           183 third_party/libjpeg/jidctint.c 	inptr[DCTSIZE*5] == 0 && inptr[DCTSIZE*6] == 0 &&
DCTSIZE           184 third_party/libjpeg/jidctint.c 	inptr[DCTSIZE*7] == 0) {
DCTSIZE           186 third_party/libjpeg/jidctint.c       int dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]) << PASS1_BITS;
DCTSIZE           188 third_party/libjpeg/jidctint.c       wsptr[DCTSIZE*0] = dcval;
DCTSIZE           189 third_party/libjpeg/jidctint.c       wsptr[DCTSIZE*1] = dcval;
DCTSIZE           190 third_party/libjpeg/jidctint.c       wsptr[DCTSIZE*2] = dcval;
DCTSIZE           191 third_party/libjpeg/jidctint.c       wsptr[DCTSIZE*3] = dcval;
DCTSIZE           192 third_party/libjpeg/jidctint.c       wsptr[DCTSIZE*4] = dcval;
DCTSIZE           193 third_party/libjpeg/jidctint.c       wsptr[DCTSIZE*5] = dcval;
DCTSIZE           194 third_party/libjpeg/jidctint.c       wsptr[DCTSIZE*6] = dcval;
DCTSIZE           195 third_party/libjpeg/jidctint.c       wsptr[DCTSIZE*7] = dcval;
DCTSIZE           206 third_party/libjpeg/jidctint.c     z2 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
DCTSIZE           207 third_party/libjpeg/jidctint.c     z3 = DEQUANTIZE(inptr[DCTSIZE*6], quantptr[DCTSIZE*6]);
DCTSIZE           213 third_party/libjpeg/jidctint.c     z2 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
DCTSIZE           214 third_party/libjpeg/jidctint.c     z3 = DEQUANTIZE(inptr[DCTSIZE*4], quantptr[DCTSIZE*4]);
DCTSIZE           228 third_party/libjpeg/jidctint.c     tmp0 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
DCTSIZE           229 third_party/libjpeg/jidctint.c     tmp1 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
DCTSIZE           230 third_party/libjpeg/jidctint.c     tmp2 = DEQUANTIZE(inptr[DCTSIZE*3], quantptr[DCTSIZE*3]);
DCTSIZE           231 third_party/libjpeg/jidctint.c     tmp3 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]);
DCTSIZE           258 third_party/libjpeg/jidctint.c     wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp3, CONST_BITS-PASS1_BITS);
DCTSIZE           259 third_party/libjpeg/jidctint.c     wsptr[DCTSIZE*7] = (int) DESCALE(tmp10 - tmp3, CONST_BITS-PASS1_BITS);
DCTSIZE           260 third_party/libjpeg/jidctint.c     wsptr[DCTSIZE*1] = (int) DESCALE(tmp11 + tmp2, CONST_BITS-PASS1_BITS);
DCTSIZE           261 third_party/libjpeg/jidctint.c     wsptr[DCTSIZE*6] = (int) DESCALE(tmp11 - tmp2, CONST_BITS-PASS1_BITS);
DCTSIZE           262 third_party/libjpeg/jidctint.c     wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 + tmp1, CONST_BITS-PASS1_BITS);
DCTSIZE           263 third_party/libjpeg/jidctint.c     wsptr[DCTSIZE*5] = (int) DESCALE(tmp12 - tmp1, CONST_BITS-PASS1_BITS);
DCTSIZE           264 third_party/libjpeg/jidctint.c     wsptr[DCTSIZE*3] = (int) DESCALE(tmp13 + tmp0, CONST_BITS-PASS1_BITS);
DCTSIZE           265 third_party/libjpeg/jidctint.c     wsptr[DCTSIZE*4] = (int) DESCALE(tmp13 - tmp0, CONST_BITS-PASS1_BITS);
DCTSIZE           277 third_party/libjpeg/jidctint.c   for (ctr = 0; ctr < DCTSIZE; ctr++) {
DCTSIZE           303 third_party/libjpeg/jidctint.c       wsptr += DCTSIZE;		/* advance pointer to next row */
DCTSIZE           385 third_party/libjpeg/jidctint.c     wsptr += DCTSIZE;		/* advance pointer to next row */
DCTSIZE            35 third_party/libjpeg/jidctred.c #if DCTSIZE != 8
DCTSIZE           130 third_party/libjpeg/jidctred.c   int workspace[DCTSIZE*4];	/* buffers data between passes */
DCTSIZE           138 third_party/libjpeg/jidctred.c   for (ctr = DCTSIZE; ctr > 0; inptr++, quantptr++, wsptr++, ctr--) {
DCTSIZE           140 third_party/libjpeg/jidctred.c     if (ctr == DCTSIZE-4)
DCTSIZE           142 third_party/libjpeg/jidctred.c     if (inptr[DCTSIZE*1] == 0 && inptr[DCTSIZE*2] == 0 &&
DCTSIZE           143 third_party/libjpeg/jidctred.c 	inptr[DCTSIZE*3] == 0 && inptr[DCTSIZE*5] == 0 &&
DCTSIZE           144 third_party/libjpeg/jidctred.c 	inptr[DCTSIZE*6] == 0 && inptr[DCTSIZE*7] == 0) {
DCTSIZE           146 third_party/libjpeg/jidctred.c       int dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]) << PASS1_BITS;
DCTSIZE           148 third_party/libjpeg/jidctred.c       wsptr[DCTSIZE*0] = dcval;
DCTSIZE           149 third_party/libjpeg/jidctred.c       wsptr[DCTSIZE*1] = dcval;
DCTSIZE           150 third_party/libjpeg/jidctred.c       wsptr[DCTSIZE*2] = dcval;
DCTSIZE           151 third_party/libjpeg/jidctred.c       wsptr[DCTSIZE*3] = dcval;
DCTSIZE           158 third_party/libjpeg/jidctred.c     tmp0 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
DCTSIZE           161 third_party/libjpeg/jidctred.c     z2 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
DCTSIZE           162 third_party/libjpeg/jidctred.c     z3 = DEQUANTIZE(inptr[DCTSIZE*6], quantptr[DCTSIZE*6]);
DCTSIZE           171 third_party/libjpeg/jidctred.c     z1 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
DCTSIZE           172 third_party/libjpeg/jidctred.c     z2 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
DCTSIZE           173 third_party/libjpeg/jidctred.c     z3 = DEQUANTIZE(inptr[DCTSIZE*3], quantptr[DCTSIZE*3]);
DCTSIZE           174 third_party/libjpeg/jidctred.c     z4 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]);
DCTSIZE           188 third_party/libjpeg/jidctred.c     wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1);
DCTSIZE           189 third_party/libjpeg/jidctred.c     wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1);
DCTSIZE           190 third_party/libjpeg/jidctred.c     wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1);
DCTSIZE           191 third_party/libjpeg/jidctred.c     wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 - tmp0, CONST_BITS-PASS1_BITS+1);
DCTSIZE           213 third_party/libjpeg/jidctred.c       wsptr += DCTSIZE;		/* advance pointer to next row */
DCTSIZE           260 third_party/libjpeg/jidctred.c     wsptr += DCTSIZE;		/* advance pointer to next row */
DCTSIZE           282 third_party/libjpeg/jidctred.c   int workspace[DCTSIZE*2];	/* buffers data between passes */
DCTSIZE           290 third_party/libjpeg/jidctred.c   for (ctr = DCTSIZE; ctr > 0; inptr++, quantptr++, wsptr++, ctr--) {
DCTSIZE           292 third_party/libjpeg/jidctred.c     if (ctr == DCTSIZE-2 || ctr == DCTSIZE-4 || ctr == DCTSIZE-6)
DCTSIZE           294 third_party/libjpeg/jidctred.c     if (inptr[DCTSIZE*1] == 0 && inptr[DCTSIZE*3] == 0 &&
DCTSIZE           295 third_party/libjpeg/jidctred.c 	inptr[DCTSIZE*5] == 0 && inptr[DCTSIZE*7] == 0) {
DCTSIZE           297 third_party/libjpeg/jidctred.c       int dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]) << PASS1_BITS;
DCTSIZE           299 third_party/libjpeg/jidctred.c       wsptr[DCTSIZE*0] = dcval;
DCTSIZE           300 third_party/libjpeg/jidctred.c       wsptr[DCTSIZE*1] = dcval;
DCTSIZE           307 third_party/libjpeg/jidctred.c     z1 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
DCTSIZE           312 third_party/libjpeg/jidctred.c     z1 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
DCTSIZE           314 third_party/libjpeg/jidctred.c     z1 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
DCTSIZE           316 third_party/libjpeg/jidctred.c     z1 = DEQUANTIZE(inptr[DCTSIZE*3], quantptr[DCTSIZE*3]);
DCTSIZE           318 third_party/libjpeg/jidctred.c     z1 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]);
DCTSIZE           323 third_party/libjpeg/jidctred.c     wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp0, CONST_BITS-PASS1_BITS+2);
DCTSIZE           324 third_party/libjpeg/jidctred.c     wsptr[DCTSIZE*1] = (int) DESCALE(tmp10 - tmp0, CONST_BITS-PASS1_BITS+2);
DCTSIZE           343 third_party/libjpeg/jidctred.c       wsptr += DCTSIZE;		/* advance pointer to next row */
DCTSIZE           368 third_party/libjpeg/jidctred.c     wsptr += DCTSIZE;		/* advance pointer to next row */