Home
last modified time | relevance | path

Searched refs:consts3 (Results 1 – 3 of 3) sorted by relevance

/external/libjpeg-turbo/simd/arm/
Djidctint-neon.c363 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()
Djfdctint-neon.c96 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()
Djidctred-neon.c232 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()