Searched refs:temp_min1_16x8b (Results 1 - 1 of 1) sorted by relevance

/external/libhevc/common/x86/
H A Dihevc_deblk_ssse3_intr.c251 __m128i temp_max0_16x8b, temp_max1_16x8b, temp_min0_16x8b, temp_min1_16x8b; local
323 temp_min1_16x8b = _mm_subs_epu8(src_row1_8x16b, const2tc_8x16b);
377 src_row1_8x16b = _mm_max_epu8(src_row1_8x16b, temp_min1_16x8b);

Completed in 35 milliseconds