Home
last modified time | relevance | path

Searched refs:src_u8 (Results 1 – 8 of 8) sorted by relevance

/external/perfetto/src/trace_processor/
Dtrace_blob.cc50 const uint8_t* src_u8 = static_cast<const uint8_t*>(src); in CopyFrom() local
51 std::copy(src_u8, src_u8 + size, blob.data_); in CopyFrom()
/external/perfetto/src/protozero/
Dmessage.cc88 const uint8_t* src_u8 = reinterpret_cast<const uint8_t*>(src); in AppendBytes() local
89 WriteToStream(src_u8, src_u8 + size); in AppendBytes()
/external/libhevc/encoder/arm/
Dihevce_itrans_recon_neon.c61 uint8x16_t src_u8; in ihevce_itrans_recon_dc_4x4_luma_neon() local
65 src_u8 = load_unaligned_u8q(pu1_pred, pred_strd); in ihevce_itrans_recon_dc_4x4_luma_neon()
67 a1 = vreinterpretq_s16_u16(vmovl_u8(vget_low_u8(src_u8))); in ihevce_itrans_recon_dc_4x4_luma_neon()
68 a2 = vreinterpretq_s16_u16(vmovl_u8(vget_high_u8(src_u8))); in ihevce_itrans_recon_dc_4x4_luma_neon()
Dihevce_sad_compute_neon.c59 const uint8x16_t src_u8 = load_unaligned_u8q(pu1_src, src_strd); in ihevce_4x4_sad_computer_neon() local
61 uint16x8_t abs = vabdl_u8(vget_low_u8(src_u8), vget_low_u8(ref_u8)); in ihevce_4x4_sad_computer_neon()
65 abs = vabal_u8(abs, vget_high_u8(src_u8), vget_high_u8(ref_u8)); in ihevce_4x4_sad_computer_neon()
Dihevce_ssd_and_sad_calculator_neon.c67 const uint8x16_t src_u8 = load_unaligned_u8q(pu1_src, src_strd); in ihevce_ssd_and_sad_calculator_neon() local
69 const uint8x8_t abs_l = vabd_u8(vget_low_u8(src_u8), vget_low_u8(ref_u8)); in ihevce_ssd_and_sad_calculator_neon()
70 const uint8x8_t abs_h = vabd_u8(vget_high_u8(src_u8), vget_high_u8(ref_u8)); in ihevce_ssd_and_sad_calculator_neon()
Dihevce_had_compute_neon.c379 uint8x16_t src_u8, pred_u8; in ihevce_HAD_4x4_8bit_plane_neon() local
393 src_u8 = load_unaligned_u8q(pu1_src, src_strd); in ihevce_HAD_4x4_8bit_plane_neon()
398 src_u8 = load_unaligned_u8qi(pu1_src, src_strd); in ihevce_HAD_4x4_8bit_plane_neon()
401 res_01 = vreinterpretq_s16_u16(vsubl_u8(vget_low_u8(src_u8), vget_low_u8(pred_u8))); in ihevce_HAD_4x4_8bit_plane_neon()
402 res_23 = vreinterpretq_s16_u16(vsubl_u8(vget_high_u8(src_u8), vget_high_u8(pred_u8))); in ihevce_HAD_4x4_8bit_plane_neon()
/external/tensorflow/tensorflow/lite/kernels/
Dcpu_backend_gemm_custom_gemv.h198 uint8x16_t src_u8 = vld1q_u8(src); in Load16AndSubtractZeroPoint() local
199 int16x8_t src_s16_0 = vreinterpretq_s16_u16(vmovl_u8(vget_low_u8(src_u8))); in Load16AndSubtractZeroPoint()
200 int16x8_t src_s16_1 = vreinterpretq_s16_u16(vmovl_u8(vget_high_u8(src_u8))); in Load16AndSubtractZeroPoint()
222 uint8x8_t src_u8 = vld1_u8(src); in Load8AndSubtractZeroPoint() local
223 int16x8_t src_s16 = vreinterpretq_s16_u16(vmovl_u8(src_u8)); in Load8AndSubtractZeroPoint()
/external/libhevc/common/arm/
Dihevc_resi_trans_neon.c233 const uint8x16_t src_u8 = load_unaligned_u8q(pu1_src, src_strd); in ihevc_resi_trans_4x4_ttype1_neon() local
237 vreinterpretq_s16_u16(vsubl_u8(vget_low_u8(src_u8), vget_low_u8(pred_u8))); in ihevc_resi_trans_4x4_ttype1_neon()
239 vreinterpretq_s16_u16(vsubl_u8(vget_high_u8(src_u8), vget_high_u8(pred_u8))); in ihevc_resi_trans_4x4_ttype1_neon()
243 uint16x8_t abs = vabdl_u8(vget_low_u8(src_u8), vget_low_u8(pred_u8)); in ihevc_resi_trans_4x4_ttype1_neon()
247 abs = vabal_u8(abs, vget_high_u8(src_u8), vget_high_u8(pred_u8)); in ihevc_resi_trans_4x4_ttype1_neon()