Home
last modified time | relevance | path

Searched refs:from_right (Results 1 – 3 of 3) sorted by relevance

/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
Dframe_buffer_utils.h48 float from_left, float from_top, float from_right, float from_bottom,
Dframe_buffer_utils.cc202 float from_left, float from_top, float from_right, float from_bottom, in OrientAndDenormalizeBoundingBox() argument
209 from_box.set_width(round(abs(from_right - from_left) * from_dimension.width)); in OrientAndDenormalizeBoundingBox()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1054 struct qreg from_right = qir_ROT_MUL(c, src, 15); in ntq_fddx() local
1061 qir_FSUB(c, from_right, src), in ntq_fddx()