Home
last modified time | relevance | path

Searched refs:delta_ptr (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/src/cpu/kernels/boundingboxtransform/generic/neon/
Dimpl.cpp42 …auto delta_ptr = reinterpret_cast<uint8_t *>(deltas->buffer() + deltas->info()->offset_first_eleme… in bounding_box_transform_qsymm16() local
64 …const float dx = dequantize_qasymm8(delta_ptr[delta_id], deltas_qinfo) / bbinfo.weights()[0… in bounding_box_transform_qsymm16()
65 …const float dy = dequantize_qasymm8(delta_ptr[delta_id + 1], deltas_qinfo) / bbinfo.weights… in bounding_box_transform_qsymm16()
66 …float dw = dequantize_qasymm8(delta_ptr[delta_id + 2], deltas_qinfo) / bbinfo.weights… in bounding_box_transform_qsymm16()
67 …float dh = dequantize_qasymm8(delta_ptr[delta_id + 3], deltas_qinfo) / bbinfo.weights… in bounding_box_transform_qsymm16()
100 …auto delta_ptr = reinterpret_cast<T *>(deltas->buffer() + deltas->info()->offset_first_element_in_… in bounding_box_transform() local
118 const T dx = delta_ptr[delta_id] / T(bbinfo.weights()[0]); in bounding_box_transform()
119 const T dy = delta_ptr[delta_id + 1] / T(bbinfo.weights()[1]); in bounding_box_transform()
120 T dw = delta_ptr[delta_id + 2] / T(bbinfo.weights()[2]); in bounding_box_transform()
121 T dh = delta_ptr[delta_id + 3] / T(bbinfo.weights()[3]); in bounding_box_transform()
/external/libxaac/decoder/
Dixheaacd_mps_smoothing.c280 WORD32 *delta, *one_minus_delta, *delta_ptr, *one_minus_delta_ptr; in ixheaacd_smooth_m1m2() local
293 delta = delta_ptr = ton + MAX_PARAMETER_BANDS; in ixheaacd_smooth_m1m2()
353 acc = (WORD64)((WORD64)param_r[pb] * (WORD64)(*delta_ptr) + in ixheaacd_smooth_m1m2()
361 acc = (WORD64)((WORD64)param_i[pb] * (WORD64)(*delta_ptr) + in ixheaacd_smooth_m1m2()
376 WORD32 del = delta_ptr[ps]; in ixheaacd_smooth_m1m2()
421 WORD32 del = delta_ptr[0]; in ixheaacd_smooth_m1m2()
441 WORD32 del = delta_ptr[ps]; in ixheaacd_smooth_m1m2()
477 WORD32 del = *delta_ptr; in ixheaacd_smooth_m1m2()
512 WORD32 del = delta_ptr[ps]; in ixheaacd_smooth_m1m2()
552 WORD32 del = *delta_ptr; in ixheaacd_smooth_m1m2()
[all …]