Searched refs:consts3 (Results 1 – 3 of 3) sorted by relevance
/external/libjpeg-turbo/simd/arm/ |
D | jidctint-neon.c | 363 const int16x4_t consts3 = vld1_s16(jsimd_idct_islow_neon_consts + 8); in jsimd_idct_islow_pass1_regular() 364 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_islow_pass1_regular() 490 const int16x4_t consts3 = vld1_s16(jsimd_idct_islow_neon_consts + 8); in jsimd_idct_islow_pass1_sparse() 491 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_islow_pass1_sparse() 574 const int16x4_t consts3 = vld1_s16(jsimd_idct_islow_neon_consts + 8); in jsimd_idct_islow_pass2_regular() 575 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_islow_pass2_regular() 721 const int16x4_t consts3 = vld1_s16(jsimd_idct_islow_neon_consts + 8); in jsimd_idct_islow_pass2_sparse() 722 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_islow_pass2_sparse()
|
D | jfdctint-neon.c | 96 const int16x4_t consts3 = vld1_s16(jsimd_fdct_islow_neon_consts + 8); in jsimd_fdct_islow_neon() 97 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_fdct_islow_neon()
|
D | jidctred-neon.c | 232 const int16x4_t consts3 = vld1_s16(jsimd_idct_4x4_neon_consts + 8); in jsimd_idct_4x4_neon() local 233 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_4x4_neon()
|