Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/perception/
Ddense_image_warp.cc59 int floor_x = in DenseImageWarp() local
65 std::min(std::max(0.0f, querry_point_x - floor_x), 1.0f); in DenseImageWarp()
69 input_data[Offset(input_shape, batch, floor_y, floor_x, c)]; in DenseImageWarp()
71 input_data[Offset(input_shape, batch, floor_y, floor_x + 1, c)]; in DenseImageWarp()
73 input_data[Offset(input_shape, batch, floor_y + 1, floor_x, c)]; in DenseImageWarp()
75 floor_y + 1, floor_x + 1, c)]; in DenseImageWarp()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c301 LLVMValueRef floor_x; in exp_emit() local
304 floor_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_FLR, in exp_emit()
309 TGSI_OPCODE_EX2, floor_x); in exp_emit()
313 lp_build_sub(&bld_base->base, emit_data->args[0] /* src0.x */, floor_x); in exp_emit()