Searched refs:tmp_b (Results 1 – 6 of 6) sorted by relevance
/external/libhevc/encoder/arm/ |
D | ihevce_sad_compute_neon.c | 77 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 …]
|
D | ihevce_ssd_and_sad_calculator_neon.c | 98 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 …]
|
D | ihevce_coarse_layer_sad_neon.c | 213 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/u-boot/arch/arm/mach-keystone/ |
D | ddr3.c | 385 unsigned int tmp_b; in ddr3_err_reset_workaround() local 393 tmp_b = __raw_readl(KS2_DDR3B_DDRPHYC + KS2_DDRPHY_PGSR0_OFFSET); in ddr3_err_reset_workaround() 395 if (((tmp_a & 0x0FE00000) != 0) || ((tmp_b & 0x0FE00000) != 0)) { in ddr3_err_reset_workaround() 398 printf("DDR3B PGSR0 = 0x%x\n", tmp_b); in ddr3_err_reset_workaround() 422 tmp_b = __raw_readl(KS2_PSC_BASE + in ddr3_err_reset_workaround() 424 tmp_b = PSC_REG_MDCTL_SET_RESET_ISO(tmp_b, 0); in ddr3_err_reset_workaround() 425 __raw_writel(tmp_b, KS2_PSC_BASE + in ddr3_err_reset_workaround()
|
/external/sqlite/android/ |
D | PhoneNumberUtils.cpp | 300 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/ |
D | ihevc_resi_trans_neon.c | 404 int64x2_t tmp_b; in ihevc_resi_trans_8x8_neon() local 443 tmp_b = vpaddlq_s32(tmp_a); in ihevc_resi_trans_8x8_neon() 444 sad_v = vadd_s32(vreinterpret_s32_s64(vget_low_s64(tmp_b)), in ihevc_resi_trans_8x8_neon() 445 vreinterpret_s32_s64(vget_high_s64(tmp_b))); in ihevc_resi_trans_8x8_neon() 1289 int32x4_t tmp_a, tmp_b; in ihevc_resi_trans_16x16_neon() local 1311 tmp_b = diff(temp0, temp1, temp2); in ihevc_resi_trans_16x16_neon() 1315 tmp_a = vaddq_s32(tmp_a, tmp_b); in ihevc_resi_trans_16x16_neon()
|