Home
last modified time | relevance | path

Searched refs:F_0_298 (Results 1 – 5 of 5) sorted by relevance

/external/libjpeg-turbo/simd/arm/
Djcgryext-neon.c77 uint32x4_t y_ll = vmull_n_u16(vget_low_u16(r_l), F_0_298); in jsimd_rgb_gray_convert_neon()
78 uint32x4_t y_lh = vmull_n_u16(vget_high_u16(r_l), F_0_298); in jsimd_rgb_gray_convert_neon()
79 uint32x4_t y_hl = vmull_n_u16(vget_low_u16(r_h), F_0_298); in jsimd_rgb_gray_convert_neon()
80 uint32x4_t y_hh = vmull_n_u16(vget_high_u16(r_h), F_0_298); in jsimd_rgb_gray_convert_neon()
Djccolor-neon.c39 #define F_0_298 19595 macro
49 F_0_298, F_0_587, F_0_113, F_0_168,
Djcgray-neon.c37 #define F_0_298 19595 macro
Djfdctint-neon.c67 #define F_0_298 2446 macro
82 F_0_298, -F_0_390, F_0_541, F_0_765,
Djidctint-neon.c61 #define F_0_298 2446 macro
78 #define F_0_298_MINUS_0_899 (F_0_298 - F_0_899)