Home
last modified time | relevance | path

Searched refs:ICLCoefficientTableArray (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/src/core/CL/kernels/
DCLLKTrackerKernel.h126 ICLCoefficientTableArray *coeff_table, ICLOldValArray *old_ival,
143 ICLCoefficientTableArray *coeff_table, ICLOldValArray *old_ival,
181 …or *new_input, ICLLKInternalKeypointArray *new_points_internal, ICLCoefficientTableArray *coeff_ta…
196 …or *new_input, ICLLKInternalKeypointArray *new_points_internal, ICLCoefficientTableArray *coeff_ta…
DCLLKTrackerKernel.cpp136ICLCoefficientTableArray *coeff_table, ICLOldValArray *old_ival, in configure()
144ICLCoefficientTableArray *coeff_table, ICLOldValArray *old_ival, in configure()
232 …or *new_input, ICLLKInternalKeypointArray *new_points_internal, ICLCoefficientTableArray *coeff_ta… in configure()
238 …or *new_input, ICLLKInternalKeypointArray *new_points_internal, ICLCoefficientTableArray *coeff_ta… in configure()
/external/ComputeLibrary/src/core/CL/
DCLTracePoint.cpp59 TRACE_TO_STRING(ICLCoefficientTableArray)
75 CONST_PTR_CLASS(ICLCoefficientTableArray)
/external/ComputeLibrary/arm_compute/core/CL/
DCLTypes.h109 using ICLCoefficientTableArray = ICLArray<CLCoefficientTable>; variable