Searched refs:vec_width_log2 (Results 1 – 1 of 1) sorted by relevance
847 const size_t vec_width_log2 = 4; in hor_sad_sse41_arbitrary() local861 outside_vecs = left >> vec_width_log2; in hor_sad_sse41_arbitrary()862 inside_vecs = (( width + vecwid_bitmask) >> vec_width_log2) - outside_vecs; in hor_sad_sse41_arbitrary()872 inside_vecs = ((width - right) + vecwid_bitmask) >> vec_width_log2; in hor_sad_sse41_arbitrary()873 outside_vecs = (( width + vecwid_bitmask) >> vec_width_log2) - inside_vecs; in hor_sad_sse41_arbitrary()916 __m128i startoffs = _mm_set1_epi8 ((x + inside_vecs) << vec_width_log2); in hor_sad_sse41_arbitrary()967 uint8_t startoff = (x << vec_width_log2) + a_off; in hor_sad_sse41_arbitrary()1000 __m128i startoffs = _mm_set1_epi8 ((x + inside_vecs) << vec_width_log2); in hor_sad_sse41_arbitrary()1023 uint8_t startoff = (x << vec_width_log2) + a_off; in hor_sad_sse41_arbitrary()