Searched refs:F_0_298 (Results 1 – 5 of 5) sorted by relevance
/external/libjpeg-turbo/simd/arm/ |
D | jcgryext-neon.c | 77 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()
|
D | jccolor-neon.c | 39 #define F_0_298 19595 macro 49 F_0_298, F_0_587, F_0_113, F_0_168,
|
D | jcgray-neon.c | 37 #define F_0_298 19595 macro
|
D | jfdctint-neon.c | 67 #define F_0_298 2446 macro 82 F_0_298, -F_0_390, F_0_541, F_0_765,
|
D | jidctint-neon.c | 61 #define F_0_298 2446 macro 78 #define F_0_298_MINUS_0_899 (F_0_298 - F_0_899)
|