/external/libjpeg-turbo/simd/arm/ |
D | jdsample-neon.c | 60 JDIMENSION downsampled_width, in jsimd_h2v1_fancy_upsample_neon() argument 112 for (colctr = 16; colctr < downsampled_width; colctr += 16) { in jsimd_h2v1_fancy_upsample_neon() 154 outptr[2 * downsampled_width - 1] = in jsimd_h2v1_fancy_upsample_neon() 155 GETJSAMPLE(inptr[downsampled_width - 1]); in jsimd_h2v1_fancy_upsample_neon() 205 JDIMENSION downsampled_width, in jsimd_h2v2_fancy_upsample_neon() argument 308 for (colctr = 16; colctr < downsampled_width; colctr += 16) { in jsimd_h2v2_fancy_upsample_neon() 366 int s1colsum0 = GETJSAMPLE(inptr1[downsampled_width - 1]) * 3 + in jsimd_h2v2_fancy_upsample_neon() 367 GETJSAMPLE(inptr0[downsampled_width - 1]); in jsimd_h2v2_fancy_upsample_neon() 368 outptr0[2 * downsampled_width - 1] = (JSAMPLE)((s1colsum0 * 4 + 7) >> 4); in jsimd_h2v2_fancy_upsample_neon() 369 int s1colsum1 = GETJSAMPLE(inptr1[downsampled_width - 1]) * 3 + in jsimd_h2v2_fancy_upsample_neon() [all …]
|
/external/libjpeg-turbo/ |
D | jdsample.c | 290 for (colctr = compptr->downsampled_width - 2; colctr > 0; colctr--) { in h2v1_fancy_upsample() 340 for (colctr = 0; colctr < compptr->downsampled_width; colctr++) { in h1v2_fancy_upsample() 390 for (colctr = compptr->downsampled_width - 2; colctr > 0; colctr--) { in h2v2_fancy_upsample() 466 if (do_fancy && compptr->downsampled_width > 2) { in jinit_upsampler() 491 if (do_fancy && compptr->downsampled_width > 2) { in jinit_upsampler()
|
D | jdapistd.c | 226 orig_downsampled_width = compptr->downsampled_width; in jpeg_crop_scanline() 227 compptr->downsampled_width = in jpeg_crop_scanline() 231 if (compptr->downsampled_width < 2 && orig_downsampled_width >= 2) in jpeg_crop_scanline()
|
D | jdinput.c | 121 compptr->downsampled_width = (JDIMENSION) in initial_setup()
|
D | jcmaster.c | 157 compptr->downsampled_width = (JDIMENSION) in initial_setup()
|
D | jpeglib.h | 168 JDIMENSION downsampled_width; /* actual width in samples */ member
|
D | jdmaster.c | 304 compptr->downsampled_width = (JDIMENSION) in jpeg_calc_output_dimensions()
|
D | libjpeg.txt | 2773 compute downsampled_width = 101 and width_in_blocks = 13 for Y, 2774 downsampled_width = 51 and width_in_blocks = 7 for Cb and Cr (and the same
|
/external/libjpeg-turbo/simd/ |
D | jsimd.h | 646 (int max_v_samp_factor, JDIMENSION downsampled_width, JSAMPARRAY input_data, 649 (int max_v_samp_factor, JDIMENSION downsampled_width, JSAMPARRAY input_data, 654 (int max_v_samp_factor, JDIMENSION downsampled_width, JSAMPARRAY input_data, 657 (int max_v_samp_factor, JDIMENSION downsampled_width, JSAMPARRAY input_data, 662 (int max_v_samp_factor, JDIMENSION downsampled_width, JSAMPARRAY input_data, 665 (int max_v_samp_factor, JDIMENSION downsampled_width, JSAMPARRAY input_data, 669 (int max_v_samp_factor, JDIMENSION downsampled_width, JSAMPARRAY input_data, 672 (int max_v_samp_factor, JDIMENSION downsampled_width, JSAMPARRAY input_data, 675 (int max_v_samp_factor, JDIMENSION downsampled_width, JSAMPARRAY input_data, 679 (int max_v_samp_factor, JDIMENSION downsampled_width, JSAMPARRAY input_data, [all …]
|
/external/libjpeg-turbo/simd/i386/ |
D | jsimd.c | 552 compptr->downsampled_width, input_data, in jsimd_h2v2_fancy_upsample() 556 compptr->downsampled_width, input_data, in jsimd_h2v2_fancy_upsample() 560 compptr->downsampled_width, input_data, in jsimd_h2v2_fancy_upsample() 570 compptr->downsampled_width, input_data, in jsimd_h2v1_fancy_upsample() 574 compptr->downsampled_width, input_data, in jsimd_h2v1_fancy_upsample() 578 compptr->downsampled_width, input_data, in jsimd_h2v1_fancy_upsample()
|
D | jdsample-avx2.asm | 49 ; JDIMENSION downsampled_width, 55 %define downsamp_width(b) (b) + 12 ; JDIMENSION downsampled_width 210 ; JDIMENSION downsampled_width, 216 %define downsamp_width(b) (b) + 12 ; JDIMENSION downsampled_width
|
D | jdsample-mmx.asm | 48 ; JDIMENSION downsampled_width, 54 %define downsamp_width(b) (b) + 12 ; JDIMENSION downsampled_width
|
D | jdsample-sse2.asm | 48 ; JDIMENSION downsampled_width, 54 %define downsamp_width(b) (b) + 12 ; JDIMENSION downsampled_width
|
/external/libjpeg-turbo/simd/x86_64/ |
D | jsimd.c | 481 compptr->downsampled_width, input_data, in jsimd_h2v2_fancy_upsample() 485 compptr->downsampled_width, input_data, in jsimd_h2v2_fancy_upsample() 495 compptr->downsampled_width, input_data, in jsimd_h2v1_fancy_upsample() 499 compptr->downsampled_width, input_data, in jsimd_h2v1_fancy_upsample()
|
D | jdsample-sse2.asm | 49 ; JDIMENSION downsampled_width, 55 ; r11d = JDIMENSION downsampled_width
|
D | jdsample-avx2.asm | 50 ; JDIMENSION downsampled_width, 56 ; r11d = JDIMENSION downsampled_width
|
/external/libjpeg-turbo/simd/arm/aarch32/ |
D | jsimd.c | 504 compptr->downsampled_width, input_data, in jsimd_h2v2_fancy_upsample() 513 compptr->downsampled_width, input_data, in jsimd_h2v1_fancy_upsample() 522 compptr->downsampled_width, input_data, in jsimd_h1v2_fancy_upsample()
|
/external/libjpeg-turbo/simd/arm/aarch64/ |
D | jsimd.c | 572 compptr->downsampled_width, input_data, in jsimd_h2v2_fancy_upsample() 581 compptr->downsampled_width, input_data, in jsimd_h2v1_fancy_upsample() 590 compptr->downsampled_width, input_data, in jsimd_h1v2_fancy_upsample()
|
/external/pdfium/third_party/libtiff/ |
D | tif_jpeg.c | 1672 JDIMENSION clumps_per_line = sp->cinfo.d.comp_info[1].downsampled_width; in JPEGDecodeRaw() 2427 clumps_per_line = sp->cinfo.c.comp_info[1].downsampled_width; in JPEGEncodeRaw()
|