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

1 2

  /external/v8/build/mac/
tweak_info_plist.py 169 for component_index in xrange(0, components_len):
170 if combination & (1 << component_index):
171 tag_suffix += '-' + components[component_index]
  /external/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]];
jcparam.c 411 scanptr->component_index[0] = ci;
429 scanptr->component_index[0] = ci;
449 scanptr->component_index[ci] = ci;
rdswitch.c 207 scanptr->component_index[0] = (int) val;
218 scanptr->component_index[ncomps] = (int) val;
jdcoefct.c 130 inverse_DCT = cinfo->idct->inverse_DCT[compptr->component_index];
133 output_ptr = output_buf[compptr->component_index] +
204 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
jccoefct.c 177 input_buf[compptr->component_index],
357 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
jdsample.c 170 h_expand = upsample->h_expand[compptr->component_index];
171 v_expand = upsample->v_expand[compptr->component_index];
jpeglib.h 123 int component_index; /* its index in SOF or cinfo->comp_info[] */ member in struct:__anon15242
193 int component_index[MAX_COMPS_IN_SCAN]; /* their SOF/comp_info[] indexes */ member in struct:__anon15243
    [all...]
jctrans.c 308 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
  /external/pdfium/third_party/libjpeg/
fpdfapi_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]];
fpdfapi_jcparam.c 480 scanptr->component_index[0] = ci;
498 scanptr->component_index[0] = ci;
518 scanptr->component_index[ci] = ci;
fpdfapi_jdcoefct.c 186 inverse_DCT = cinfo->idct->inverse_DCT[compptr->component_index];
189 output_ptr = output_buf[compptr->component_index] +
258 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
fpdfapi_jccoefct.c 178 input_buf[compptr->component_index],
358 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
fpdfapi_jdsample.c 201 h_expand = upsample->h_expand[compptr->component_index];
202 v_expand = upsample->v_expand[compptr->component_index];
fpdfapi_jctrans.c 295 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
  /external/opencv3/3rdparty/libjpeg/
jdsample.c 202 h_expand = upsample->h_expand[compptr->component_index];
203 v_expand = upsample->v_expand[compptr->component_index];
jccoefct.c 172 forward_DCT = cinfo->fdct->forward_DCT[compptr->component_index];
182 input_buf[compptr->component_index],
363 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
jcdctmgr.c 73 forward_DCT_method_ptr do_dct = fdct->do_dct[compptr->component_index];
136 float_DCT_method_ptr do_dct = fdct->do_float_dct[compptr->component_index];
jcmaster.c 294 /* Fill in the correct component_index value; don't rely on application */
295 compptr->component_index = ci;
402 thisi = scanptr->component_index[ci];
406 if (ci > 0 && thisi <= scanptr->component_index[ci-1])
439 last_bitpos_ptr = & last_bitpos[scanptr->component_index[ci]][0];
462 thisi = scanptr->component_index[ci];
542 &cinfo->comp_info[scanptr->component_index[ci]];
jcparam.c 507 scanptr->component_index[0] = ci;
525 scanptr->component_index[0] = ci;
545 scanptr->component_index[ci] = ci;
jdcoefct.c 188 inverse_DCT = cinfo->idct->inverse_DCT[compptr->component_index];
191 output_ptr = output_buf[compptr->component_index] +
260 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
jcsample.c 160 h_expand = downsample->h_expand[compptr->component_index];
161 v_expand = downsample->v_expand[compptr->component_index];
jpeglib.h 130 int component_index; /* its index in SOF or cinfo->comp_info[] */ member in struct:__anon20360
195 int component_index[MAX_COMPS_IN_SCAN]; /* their SOF/comp_info[] indexes */ member in struct:__anon20361
    [all...]
jctrans.c 292 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
  /external/libjpeg-turbo/simd/
jsimd_mips.c 497 jsimd_int_upsample_mips_dspr2(upsample->h_expand[compptr->component_index],
498 upsample->v_expand[compptr->component_index],

Completed in 586 milliseconds

1 2