HomeSort by relevance Sort by last modified time
    Searched refs:y_2_16x8b (Results 1 - 2 of 2) sorted by null

  /external/libavc/common/x86/
ih264_weighted_pred_sse42.c 388 __m128i y_0_16x8b, y_1_16x8b, y_2_16x8b, y_3_16x8b; local
410 y_2_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + (src_strd << 1)));
414 y_2_16x8b = _mm_unpacklo_epi32(y_2_16x8b, y_3_16x8b);
417 y_2_8x16b = _mm_cvtepu8_epi16(y_2_16x8b);
433 y_2_16x8b = _mm_srli_si128(y_0_16x8b, 8);
438 *((WORD32 *)(pu1_dst + (dst_strd << 1))) = _mm_cvtsi128_si32(y_2_16x8b);
455 y_2_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + (src_strd << 1)));
460 y_2_8x16b = _mm_cvtepu8_epi16(y_2_16x8b);
484 y_2_16x8b = _mm_packus_epi16(y_2_8x16b, y_3_8x16b)
705 __m128i y_2_16x8b, y_3_16x8b; local
    [all...]
ih264_inter_pred_filters_ssse3.c 99 __m128i y_0_16x8b, y_1_16x8b, y_2_16x8b, y_3_16x8b; local
133 y_2_16x8b = _mm_loadl_epi64((__m128i *)(pu1_src + src_strd2));
138 _mm_storel_epi64((__m128i *)(pu1_dst + dst_strd2), y_2_16x8b);
167 y_2_16x8b = _mm_loadu_si128((__m128i *)(pu1_src + src_strd2));
176 _mm_storeu_si128((__m128i *)(pu1_dst + dst_strd2), y_2_16x8b);
    [all...]

Completed in 70 milliseconds