/art/test/925-threadgroups/ |
threadgroups.cc | 105 auto callback = [&](jint component_index) -> jobject { 106 if (component_index == 0) {
|
/external/libjpeg-turbo/ |
jcmaster.c | 139 /* Fill in the correct component_index value; don't rely on application */ 140 compptr->component_index = ci; 221 thisi = scanptr->component_index[ci]; 225 if (ci > 0 && thisi <= scanptr->component_index[ci-1]) 258 last_bitpos_ptr = & last_bitpos[scanptr->component_index[ci]][0]; 281 thisi = scanptr->component_index[ci]; 328 &cinfo->comp_info[scanptr->component_index[ci]];
|
jcparam.c | 412 scanptr->component_index[0] = ci; 430 scanptr->component_index[0] = ci; 450 scanptr->component_index[ci] = ci;
|
rdswitch.c | 209 scanptr->component_index[0] = (int) val; 220 scanptr->component_index[ncomps] = (int) val;
|
jdcoefct.c | 131 inverse_DCT = cinfo->idct->inverse_DCT[compptr->component_index]; 134 output_ptr = output_buf[compptr->component_index] + 205 ((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 | 171 h_expand = upsample->h_expand[compptr->component_index]; 172 v_expand = upsample->v_expand[compptr->component_index];
|
jpeglib.h | 124 int component_index; /* its index in SOF or cinfo->comp_info[] */ member in struct:__anon23385 194 int component_index[MAX_COMPS_IN_SCAN]; /* their SOF/comp_info[] indexes */ member in struct:__anon23386 [all...] |
jctrans.c | 309 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
|
jdphuff.c | 140 int cindex = cinfo->cur_comp_info[ci]->component_index;
|
jdarith.c | 660 int coefi, cindex = cinfo->cur_comp_info[ci]->component_index;
|
jdmarker.c | 284 compptr->component_index = ci; [all...] |
turbojpeg.c | [all...] |
/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],
|
fpdfapi_jdphuff.c | 136 int cindex = cinfo->cur_comp_info[ci]->component_index;
|
jpeglib.h | 223 int component_index; /* its index in SOF or cinfo->comp_info[] */ member in struct:__anon28591 288 int component_index[MAX_COMPS_IN_SCAN]; /* their SOF/comp_info[] indexes */ member in struct:__anon28592 [all...] |
fpdfapi_jdmarker.c | 289 compptr->component_index = ci; [all...] |
/art/test/911-get-stack-trace/ |
stack_trace.cc | 89 auto inner_callback = [&](jint component_index) -> jstring { 90 switch (component_index) {
|
/art/test/924-threads/ |
threads.cc | 61 auto callback = [&](jint component_index) -> jobject { 62 switch (component_index) {
|
/external/libjpeg-turbo/simd/ |
jsimd_mips.c | 506 jsimd_int_upsample_mips_dspr2(upsample->h_expand[compptr->component_index], 507 upsample->v_expand[compptr->component_index],
|