/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jdct.h | 98 jpeg_component_info *compptr, JCOEFPTR coef_block, 101 jpeg_component_info *compptr, JCOEFPTR coef_block, 104 jpeg_component_info *compptr, JCOEFPTR coef_block, 107 jpeg_component_info *compptr, JCOEFPTR coef_block, 110 jpeg_component_info *compptr, JCOEFPTR coef_block, 113 jpeg_component_info *compptr, JCOEFPTR coef_block, 116 jpeg_component_info *compptr, JCOEFPTR coef_block, 119 jpeg_component_info *compptr, JCOEFPTR coef_block, 122 jpeg_component_info *compptr, JCOEFPTR coef_block, 125 jpeg_component_info *compptr, JCOEFPTR coef_block, [all...] |
H A D | jsimddct.h | 31 EXTERN(void) jsimd_quantize(JCOEFPTR coef_block, DCTELEM *divisors, 33 EXTERN(void) jsimd_quantize_float(JCOEFPTR coef_block, FAST_FLOAT *divisors, 42 jpeg_component_info *compptr, JCOEFPTR coef_block, 45 jpeg_component_info *compptr, JCOEFPTR coef_block, 48 jpeg_component_info *compptr, JCOEFPTR coef_block, 52 JCOEFPTR coef_block, JSAMPARRAY output_buf, 61 JCOEFPTR coef_block, JSAMPARRAY output_buf, 65 JCOEFPTR coef_block, JSAMPARRAY output_buf, 69 JCOEFPTR coef_block, JSAMPARRAY output_buf,
|
H A D | jsimd_none.c | 291 jsimd_quantize(JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace) in jsimd_quantize() argument 296 jsimd_quantize_float(JCOEFPTR coef_block, FAST_FLOAT *divisors, in jsimd_quantize_float() argument 327 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_2x2() 334 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_4x4() 341 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_6x6() 348 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_12x12() 373 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_islow() 380 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_ifast() 387 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_float() 326 jsimd_idct_2x2(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_2x2() argument 333 jsimd_idct_4x4(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_4x4() argument 340 jsimd_idct_6x6(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_6x6() argument 347 jsimd_idct_12x12(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_12x12() argument 372 jsimd_idct_islow(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_islow() argument 379 jsimd_idct_ifast(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_ifast() argument 386 jsimd_idct_float(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_float() argument
|
H A D | jidctred.c | 122 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jpeg_idct_4x4() 138 inptr = coef_block; in jpeg_idct_4x4() 280 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jpeg_idct_2x2() 295 inptr = coef_block; in jpeg_idct_2x2() 391 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jpeg_idct_1x1() 403 dcval = DEQUANTIZE(coef_block[0], quantptr[0]); in jpeg_idct_1x1() 121 jpeg_idct_4x4(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jpeg_idct_4x4() argument 279 jpeg_idct_2x2(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jpeg_idct_2x2() argument 390 jpeg_idct_1x1(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jpeg_idct_1x1() argument
|
H A D | jcdctmgr.c | 38 typedef void (*quantize_method_ptr) (JCOEFPTR coef_block, DCTELEM *divisors, 40 typedef void (*float_quantize_method_ptr) (JCOEFPTR coef_block, 408 quantize(JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace) in quantize() argument 412 JCOEFPTR output_ptr = coef_block; in quantize() 556 quantize_float(JCOEFPTR coef_block, FAST_FLOAT *divisors, in quantize_float() argument 561 register JCOEFPTR output_ptr = coef_block; in quantize_float()
|
H A D | jidctint.c | 174 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jpeg_idct_islow() 193 inptr = coef_block; in jpeg_idct_islow() 428 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jpeg_idct_7x7() 444 inptr = coef_block; in jpeg_idct_7x7() 577 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jpeg_idct_6x6() 593 inptr = coef_block; in jpeg_idct_6x6() 698 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jpeg_idct_5x5() 714 inptr = coef_block; in jpeg_idct_5x5() 813 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jpeg_idct_3x3() 828 inptr = coef_block; in jpeg_idct_3x3() 173 jpeg_idct_islow(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jpeg_idct_islow() argument 427 jpeg_idct_7x7(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jpeg_idct_7x7() argument 576 jpeg_idct_6x6(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jpeg_idct_6x6() argument 697 jpeg_idct_5x5(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jpeg_idct_5x5() argument 812 jpeg_idct_3x3(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jpeg_idct_3x3() argument 902 jpeg_idct_9x9(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jpeg_idct_9x9() argument 1073 jpeg_idct_10x10(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jpeg_idct_10x10() argument 1268 jpeg_idct_11x11(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jpeg_idct_11x11() argument 1462 jpeg_idct_12x12(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jpeg_idct_12x12() argument 1678 jpeg_idct_13x13(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jpeg_idct_13x13() argument 1906 jpeg_idct_14x14(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jpeg_idct_14x14() argument 2132 jpeg_idct_15x15(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jpeg_idct_15x15() argument 2374 jpeg_idct_16x16(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jpeg_idct_16x16() argument [all...] |
H A D | jidctflt.c | 73 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jpeg_idct_float() 90 inptr = coef_block; in jpeg_idct_float() 72 jpeg_idct_float(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jpeg_idct_float() argument
|
H A D | jidctfst.c | 172 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jpeg_idct_ifast() 190 inptr = coef_block; in jpeg_idct_ifast() 171 jpeg_idct_ifast(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jpeg_idct_ifast() argument
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jsimd.c | 953 jsimd_quantize(JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace) in jsimd_quantize() argument 956 jsimd_quantize_avx2(coef_block, divisors, workspace); in jsimd_quantize() 958 jsimd_quantize_sse2(coef_block, divisors, workspace); in jsimd_quantize() 960 jsimd_quantize_mmx(coef_block, divisors, workspace); in jsimd_quantize() 964 jsimd_quantize_float(JCOEFPTR coef_block, FAST_FLOAT *divisors, in jsimd_quantize_float() argument 968 jsimd_quantize_float_sse2(coef_block, divisors, workspace); in jsimd_quantize_float() 970 jsimd_quantize_float_sse(coef_block, divisors, workspace); in jsimd_quantize_float() 972 jsimd_quantize_float_3dnow(coef_block, divisors, workspace); in jsimd_quantize_float() 1027 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_2x2() 1031 jsimd_idct_2x2_sse2(compptr->dct_table, coef_block, output_bu in jsimd_idct_2x2() 1026 jsimd_idct_2x2(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_2x2() argument 1038 jsimd_idct_4x4(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_4x4() argument 1132 jsimd_idct_islow(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_islow() argument 1148 jsimd_idct_ifast(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_ifast() argument 1161 jsimd_idct_float(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_float() argument [all...] |
H A D | jidctred-mmx.asm | 100 ; jsimd_idct_4x4_mmx(void *dct_table, JCOEFPTR coef_block, 105 %define coef_block(b) (b) + 12 ; JCOEFPTR coef_block 139 mov esi, JCOEFPTR [coef_block(eax)] ; inptr 325 add esi, byte 4*SIZEOF_JCOEF ; coef_block 494 ; jsimd_idct_2x2_mmx(void *dct_table, JCOEFPTR coef_block, 499 %define coef_block(b) (b) + 12 ; JCOEFPTR coef_block 520 mov esi, JCOEFPTR [coef_block(ebp)] ; inptr
|
H A D | jidctred-sse2.asm | 100 ; jsimd_idct_4x4_sse2(void *dct_table, JCOEFPTR coef_block, 105 %define coef_block(b) (b) + 12 ; JCOEFPTR coef_block 137 mov esi, JCOEFPTR [coef_block(eax)] ; inptr 415 ; jsimd_idct_2x2_sse2(void *dct_table, JCOEFPTR coef_block, 420 %define coef_block(b) (b) + 12 ; JCOEFPTR coef_block 441 mov esi, JCOEFPTR [coef_block(ebp)] ; inptr
|
H A D | jidctflt-3dn.asm | 48 ; jsimd_idct_float_3dnow(void *dct_table, JCOEFPTR coef_block, 53 %define coef_block(b) (b) + 12 ; JCOEFPTR coef_block 87 mov esi, JCOEFPTR [coef_block(eax)] ; inptr 276 add esi, byte 2*SIZEOF_JCOEF ; coef_block
|
H A D | jidctfst-mmx.asm | 79 ; jsimd_idct_ifast_mmx(void *dct_table, JCOEFPTR coef_block, 84 %define coef_block(b) (b) + 12 ; JCOEFPTR coef_block 118 mov esi, JCOEFPTR [coef_block(eax)] ; inptr 316 add esi, byte 4*SIZEOF_JCOEF ; coef_block
|
H A D | jidctfst-sse2.asm | 79 ; jsimd_idct_ifast_sse2(void *dct_table, JCOEFPTR coef_block, 84 %define coef_block(b) (b) + 12 ; JCOEFPTR coef_block 116 mov esi, JCOEFPTR [coef_block(eax)] ; inptr
|
H A D | jidctint-avx2.asm | 281 ; jsimd_idct_islow_avx2(void *dct_table, JCOEFPTR coef_block, 286 %define coef_block(b) (b) + 12 ; JCOEFPTR coef_block 318 mov esi, JCOEFPTR [coef_block(eax)] ; inptr
|
H A D | jidctflt-sse.asm | 58 ; jsimd_idct_float_sse(void *dct_table, JCOEFPTR coef_block, 63 %define coef_block(b) (b) + 12 ; JCOEFPTR coef_block 97 mov esi, JCOEFPTR [coef_block(eax)] ; inptr 355 add esi, byte 4*SIZEOF_JCOEF ; coef_block
|
H A D | jidctflt-sse2.asm | 58 ; jsimd_idct_float_sse2(void *dct_table, JCOEFPTR coef_block, 63 %define coef_block(b) (b) + 12 ; JCOEFPTR coef_block 97 mov esi, JCOEFPTR [coef_block(eax)] ; inptr 317 add esi, byte 4*SIZEOF_JCOEF ; coef_block
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jsimd.c | 817 jsimd_quantize(JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace) in jsimd_quantize() argument 820 jsimd_quantize_avx2(coef_block, divisors, workspace); in jsimd_quantize() 822 jsimd_quantize_sse2(coef_block, divisors, workspace); in jsimd_quantize() 826 jsimd_quantize_float(JCOEFPTR coef_block, FAST_FLOAT *divisors, in jsimd_quantize_float() argument 829 jsimd_quantize_float_sse2(coef_block, divisors, workspace); in jsimd_quantize_float() 880 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_2x2() 883 jsimd_idct_2x2_sse2(compptr->dct_table, coef_block, output_buf, output_col); in jsimd_idct_2x2() 888 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_4x4() 891 jsimd_idct_4x4_sse2(compptr->dct_table, coef_block, output_buf, output_col); in jsimd_idct_4x4() 970 JCOEFPTR coef_block, JSAMPARRA in jsimd_idct_islow() 879 jsimd_idct_2x2(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_2x2() argument 887 jsimd_idct_4x4(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_4x4() argument 969 jsimd_idct_islow(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_islow() argument 982 jsimd_idct_ifast(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_ifast() argument 991 jsimd_idct_float(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_float() argument [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch32/ |
H A D | jsimd.c | 757 jsimd_quantize(JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace) in jsimd_quantize() argument 759 jsimd_quantize_neon(coef_block, divisors, workspace); in jsimd_quantize() 763 jsimd_quantize_float(JCOEFPTR coef_block, FAST_FLOAT *divisors, in jsimd_quantize_float() argument 816 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_2x2() 819 jsimd_idct_2x2_neon(compptr->dct_table, coef_block, output_buf, output_col); in jsimd_idct_2x2() 824 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_4x4() 827 jsimd_idct_4x4_neon(compptr->dct_table, coef_block, output_buf, output_col); in jsimd_idct_4x4() 886 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_islow() 889 jsimd_idct_islow_neon(compptr->dct_table, coef_block, output_buf, in jsimd_idct_islow() 895 JCOEFPTR coef_block, JSAMPARRA in jsimd_idct_ifast() 815 jsimd_idct_2x2(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_2x2() argument 823 jsimd_idct_4x4(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_4x4() argument 885 jsimd_idct_islow(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_islow() argument 894 jsimd_idct_ifast(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_ifast() argument 903 jsimd_idct_float(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_float() argument [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/ |
H A D | jsimd.c | 825 jsimd_quantize(JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace) in jsimd_quantize() argument 827 jsimd_quantize_neon(coef_block, divisors, workspace); in jsimd_quantize() 831 jsimd_quantize_float(JCOEFPTR coef_block, FAST_FLOAT *divisors, in jsimd_quantize_float() argument 884 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_2x2() 887 jsimd_idct_2x2_neon(compptr->dct_table, coef_block, output_buf, output_col); in jsimd_idct_2x2() 892 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_4x4() 895 jsimd_idct_4x4_neon(compptr->dct_table, coef_block, output_buf, output_col); in jsimd_idct_4x4() 954 JCOEFPTR coef_block, JSAMPARRAY output_buf, in jsimd_idct_islow() 957 jsimd_idct_islow_neon(compptr->dct_table, coef_block, output_buf, in jsimd_idct_islow() 963 JCOEFPTR coef_block, JSAMPARRA in jsimd_idct_ifast() 883 jsimd_idct_2x2(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_2x2() argument 891 jsimd_idct_4x4(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_4x4() argument 953 jsimd_idct_islow(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_islow() argument 962 jsimd_idct_ifast(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_ifast() argument 971 jsimd_idct_float(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) jsimd_idct_float() argument [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
H A D | jidctred-neon.c | 76 void jsimd_idct_2x2_neon(void *dct_table, JCOEFPTR coef_block, in jsimd_idct_2x2_neon() argument 82 int16x8_t row0 = vld1q_s16(coef_block + 0 * DCTSIZE); in jsimd_idct_2x2_neon() 83 int16x8_t row1 = vld1q_s16(coef_block + 1 * DCTSIZE); in jsimd_idct_2x2_neon() 84 int16x8_t row3 = vld1q_s16(coef_block + 3 * DCTSIZE); in jsimd_idct_2x2_neon() 85 int16x8_t row5 = vld1q_s16(coef_block + 5 * DCTSIZE); in jsimd_idct_2x2_neon() 86 int16x8_t row7 = vld1q_s16(coef_block + 7 * DCTSIZE); in jsimd_idct_2x2_neon() 196 void jsimd_idct_4x4_neon(void *dct_table, JCOEFPTR coef_block, in jsimd_idct_4x4_neon() argument 202 int16x8_t row0 = vld1q_s16(coef_block + 0 * DCTSIZE); in jsimd_idct_4x4_neon() 203 int16x8_t row1 = vld1q_s16(coef_block + 1 * DCTSIZE); in jsimd_idct_4x4_neon() 204 int16x8_t row2 = vld1q_s16(coef_block in jsimd_idct_4x4_neon() [all...] |
H A D | jidctint-neon.c | 190 void jsimd_idct_islow_neon(void *dct_table, JCOEFPTR coef_block, in jsimd_idct_islow_neon() argument 201 int16x4_t row0 = vld1_s16(coef_block + 0 * DCTSIZE); in jsimd_idct_islow_neon() 202 int16x4_t row1 = vld1_s16(coef_block + 1 * DCTSIZE); in jsimd_idct_islow_neon() 203 int16x4_t row2 = vld1_s16(coef_block + 2 * DCTSIZE); in jsimd_idct_islow_neon() 204 int16x4_t row3 = vld1_s16(coef_block + 3 * DCTSIZE); in jsimd_idct_islow_neon() 205 int16x4_t row4 = vld1_s16(coef_block + 4 * DCTSIZE); in jsimd_idct_islow_neon() 206 int16x4_t row5 = vld1_s16(coef_block + 5 * DCTSIZE); in jsimd_idct_islow_neon() 207 int16x4_t row6 = vld1_s16(coef_block + 6 * DCTSIZE); in jsimd_idct_islow_neon() 208 int16x4_t row7 = vld1_s16(coef_block + 7 * DCTSIZE); in jsimd_idct_islow_neon() 254 row0 = vld1_s16(coef_block in jsimd_idct_islow_neon() [all...] |
H A D | jidctfst-neon.c | 63 void jsimd_idct_ifast_neon(void *dct_table, JCOEFPTR coef_block, in jsimd_idct_ifast_neon() argument 69 int16x8_t row0 = vld1q_s16(coef_block + 0 * DCTSIZE); in jsimd_idct_ifast_neon() 70 int16x8_t row1 = vld1q_s16(coef_block + 1 * DCTSIZE); in jsimd_idct_ifast_neon() 71 int16x8_t row2 = vld1q_s16(coef_block + 2 * DCTSIZE); in jsimd_idct_ifast_neon() 72 int16x8_t row3 = vld1q_s16(coef_block + 3 * DCTSIZE); in jsimd_idct_ifast_neon() 73 int16x8_t row4 = vld1q_s16(coef_block + 4 * DCTSIZE); in jsimd_idct_ifast_neon() 74 int16x8_t row5 = vld1q_s16(coef_block + 5 * DCTSIZE); in jsimd_idct_ifast_neon() 75 int16x8_t row6 = vld1q_s16(coef_block + 6 * DCTSIZE); in jsimd_idct_ifast_neon() 76 int16x8_t row7 = vld1q_s16(coef_block + 7 * DCTSIZE); in jsimd_idct_ifast_neon()
|
H A D | jquanti-neon.c | 94 void jsimd_quantize_neon(JCOEFPTR coef_block, DCTELEM *divisors, in jsimd_quantize_neon() argument 97 JCOEFPTR out_ptr = coef_block; in jsimd_quantize_neon()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/ |
H A D | jsimd.h | 1081 (JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace); 1084 (JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace); 1087 (JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace); 1090 (JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace); 1093 (JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace); 1096 (JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace); 1099 (JCOEFPTR coef_block, DCTELEM *divisors, DCTELEM *workspace); 1103 (JCOEFPTR coef_block, FAST_FLOAT *divisors, FAST_FLOAT *workspace); 1106 (JCOEFPTR coef_block, FAST_FLOAT *divisors, FAST_FLOAT *workspace); 1109 (JCOEFPTR coef_block, FAST_FLOA [all...] |