Searched refs:v_delta (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | pyramids.cpp | 204 __m128i v_delta = _mm_set1_epi32(128); in operator ()() local 223 __m128i v_dst0 = _mm_srli_epi32(_mm_add_epi32(_mm_add_epi32(v_r00, v_r10), v_delta), 8); in operator ()() 228 __m128i v_dst1 = _mm_srli_epi32(_mm_add_epi32(_mm_add_epi32(v_r01, v_r11), v_delta), 8); in operator ()() 260 __m128i v_delta = _mm_set1_epi32(128); in operator ()() local 279 __m128i v_dst0 = _mm_srai_epi32(_mm_add_epi32(_mm_add_epi32(v_r00, v_r10), v_delta), 8); in operator ()() 284 __m128i v_dst1 = _mm_srai_epi32(_mm_add_epi32(_mm_add_epi32(v_r01, v_r11), v_delta), 8); in operator ()() 306 __m128i v_delta = _mm_set1_epi16(32), v_zero = _mm_setzero_si128(); in operator ()() local 332 …_si128((__m128i *)(dst0 + x), _mm_packus_epi16(_mm_srli_epi16(_mm_adds_epu16(v_dst00, v_delta), 6), in operator ()() 333 … _mm_srli_epi16(_mm_adds_epu16(v_dst01, v_delta), 6))); in operator ()() 334 …_si128((__m128i *)(dst1 + x), _mm_packus_epi16(_mm_srli_epi16(_mm_adds_epu16(v_dst10, v_delta), 6), in operator ()() [all …]
|
D | color.cpp | 1091 v_delta = vdupq_n_u32(1 << (yuv_shift - 1)); in RGB5x52Gray() 1099 v_delta = _mm_set1_epi32(1 << (yuv_shift - 1)); in RGB5x52Gray() 1122 v_dst0 = vshrq_n_u32(vaddq_u32(v_dst0, v_delta), yuv_shift); in operator ()() 1123 v_dst1 = vshrq_n_u32(vaddq_u32(v_dst1, v_delta), yuv_shift); in operator ()() 1148 v_dst0 = _mm_add_epi32(_mm_add_epi32(v_dst0, v_delta), in operator ()() 1153 v_dst1 = _mm_add_epi32(_mm_add_epi32(v_dst1, v_delta), in operator ()() 1186 v_dst0 = vshrq_n_u32(vaddq_u32(v_dst0, v_delta), yuv_shift); in operator ()() 1187 v_dst1 = vshrq_n_u32(vaddq_u32(v_dst1, v_delta), yuv_shift); in operator ()() 1212 v_dst0 = _mm_add_epi32(_mm_add_epi32(v_dst0, v_delta), in operator ()() 1217 v_dst1 = _mm_add_epi32(_mm_add_epi32(v_dst1, v_delta), in operator ()() [all …]
|
D | moments.cpp | 349 v_delta = _mm_set1_epi32(8), v_zero = _mm_setzero_si128(), v_x0 = v_zero, in operator ()() local 367 v_ix0 = _mm_add_epi32(v_ix0, v_delta); in operator ()() 368 v_ix1 = _mm_add_epi32(v_ix1, v_delta); in operator ()()
|
D | imgwarp.cpp | 1041 … int16x8_t v_b0 = vdupq_n_s16(beta[0]), v_b1 = vdupq_n_s16(beta[1]), v_delta = vdupq_n_s16(2); in operator ()() local 1053 v_dst0 = vshrq_n_s16(vaddq_s16(v_dst0, v_delta), 2); in operator ()() 1065 v_dst1 = vshrq_n_s16(vaddq_s16(v_dst1, v_delta), 2); in operator ()()
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_fax.cpp | 299 int v_delta = 0; in FaxG4GetRow() local 311 v_delta = 1; in FaxG4GetRow() 313 v_delta = -1; in FaxG4GetRow() 373 v_delta = 2; in FaxG4GetRow() 375 v_delta = -2; in FaxG4GetRow() 382 v_delta = 3; in FaxG4GetRow() 384 v_delta = -3; in FaxG4GetRow() 402 a1 = b1 + v_delta; in FaxG4GetRow()
|