Searched refs:res_b (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/Parser/ |
D | cxx-altivec.cpp | 155 bool res_b; in func() local 156 res_b = (vv_sc == vv_sc); in func() 157 res_b = (vv_uc != vv_uc); in func() 158 res_b = (vv_s > vv_s); in func() 159 res_b = (vv_us >= vv_us); in func() 160 res_b = (vv_i < vv_i); in func() 161 res_b = (vv_ui <= vv_ui); in func() 162 res_b = (vv_f <= vv_f); in func()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | convolve_avx2.h | 89 __m256i res_b = convolve(s + 4, coeffs_v); \ 93 res_b = \ 94 _mm256_sra_epi32(_mm256_add_epi32(res_b, sum_round_v), sum_shift_v); \ 99 _mm256_add_epi32(res_b, round_const_v), round_shift_v); \ 175 const __m256i res_b = convolve(s + 4, coeffs_y); \ 177 _mm256_add_epi32(res_b, round_const_v), round_shift_v); \
|
D | highbd_convolve_avx2.c | 219 const __m256i res_b = convolve(s + 4, coeffs_y); in av1_highbd_convolve_y_sr_avx2() local 221 _mm256_add_epi32(res_b, round_const_bits), round_shift_bits); in av1_highbd_convolve_y_sr_avx2() 1173 const __m256i res_b = convolve_4tap(s + 2, ff); in aom_highbd_filter_block1d8_v4_avx2() local 1175 _mm256_add_epi32(res_b, round_const_bits), round_shift_bits); in aom_highbd_filter_block1d8_v4_avx2()
|
/external/libaom/libaom/av1/common/x86/ |
D | convolve_2d_avx2.c | 141 __m256i res_b = convolve_4tap(s + 3, coeffs_v + 1); in av1_convolve_2d_sr_avx2() local 146 res_b = in av1_convolve_2d_sr_avx2() 147 _mm256_sra_epi32(_mm256_add_epi32(res_b, sum_round_v), sum_shift_v); in av1_convolve_2d_sr_avx2() 152 _mm256_add_epi32(res_b, round_const_v), round_shift_v); in av1_convolve_2d_sr_avx2()
|
D | highbd_convolve_2d_avx2.c | 142 const __m256i res_b = convolve(s + 4, coeffs_y); in av1_highbd_convolve_2d_sr_avx2() local 144 _mm256_add_epi32(res_b, round_const_y), round_shift_y); in av1_highbd_convolve_2d_sr_avx2()
|
D | highbd_jnt_convolve_avx2.c | 401 const __m256i res_b = convolve(s + 4, coeffs_y); in av1_highbd_dist_wtd_convolve_2d_avx2() local 403 _mm256_add_epi32(res_b, round_const_y), round_shift_y); in av1_highbd_dist_wtd_convolve_2d_avx2() 795 const __m256i res_b = convolve(s + 4, coeffs_y); in av1_highbd_dist_wtd_convolve_y_avx2() local 796 __m256i res_b_round = _mm256_sll_epi32(res_b, round_shift_bits); in av1_highbd_dist_wtd_convolve_y_avx2()
|
D | jnt_convolve_avx2.c | 714 const __m256i res_b = convolve_4tap(s + 3, coeffs_y + 1); in av1_dist_wtd_convolve_2d_avx2() local 716 _mm256_add_epi32(res_b, round_const_v), round_shift_v); in av1_dist_wtd_convolve_2d_avx2()
|