Home
last modified time | relevance | path

Searched refs:_mm_maskmoveu_si128 (Results 1 – 4 of 4) sorted by relevance

/external/libavc/encoder/x86/
Dih264e_intra_modes_eval_ssse3.c771 _mm_maskmoveu_si128(pred0_16x8b, mask_low_32b, (char*)pu1_dst); in ih264e_evaluate_intra_4x4_modes_ssse3()
773 _mm_maskmoveu_si128(pred0_16x8b, mask_low_32b, (char*)(pu1_dst + dst_strd)); in ih264e_evaluate_intra_4x4_modes_ssse3()
775 _mm_maskmoveu_si128(pred0_16x8b, mask_low_32b, (char*)(pu1_dst + dst_strd2)); in ih264e_evaluate_intra_4x4_modes_ssse3()
777 _mm_maskmoveu_si128(pred0_16x8b, mask_low_32b, (char*)(pu1_dst + dst_strd3)); in ih264e_evaluate_intra_4x4_modes_ssse3()
/external/clang/test/CodeGen/
Dsse2-builtins.c721 _mm_maskmoveu_si128(A, B, C); in test_mm_maskmoveu_si128()
/external/clang/lib/Headers/
Demmintrin.h2204 _mm_maskmoveu_si128(__m128i __d, __m128i __n, char *__p) in _mm_maskmoveu_si128() function
/external/libhevc/common/x86/
Dihevc_inter_pred_filters_ssse3_intr.c3558_mm_maskmoveu_si128(s3, mask_4x32b, (char *)(pu1_dst + offset)); /* pu1_dst[col] = pu1_src[col]; */ in ihevc_inter_pred_chroma_copy_ssse3()
3564_mm_maskmoveu_si128(s3, mask_4x32b, (char *)(pu1_dst + dst_strd + offset)); /* pu1_dst[col] = pu1_… in ihevc_inter_pred_chroma_copy_ssse3()