Home
last modified time | relevance | path

Searched refs:tmp_b (Results 1 – 7 of 7) sorted by relevance

/external/libhevc/encoder/arm/
Dihevce_sad_compute_neon.c77 uint64x2_t tmp_b; in ihevce_8xn_sad_computer_neon() local
93 tmp_b = vpaddlq_u32(tmp_a); in ihevce_8xn_sad_computer_neon()
95 vreinterpret_u32_u64(vget_low_u64(tmp_b)), vreinterpret_u32_u64(vget_high_u64(tmp_b))); in ihevce_8xn_sad_computer_neon()
105 uint64x2_t tmp_b; in ihevce_16xn_sad_computer_neon() local
123 tmp_b = vpaddlq_u32(tmp_a); in ihevce_16xn_sad_computer_neon()
125 vreinterpret_u32_u64(vget_low_u64(tmp_b)), vreinterpret_u32_u64(vget_high_u64(tmp_b))); in ihevce_16xn_sad_computer_neon()
135 uint64x2_t tmp_b; in ihevce_32xn_sad_computer_neon() local
157 tmp_b = vpaddlq_u32(tmp_a); in ihevce_32xn_sad_computer_neon()
159 vreinterpret_u32_u64(vget_low_u64(tmp_b)), vreinterpret_u32_u64(vget_high_u64(tmp_b))); in ihevce_32xn_sad_computer_neon()
169 uint64x2_t tmp_b; in ihevce_64xn_sad_computer_neon() local
[all …]
Dihevce_ssd_and_sad_calculator_neon.c98 uint64x2_t tmp_b; in ihevce_ssd_and_sad_calculator_neon() local
115 tmp_b = vpaddlq_u32(tmp_a); in ihevce_ssd_and_sad_calculator_neon()
117 vreinterpret_u32_u64(vget_low_u64(tmp_b)), vreinterpret_u32_u64(vget_high_u64(tmp_b))); in ihevce_ssd_and_sad_calculator_neon()
132 uint64x2_t tmp_b; in ihevce_ssd_and_sad_calculator_neon() local
160 tmp_b = vpaddlq_u32(tmp_a); in ihevce_ssd_and_sad_calculator_neon()
162 vreinterpret_u32_u64(vget_low_u64(tmp_b)), vreinterpret_u32_u64(vget_high_u64(tmp_b))); in ihevce_ssd_and_sad_calculator_neon()
179 uint64x2_t tmp_b; in ihevce_ssd_and_sad_calculator_neon() local
219 tmp_b = vpaddlq_u32(tmp_a); in ihevce_ssd_and_sad_calculator_neon()
221 vreinterpret_u32_u64(vget_low_u64(tmp_b)), vreinterpret_u32_u64(vget_high_u64(tmp_b))); in ihevce_ssd_and_sad_calculator_neon()
238 uint64x2_t tmp_b; in ihevce_ssd_and_sad_calculator_neon() local
[all …]
Dihevce_coarse_layer_sad_neon.c213 uint32x2_t tmp_b; in hme_store_4x4_sads_high_speed_neon() local
223 tmp_b = vpaddl_u16(tmp_a); in hme_store_4x4_sads_high_speed_neon()
224 pu2_sad[0] = vget_lane_u32(tmp_b, 0); in hme_store_4x4_sads_high_speed_neon()
225 pu2_sad[1] = vget_lane_u32(tmp_b, 1); in hme_store_4x4_sads_high_speed_neon()
374 uint16x4_t tmp_a, tmp_b; in hme_store_4x4_sads_high_quality_neon() local
386 tmp_b = vpadd_u16(vget_low_u16(abs_b_01), vget_high_u16(abs_b_01)); in hme_store_4x4_sads_high_quality_neon()
387 tmp_a = vpadd_u16(tmp_a, tmp_b); in hme_store_4x4_sads_high_quality_neon()
/external/sqlite/android/
DPhoneNumberUtils.cpp300 const char* tmp_b = NULL; in phone_number_compare_inter() local
305 int ccc_b = tryGetCountryCallingCode(b, len_b, &tmp_b, &tmp_len_b, accept_thailand_case); in phone_number_compare_inter()
329 tryGetTrunkPrefixOmittedStr(b, len_b, &tmp_b, &tmp_len_b); in phone_number_compare_inter()
338 if (tmp_b != NULL) { in phone_number_compare_inter()
339 b = tmp_b; in phone_number_compare_inter()
/external/libhevc/common/arm/
Dihevc_resi_trans_neon.c408 int64x2_t tmp_b; in ihevc_resi_trans_8x8_neon() local
432 tmp_b = vpaddlq_s32(tmp_a); in ihevc_resi_trans_8x8_neon()
433 sad_v = vadd_s32(vreinterpret_s32_s64(vget_low_s64(tmp_b)), in ihevc_resi_trans_8x8_neon()
434 vreinterpret_s32_s64(vget_high_s64(tmp_b))); in ihevc_resi_trans_8x8_neon()
1281 int32x4_t tmp_a, tmp_b; in ihevc_resi_trans_16x16_neon() local
1301 tmp_b = diff(temp0, temp1, temp2); in ihevc_resi_trans_16x16_neon()
1305 tmp_a = vaddq_s32(tmp_a, tmp_b); in ihevc_resi_trans_16x16_neon()
/external/ComputeLibrary/tests/validation/reference/
DGEMMLowp.cpp218 … const T_out tmp_b = b_offset + static_cast<T_out>(b[base_addr_b + j + k * N]); in gemmlowp_matrix_multiply_core() local
219 const T_out mult_as_int = tmp_a * tmp_b; in gemmlowp_matrix_multiply_core()
/external/usrsctp/usrsctplib/netinet/
Dsctp_pcb.c97 struct in6_addr tmp_a, tmp_b; local
107 tmp_b = b->sin6_addr;
109 if (in6_embedscope(&tmp_b, b, NULL, NULL) != 0) {
111 if (in6_embedscope(&tmp_b, b, NULL, NULL, NULL) != 0) {
115 return (IN6_ARE_ADDR_EQUAL(&tmp_a, &tmp_b));
117 struct sockaddr_in6 tmp_a, tmp_b;
123 memcpy(&tmp_b, b, sizeof(struct sockaddr_in6));
124 if (sa6_embedscope(&tmp_b, MODULE_GLOBAL(ip6_use_defzone)) != 0) {
127 return (IN6_ARE_ADDR_EQUAL(&tmp_a.sin6_addr, &tmp_b.sin6_addr));
129 struct in6_addr tmp_a, tmp_b;
[all …]