Searched refs:from_left (Results 1 – 5 of 5) sorted by relevance
/external/libgav1/libgav1/src/dsp/arm/ |
D | obmc_neon.cc | 50 template <bool from_left> 63 if (from_left) { in OverlapBlend2xH_NEON() 75 if (!from_left) { in OverlapBlend2xH_NEON()
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/ |
D | frame_buffer_utils.cc | 202 float from_left, float from_top, float from_right, float from_bottom, in OrientAndDenormalizeBoundingBox() argument 207 from_box.set_origin_x(from_left * from_dimension.width); in OrientAndDenormalizeBoundingBox() 209 from_box.set_width(round(abs(from_right - from_left) * from_dimension.width)); in OrientAndDenormalizeBoundingBox()
|
D | frame_buffer_utils.h | 48 float from_left, float from_top, float from_right, float from_bottom,
|
/external/eigen/unsupported/Eigen/CXX11/src/util/ |
D | CXX11Meta.h | 138 bool from_left, // false 152 bool from_left, 159 …constexpr static typename h_apply_op_helper<from_left, op, additional_param, values...>::type help… 160 { return typename h_apply_op_helper<from_left, op, additional_param, values...>::type(); }
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 1053 struct qreg from_left = qir_ROT_MUL(c, src, 1); in ntq_fddx() local 1062 qir_FSUB(c, src, from_left))); in ntq_fddx()
|