Searched refs:yhe_rg (Results 1 – 2 of 2) sorted by relevance
/third_party/libjpeg-turbo/simd/mips64/ |
D | jcgryext-mmi.c | 101 __m64 yle_rg, yhe_rg, yle_bg, yhe_bg, yle, yhe, ye; in jsimd_rgb_gray_convert_mmi() local 331 yhe_rg = _mm_madd_pi16(rghe, PW_F0299_F0337); in jsimd_rgb_gray_convert_mmi() 352 yhe = _mm_add_pi32(yhe_bg, yhe_rg); in jsimd_rgb_gray_convert_mmi()
|
D | jccolext-mmi.c | 106 __m64 yle_rg, yhe_rg, yle_bg, yhe_bg, yle, yhe, ye; in jsimd_rgb_ycc_convert_mmi() local 359 yhe_rg = _mm_madd_pi16(rghe, PW_F0299_F0337); in jsimd_rgb_ycc_convert_mmi() 415 yhe = _mm_add_pi32(yhe_bg, yhe_rg); in jsimd_rgb_ycc_convert_mmi()
|