Searched refs:out_lo (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/drivers/pci/ |
D | fsl_pci_init.c | 84 u64 out_lo, u8 pcie_cap, in fsl_pci_setup_inbound_windows() argument 95 if (bus_start > out_lo) { in fsl_pci_setup_inbound_windows() 101 if ((bus_start + sz) > out_lo) { in fsl_pci_setup_inbound_windows() 102 sz = out_lo - bus_start; in fsl_pci_setup_inbound_windows() 319 u64 out_hi = 0, out_lo = -1ULL; in fsl_pci_init() local 354 out_lo = min(start, out_lo); in fsl_pci_init() 360 debug("Outbound memory range: %llx:%llx\n", out_lo, out_hi); in fsl_pci_init() 368 (out_lo > 0x100000000ull)) in fsl_pci_init() 371 pcicsrbar = (out_lo - pcicsrbar_sz) & -pcicsrbar_sz; in fsl_pci_init() 374 out_lo = min(out_lo, (u64)pcicsrbar); in fsl_pci_init() [all …]
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_highbd_iht16x16_add_neon.c | 124 int32x2x2_t out_lo, out_hi; in highbd_add_dct_const_round_shift_low_8() local 126 out_lo.val[0] = vrshrn_n_s64(sum_lo.val[0], DCT_CONST_BITS); in highbd_add_dct_const_round_shift_low_8() 127 out_lo.val[1] = vrshrn_n_s64(sum_lo.val[1], DCT_CONST_BITS); in highbd_add_dct_const_round_shift_low_8() 130 return vcombine_s32_dual(out_lo, out_hi); in highbd_add_dct_const_round_shift_low_8() 137 int32x2x2_t out_lo, out_hi; in highbd_sub_dct_const_round_shift_low_8() local 139 out_lo.val[0] = vrshrn_n_s64(sub_lo.val[0], DCT_CONST_BITS); in highbd_sub_dct_const_round_shift_low_8() 140 out_lo.val[1] = vrshrn_n_s64(sub_lo.val[1], DCT_CONST_BITS); in highbd_sub_dct_const_round_shift_low_8() 143 return vcombine_s32_dual(out_lo, out_hi); in highbd_sub_dct_const_round_shift_low_8()
|
D | vp9_highbd_iht8x8_add_neon.c | 74 const int32x2_t out_lo = vrshrn_n_s64(sum_lo, DCT_CONST_BITS); in highbd_add_dct_const_round_shift_low_8() local 76 return vcombine_s32(out_lo, out_hi); in highbd_add_dct_const_round_shift_low_8() 83 const int32x2_t out_lo = vrshrn_n_s64(sub_lo, DCT_CONST_BITS); in highbd_sub_dct_const_round_shift_low_8() local 85 return vcombine_s32(out_lo, out_hi); in highbd_sub_dct_const_round_shift_low_8()
|
/external/libaom/libaom/aom_dsp/arm/ |
D | subpel_variance_neon.c | 62 const uint8x8_t out_lo = vrshrn_n_u16(b, FILTER_BITS); in var_filter_block2d_bil_w16() local 66 vst1q_u8(&output_ptr[j], vcombine_u8(out_lo, out_hi)); in var_filter_block2d_bil_w16()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | subpel_variance_neon.c | 87 const uint8x8_t out_lo = vrshrn_n_u16(b, FILTER_BITS); in var_filter_block2d_bil_w16() local 91 vst1q_u8(output_ptr + j, vcombine_u8(out_lo, out_hi)); in var_filter_block2d_bil_w16()
|