Home
last modified time | relevance | path

Searched refs:downsampled_width (Results 1 – 19 of 19) sorted by relevance

/external/libjpeg-turbo/simd/arm/
Djdsample-neon.c60 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/
Djdsample.c290 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()
Djdapistd.c226 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()
Djdinput.c121 compptr->downsampled_width = (JDIMENSION) in initial_setup()
Djcmaster.c157 compptr->downsampled_width = (JDIMENSION) in initial_setup()
Djpeglib.h168 JDIMENSION downsampled_width; /* actual width in samples */ member
Djdmaster.c304 compptr->downsampled_width = (JDIMENSION) in jpeg_calc_output_dimensions()
Dlibjpeg.txt2773 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/
Djsimd.h646 (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/
Djsimd.c552 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()
Djdsample-avx2.asm49 ; 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
Djdsample-mmx.asm48 ; JDIMENSION downsampled_width,
54 %define downsamp_width(b) (b) + 12 ; JDIMENSION downsampled_width
Djdsample-sse2.asm48 ; JDIMENSION downsampled_width,
54 %define downsamp_width(b) (b) + 12 ; JDIMENSION downsampled_width
/external/libjpeg-turbo/simd/x86_64/
Djsimd.c481 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()
Djdsample-sse2.asm49 ; JDIMENSION downsampled_width,
55 ; r11d = JDIMENSION downsampled_width
Djdsample-avx2.asm50 ; JDIMENSION downsampled_width,
56 ; r11d = JDIMENSION downsampled_width
/external/libjpeg-turbo/simd/arm/aarch32/
Djsimd.c504 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/
Djsimd.c572 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/
Dtif_jpeg.c1672 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()