Searched defs:res_signed (Results 1 – 3 of 3) sorted by relevance
106 const __m128i res_signed = _mm_sub_epi16(*res_unsigned, *offset_const); in convolve_rounding() local115 const __m128i res_signed = _mm_sub_epi32(*res_unsigned, *offset_const); in highbd_convolve_rounding_sse2() local
888 const __m256i res_signed = _mm256_sub_epi16(*res_unsigned, *offset_const); in convolve_rounding() local915 const __m256i res_signed = _mm256_sub_epi32(*res_unsigned, *offset_const); in highbd_convolve_rounding() local
28 jint res_signed = (jint)checksum_fn(cursor.ptr, (int)cursor.len, res); in crc_common() local