Home
last modified time | relevance | path

Searched refs:consts1 (Results 1 – 9 of 9) sorted by relevance

/third_party/libjpeg-turbo/simd/arm/
Djidctint-neon.c361 const int16x4_t consts1 = vld1_s16(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass1_regular()
364 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_islow_pass1_regular()
488 const int16x4_t consts1 = vld1_s16(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass1_sparse()
491 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_islow_pass1_sparse()
572 const int16x4_t consts1 = vld1_s16(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass2_regular()
575 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_islow_pass2_regular()
719 const int16x4_t consts1 = vld1_s16(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass2_sparse()
722 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_islow_pass2_sparse()
Djfdctint-neon.c94 const int16x4_t consts1 = vld1_s16(jsimd_fdct_islow_neon_consts); in jsimd_fdct_islow_neon()
97 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_fdct_islow_neon()
Djidctred-neon.c230 const int16x4_t consts1 = vld1_s16(jsimd_idct_4x4_neon_consts); in jsimd_idct_4x4_neon() local
233 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_4x4_neon()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
Djidctint-neon.c361 const int16x4_t consts1 = vld1_s16(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass1_regular()
364 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_islow_pass1_regular()
488 const int16x4_t consts1 = vld1_s16(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass1_sparse()
491 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_islow_pass1_sparse()
572 const int16x4_t consts1 = vld1_s16(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass2_regular()
575 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_islow_pass2_regular()
719 const int16x4_t consts1 = vld1_s16(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass2_sparse()
722 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_islow_pass2_sparse()
Djfdctint-neon.c94 const int16x4_t consts1 = vld1_s16(jsimd_fdct_islow_neon_consts); in jsimd_fdct_islow_neon()
97 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_fdct_islow_neon()
Djidctred-neon.c230 const int16x4_t consts1 = vld1_s16(jsimd_idct_4x4_neon_consts); in jsimd_idct_4x4_neon() local
233 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_4x4_neon()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch32/
Djccolext-neon.c63 const uint16x4_t consts1 = vld1_u16(jsimd_rgb_ycc_neon_consts); in jsimd_rgb_ycc_convert_neon() local
65 const uint16x4x2_t consts = { { consts1, consts2 } }; in jsimd_rgb_ycc_convert_neon()
/third_party/libjpeg-turbo/simd/arm/aarch32/
Djccolext-neon.c63 const uint16x4_t consts1 = vld1_u16(jsimd_rgb_ycc_neon_consts); in jsimd_rgb_ycc_convert_neon() local
65 const uint16x4x2_t consts = { { consts1, consts2 } }; in jsimd_rgb_ycc_convert_neon()
/third_party/python/Objects/
Dcodeobject.c918 PyObject *consts1, *consts2; in code_richcompare() local
948 consts1 = _PyCode_ConstantKey(co->co_consts); in code_richcompare()
949 if (!consts1) in code_richcompare()
953 Py_DECREF(consts1); in code_richcompare()
956 eq = PyObject_RichCompareBool(consts1, consts2, Py_EQ); in code_richcompare()
957 Py_DECREF(consts1); in code_richcompare()