/external/libjpeg-turbo/ |
D | jcdctmgr.c | 384 *workspaceptr++ = (*elemptr++) - CENTERJSAMPLE; in convsamp() 385 *workspaceptr++ = (*elemptr++) - CENTERJSAMPLE; in convsamp() 386 *workspaceptr++ = (*elemptr++) - CENTERJSAMPLE; in convsamp() 387 *workspaceptr++ = (*elemptr++) - CENTERJSAMPLE; in convsamp() 388 *workspaceptr++ = (*elemptr++) - CENTERJSAMPLE; in convsamp() 389 *workspaceptr++ = (*elemptr++) - CENTERJSAMPLE; in convsamp() 390 *workspaceptr++ = (*elemptr++) - CENTERJSAMPLE; in convsamp() 391 *workspaceptr++ = (*elemptr++) - CENTERJSAMPLE; in convsamp() 396 *workspaceptr++ = (*elemptr++) - CENTERJSAMPLE; in convsamp() 536 *workspaceptr++ = (FAST_FLOAT)((*elemptr++) - CENTERJSAMPLE); in convsamp_float() [all …]
|
D | jmorecfg.h | 52 #define CENTERJSAMPLE 128 macro 66 #define CENTERJSAMPLE 2048 macro
|
D | jdmaster.c | 416 (5 * (MAXJSAMPLE + 1) + CENTERJSAMPLE) * sizeof(JSAMPLE)); in prepare_range_limit_table() 424 table += CENTERJSAMPLE; /* Point to where post-IDCT table starts */ in prepare_range_limit_table() 426 for (i = CENTERJSAMPLE; i < 2 * (MAXJSAMPLE + 1); i++) in prepare_range_limit_table() 430 (2 * (MAXJSAMPLE + 1) - CENTERJSAMPLE) * sizeof(JSAMPLE)); in prepare_range_limit_table() 431 MEMCOPY(table + (4 * (MAXJSAMPLE + 1) - CENTERJSAMPLE), in prepare_range_limit_table() 432 cinfo->sample_range_limit, CENTERJSAMPLE * sizeof(JSAMPLE)); in prepare_range_limit_table()
|
D | jdct.h | 86 #define IDCT_range_limit(cinfo) ((cinfo)->sample_range_limit + CENTERJSAMPLE)
|
D | jidctflt.c | 195 z5 = wsptr[0] + ((FAST_FLOAT)CENTERJSAMPLE + (FAST_FLOAT)0.5);
|
D | wrgif.c | 311 put_3bytes(dinfo, CENTERJSAMPLE >> cshift); in emit_header()
|
D | jdmerge.c | 182 for (i = 0, x = -CENTERJSAMPLE; i <= MAXJSAMPLE; i++, x++) { in build_ycc_rgb_table()
|
D | rdgif.c | 529 source->colormap[CM_BLUE][c] = CENTERJSAMPLE; in start_input_gif()
|
/external/libjpeg-turbo/simd/arm/ |
D | jquanti-neon.c | 58 vreinterpretq_s16_u16(vsubl_u8(samp_row0, vdup_n_u8(CENTERJSAMPLE))); in jsimd_convsamp_neon() 60 vreinterpretq_s16_u16(vsubl_u8(samp_row1, vdup_n_u8(CENTERJSAMPLE))); in jsimd_convsamp_neon() 62 vreinterpretq_s16_u16(vsubl_u8(samp_row2, vdup_n_u8(CENTERJSAMPLE))); in jsimd_convsamp_neon() 64 vreinterpretq_s16_u16(vsubl_u8(samp_row3, vdup_n_u8(CENTERJSAMPLE))); in jsimd_convsamp_neon() 66 vreinterpretq_s16_u16(vsubl_u8(samp_row4, vdup_n_u8(CENTERJSAMPLE))); in jsimd_convsamp_neon() 68 vreinterpretq_s16_u16(vsubl_u8(samp_row5, vdup_n_u8(CENTERJSAMPLE))); in jsimd_convsamp_neon() 70 vreinterpretq_s16_u16(vsubl_u8(samp_row6, vdup_n_u8(CENTERJSAMPLE))); in jsimd_convsamp_neon() 72 vreinterpretq_s16_u16(vsubl_u8(samp_row7, vdup_n_u8(CENTERJSAMPLE))); in jsimd_convsamp_neon()
|
D | jidctint-neon.c | 670 vdup_n_u8(CENTERJSAMPLE)); in jsimd_idct_islow_pass2_regular() 672 vdup_n_u8(CENTERJSAMPLE)); in jsimd_idct_islow_pass2_regular() 674 vdup_n_u8(CENTERJSAMPLE)); in jsimd_idct_islow_pass2_regular() 676 vdup_n_u8(CENTERJSAMPLE)); in jsimd_idct_islow_pass2_regular() 773 vdup_n_u8(CENTERJSAMPLE)); in jsimd_idct_islow_pass2_sparse() 775 vdup_n_u8(CENTERJSAMPLE)); in jsimd_idct_islow_pass2_sparse() 777 vdup_n_u8(CENTERJSAMPLE)); in jsimd_idct_islow_pass2_sparse() 779 vdup_n_u8(CENTERJSAMPLE)); in jsimd_idct_islow_pass2_sparse()
|
D | jidctfst-neon.c | 423 (vaddq_s8(cols_01_s8, vreinterpretq_s8_u8(vdupq_n_u8(CENTERJSAMPLE)))); in jsimd_idct_ifast_neon() 426 (vaddq_s8(cols_45_s8, vreinterpretq_s8_u8(vdupq_n_u8(CENTERJSAMPLE)))); in jsimd_idct_ifast_neon() 429 (vaddq_s8(cols_23_s8, vreinterpretq_s8_u8(vdupq_n_u8(CENTERJSAMPLE)))); in jsimd_idct_ifast_neon() 432 (vaddq_s8(cols_67_s8, vreinterpretq_s8_u8(vdupq_n_u8(CENTERJSAMPLE)))); in jsimd_idct_ifast_neon()
|
D | jidctred-neon.c | 155 output_s16 = vrsraq_n_s16(vdupq_n_s16(CENTERJSAMPLE), output_s16, in jsimd_idct_2x2_neon() 463 output_cols_02 = vrsraq_n_s16(vdupq_n_s16(CENTERJSAMPLE), output_cols_02, in jsimd_idct_4x4_neon() 465 output_cols_13 = vrsraq_n_s16(vdupq_n_s16(CENTERJSAMPLE), output_cols_13, in jsimd_idct_4x4_neon()
|
/external/libjpeg-turbo/simd/i386/ |
D | jccolext-mmx.asm | 270 ; Cb = -0.16874 * R - 0.33126 * G + 0.50000 * B + CENTERJSAMPLE 271 ; Cr = 0.50000 * R - 0.41869 * G - 0.08131 * B + CENTERJSAMPLE 275 ; Cb = -0.16874 * R - 0.33126 * G + 0.50000 * B + CENTERJSAMPLE 276 ; Cr = 0.50000 * R - 0.41869 * G - 0.08131 * B + CENTERJSAMPLE
|
D | jccolor-mmx.asm | 46 (CENTERJSAMPLE << SCALEBITS)
|
D | jccolor-sse2.asm | 45 (CENTERJSAMPLE << SCALEBITS)
|
D | jccolor-avx2.asm | 46 (CENTERJSAMPLE << SCALEBITS)
|
D | jccolext-sse2.asm | 299 ; Cb = -0.16874 * R - 0.33126 * G + 0.50000 * B + CENTERJSAMPLE 300 ; Cr = 0.50000 * R - 0.41869 * G - 0.08131 * B + CENTERJSAMPLE 304 ; Cb = -0.16874 * R - 0.33126 * G + 0.50000 * B + CENTERJSAMPLE 305 ; Cr = 0.50000 * R - 0.41869 * G - 0.08131 * B + CENTERJSAMPLE
|
D | jccolext-avx2.asm | 373 ; Cb = -0.16874 * R - 0.33126 * G + 0.50000 * B + CENTERJSAMPLE 374 ; Cr = 0.50000 * R - 0.41869 * G - 0.08131 * B + CENTERJSAMPLE 378 ; Cb = -0.16874 * R - 0.33126 * G + 0.50000 * B + CENTERJSAMPLE 379 ; Cr = 0.50000 * R - 0.41869 * G - 0.08131 * B + CENTERJSAMPLE
|
/external/libjpeg-turbo/simd/x86_64/ |
D | jccolor-sse2.asm | 45 (CENTERJSAMPLE << SCALEBITS)
|
D | jccolor-avx2.asm | 46 (CENTERJSAMPLE << SCALEBITS)
|
D | jccolext-sse2.asm | 284 ; Cb = -0.16874 * R - 0.33126 * G + 0.50000 * B + CENTERJSAMPLE 285 ; Cr = 0.50000 * R - 0.41869 * G - 0.08131 * B + CENTERJSAMPLE 289 ; Cb = -0.16874 * R - 0.33126 * G + 0.50000 * B + CENTERJSAMPLE 290 ; Cr = 0.50000 * R - 0.41869 * G - 0.08131 * B + CENTERJSAMPLE
|
D | jccolext-avx2.asm | 358 ; Cb = -0.16874 * R - 0.33126 * G + 0.50000 * B + CENTERJSAMPLE 359 ; Cr = 0.50000 * R - 0.41869 * G - 0.08131 * B + CENTERJSAMPLE 363 ; Cb = -0.16874 * R - 0.33126 * G + 0.50000 * B + CENTERJSAMPLE 364 ; Cr = 0.50000 * R - 0.41869 * G - 0.08131 * B + CENTERJSAMPLE
|
/external/libjpeg-turbo/simd/nasm/ |
D | jsimdcfg.inc.h | 75 %define _cpp_protection_CENTERJSAMPLE CENTERJSAMPLE
|
D | jsimdcfg.inc | 46 %define CENTERJSAMPLE 128
|
/external/skqp/third_party/libjpeg-turbo/ |
D | jsimdcfg.inc | 46 %define CENTERJSAMPLE 128
|