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

1 2 3

  /external/chromium_org/build/mac/
tweak_info_plist.py 170 for component_index in xrange(0, components_len):
171 if combination & (1 << component_index):
172 tag_suffix += '-' + components[component_index]
  /external/chromium_org/third_party/libjpeg_turbo/
jcmaster.c 127 /* Fill in the correct component_index value; don't rely on application */
128 compptr->component_index = ci;
209 thisi = scanptr->component_index[ci];
213 if (ci > 0 && thisi <= scanptr->component_index[ci-1])
246 last_bitpos_ptr = & last_bitpos[scanptr->component_index[ci]][0];
269 thisi = scanptr->component_index[ci];
316 &cinfo->comp_info[scanptr->component_index[ci]];
rdswitch.c 207 scanptr->component_index[0] = (int) val;
218 scanptr->component_index[ncomps] = (int) val;
jcparam.c 520 scanptr->component_index[0] = ci;
538 scanptr->component_index[0] = ci;
558 scanptr->component_index[ci] = ci;
jdcoefct.c 192 inverse_DCT = cinfo->idct->inverse_DCT[compptr->component_index];
195 output_ptr = output_buf[compptr->component_index] +
264 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
jccoefct.c 178 input_buf[compptr->component_index],
358 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
jdsample.c 206 h_expand = upsample->h_expand[compptr->component_index];
207 v_expand = upsample->v_expand[compptr->component_index];
jpeglib.h 128 int component_index; /* its index in SOF or cinfo->comp_info[] */ member in struct:__anon17383
198 int component_index[MAX_COMPS_IN_SCAN]; /* their SOF/comp_info[] indexes */ member in struct:__anon17384
    [all...]
  /external/jpeg/
jcmaster.c 96 /* Fill in the correct component_index value; don't rely on application */
97 compptr->component_index = ci;
174 thisi = scanptr->component_index[ci];
178 if (ci > 0 && thisi <= scanptr->component_index[ci-1])
211 last_bitpos_ptr = & last_bitpos[scanptr->component_index[ci]][0];
234 thisi = scanptr->component_index[ci];
281 &cinfo->comp_info[scanptr->component_index[ci]];
rdswitch.c 195 scanptr->component_index[0] = (int) val;
206 scanptr->component_index[ncomps] = (int) val;
jcparam.c 480 scanptr->component_index[0] = ci;
498 scanptr->component_index[0] = ci;
518 scanptr->component_index[ci] = ci;
jccoefct.c 178 input_buf[compptr->component_index],
358 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
jdsample.c 201 h_expand = upsample->h_expand[compptr->component_index];
202 v_expand = upsample->v_expand[compptr->component_index];
jdcoefct.c 199 inverse_DCT = cinfo->idct->inverse_DCT[compptr->component_index];
202 output_ptr = output_buf[compptr->component_index] +
269 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
484 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcmaster.c 97 /* Fill in the correct component_index value; don't rely on application */
98 compptr->component_index = ci;
175 thisi = scanptr->component_index[ci];
179 if (ci > 0 && thisi <= scanptr->component_index[ci-1])
212 last_bitpos_ptr = & last_bitpos[scanptr->component_index[ci]][0];
235 thisi = scanptr->component_index[ci];
282 &cinfo->comp_info[scanptr->component_index[ci]];
fpdfapi_jcparam.c 481 scanptr->component_index[0] = ci;
499 scanptr->component_index[0] = ci;
519 scanptr->component_index[ci] = ci;
fpdfapi_jdcoefct.c 187 inverse_DCT = cinfo->idct->inverse_DCT[compptr->component_index];
190 output_ptr = output_buf[compptr->component_index] +
259 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
fpdfapi_jccoefct.c 179 input_buf[compptr->component_index],
359 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
fpdfapi_jdsample.c 202 h_expand = upsample->h_expand[compptr->component_index];
203 v_expand = upsample->v_expand[compptr->component_index];
  /external/qemu/distrib/jpeg-6b/
jcmaster.c 96 /* Fill in the correct component_index value; don't rely on application */
97 compptr->component_index = ci;
174 thisi = scanptr->component_index[ci];
178 if (ci > 0 && thisi <= scanptr->component_index[ci-1])
211 last_bitpos_ptr = & last_bitpos[scanptr->component_index[ci]][0];
234 thisi = scanptr->component_index[ci];
281 &cinfo->comp_info[scanptr->component_index[ci]];
rdswitch.c 195 scanptr->component_index[0] = (int) val;
206 scanptr->component_index[ncomps] = (int) val;
jcparam.c 486 scanptr->component_index[0] = ci;
504 scanptr->component_index[0] = ci;
524 scanptr->component_index[ci] = ci;
jccoefct.c 178 input_buf[compptr->component_index],
358 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
jdsample.c 201 h_expand = upsample->h_expand[compptr->component_index];
202 v_expand = upsample->v_expand[compptr->component_index];
jdcoefct.c 199 inverse_DCT = cinfo->idct->inverse_DCT[compptr->component_index];
202 output_ptr = output_buf[compptr->component_index] +
269 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
484 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
    [all...]

Completed in 307 milliseconds

1 2 3