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

  /external/libhevc/common/x86/
ihevc_chroma_intra_pred_filters_sse42_intr.c 184 __m128i res_temp_8x16b, row_8x16b, res_temp1_8x16b, res_temp2_8x16b; local
192 row_8x16b = _mm_set1_epi16((nt - 1 - row));
215 res_temp1_8x16b = _mm_mullo_epi16(src_temp_8x16b, row_8x16b);
ihevc_chroma_intra_pred_filters_ssse3_intr.c 203 __m128i res_temp_8x16b, row_8x16b, res_temp1_8x16b, res_temp2_8x16b; local
211 row_8x16b = _mm_set1_epi16((nt - 1 - row));
235 res_temp1_8x16b = _mm_mullo_epi16(src_temp_8x16b, row_8x16b);
    [all...]
ihevc_intra_pred_filters_ssse3_intr.c 961 __m128i res_temp_8x16b, row_8x16b, res_temp1_8x16b, res_temp2_8x16b; local
    [all...]

Completed in 104 milliseconds