HomeSort by relevance Sort by last modified time
    Searched refs:res_b (Results 1 - 8 of 8) sorted by null

  /external/clang/test/Parser/
cxx-altivec.cpp 155 bool res_b; local
156 res_b = (vv_sc == vv_sc);
157 res_b = (vv_uc != vv_uc);
158 res_b = (vv_s > vv_s);
159 res_b = (vv_us >= vv_us);
160 res_b = (vv_i < vv_i);
161 res_b = (vv_ui <= vv_ui);
162 res_b = (vv_f <= vv_f);
  /external/libaom/libaom/aom_dsp/x86/
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); \
highbd_convolve_avx2.c 219 const __m256i res_b = convolve(s + 4, coeffs_y); local
221 _mm256_add_epi32(res_b, round_const_bits), round_shift_bits);
1173 const __m256i res_b = convolve_4tap(s + 2, ff); local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/css/drivers/scmi/
scmi_private.h 129 uint64_t res_b; /* Reserved */ member in struct:mailbox_mem
  /external/libaom/libaom/av1/common/x86/
convolve_2d_avx2.c 141 __m256i res_b = convolve_4tap(s + 3, coeffs_v + 1); local
146 res_b =
147 _mm256_sra_epi32(_mm256_add_epi32(res_b, sum_round_v), sum_shift_v);
152 _mm256_add_epi32(res_b, round_const_v), round_shift_v);
highbd_convolve_2d_avx2.c 142 const __m256i res_b = convolve(s + 4, coeffs_y); local
144 _mm256_add_epi32(res_b, round_const_y), round_shift_y);
highbd_jnt_convolve_avx2.c 401 const __m256i res_b = convolve(s + 4, coeffs_y); local
403 _mm256_add_epi32(res_b, round_const_y), round_shift_y);
795 const __m256i res_b = convolve(s + 4, coeffs_y); local
    [all...]
jnt_convolve_avx2.c 714 const __m256i res_b = convolve_4tap(s + 3, coeffs_y + 1); local
716 _mm256_add_epi32(res_b, round_const_v), round_shift_v);
    [all...]

Completed in 375 milliseconds