Searched refs:out_hi (Results 1 – 5 of 5) sorted by relevance
/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 128 out_hi.val[0] = vrshrn_n_s64(sum_hi.val[0], DCT_CONST_BITS); in highbd_add_dct_const_round_shift_low_8() 129 out_hi.val[1] = vrshrn_n_s64(sum_hi.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 141 out_hi.val[0] = vrshrn_n_s64(sub_hi.val[0], DCT_CONST_BITS); in highbd_sub_dct_const_round_shift_low_8() 142 out_hi.val[1] = vrshrn_n_s64(sub_hi.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 | 75 const int32x2_t out_hi = vrshrn_n_s64(sum_hi, 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() 84 const int32x2_t out_hi = vrshrn_n_s64(sub_hi, 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 | 65 const uint8x8_t out_hi = vrshrn_n_u16(d, 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/u-boot/drivers/pci/ |
D | fsl_pci_init.c | 319 u64 out_hi = 0, out_lo = -1ULL; in fsl_pci_init() local 355 out_hi = max(end, out_hi); in fsl_pci_init() 360 debug("Outbound memory range: %llx:%llx\n", out_lo, out_hi); in fsl_pci_init() 367 if (out_hi < (0x100000000ull - pcicsrbar_sz) || in fsl_pci_init()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | subpel_variance_neon.c | 90 const uint8x8_t out_hi = vrshrn_n_u16(d, 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()
|