Searched refs:curb (Results 1 – 5 of 5) sorted by relevance
21 * to curb naming creativity and achieve consistency.
31 * to curb naming creativity and achieve consistency.
3350 __m128i curb = _mm_add_epi16(curs, bias); in stbi__resample_row_hv_2_simd() local3351 __m128i even = _mm_add_epi16(prvd, curb); in stbi__resample_row_hv_2_simd()3352 __m128i odd = _mm_add_epi16(nxtd, curb); in stbi__resample_row_hv_2_simd()