/external/libjpeg-turbo/ |
jdsample.h | 46 UINT8 h_expand[MAX_COMPONENTS]; member in struct:__anon28847
|
jcsample.c | 150 int inrow, outrow, h_expand, v_expand, numpix, numpix2, h, v; local 151 JDIMENSION outcol, outcol_h; /* outcol_h == outcol*h_expand */ 156 h_expand = cinfo->max_h_samp_factor / compptr->h_samp_factor; 158 numpix = h_expand * v_expand; 166 output_cols * h_expand); 172 outcol++, outcol_h += h_expand) { 176 for (h = 0; h < h_expand; h++) {
|
jdsample.c | 166 int h_expand, v_expand; local 169 h_expand = upsample->h_expand[compptr->component_index]; 180 for (h = h_expand; h > 0; h--) { 502 upsample->h_expand[ci] = (UINT8)(h_out_group / h_in_group);
|
/external/libjpeg-turbo/simd/mips/ |
jsimd.c | 116 UINT8 h_expand[MAX_COMPONENTS]; member in struct:__anon28865 489 jsimd_int_upsample_dspr2(upsample->h_expand[compptr->component_index],
|
/external/libjpeg-turbo/simd/ |
jsimd.h | 573 (UINT8 h_expand, UINT8 v_expand, JSAMPARRAY input_data, [all...] |