Lines Matching refs:const2
864 __m128i i_Ap, i_Aq, diff, const1, const2, in_macro, in_macrotemp, temp, in ih264_deblk_luma_vert_bslt4_ssse3() local
966 const2 = _mm_cmpgt_epi16(const1, i_Ap); in ih264_deblk_luma_vert_bslt4_ssse3()
967 const2 = _mm_subs_epi16(zero, const2); //Make FFFF=1 and 0000=0 in ih264_deblk_luma_vert_bslt4_ssse3()
968 i_C = _mm_add_epi16(i_C0, const2); in ih264_deblk_luma_vert_bslt4_ssse3()
972 const2 = _mm_cmpgt_epi16(const1, i_Aq); in ih264_deblk_luma_vert_bslt4_ssse3()
973 const2 = _mm_subs_epi16(zero, const2); in ih264_deblk_luma_vert_bslt4_ssse3()
974 i_C = _mm_add_epi16(i_C, const2); in ih264_deblk_luma_vert_bslt4_ssse3()
979 const2 = _mm_subs_epi16(lineb, linee); in ih264_deblk_luma_vert_bslt4_ssse3()
980 diff = _mm_add_epi16(diff, const2); in ih264_deblk_luma_vert_bslt4_ssse3()
981 const2 = _mm_set1_epi16(4); in ih264_deblk_luma_vert_bslt4_ssse3()
982 diff = _mm_add_epi16(diff, const2); in ih264_deblk_luma_vert_bslt4_ssse3()