Searched refs:bbx (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/ |
D | BoundingBox.java | 48 public float intersect(BoundingBox bbx) { in intersect() argument 49 return Math.max(0, Math.min(x2, bbx.x2) - Math.max(x1, bbx.x1)) in intersect() 50 * Math.max(0, Math.min(y2, bbx.y2) - Math.max(y1, bbx.y1)); in intersect() 54 public float union(BoundingBox bbx) { in union() argument 55 return bbx.getArea() + this.getArea() - this.intersect(bbx); in union() 65 public float computeIoU(BoundingBox bbx) { in computeIoU() argument 66 return (float) (this.intersect(bbx) * 1.0 / this.union(bbx)); in computeIoU()
|
/external/freetype/src/bdf/ |
D | bdflib.c | 1563 if ( p->row >= (unsigned long)glyph->bbx.height ) in _bdf_parse_glyphs() 1599 mask_index = ( glyph->bbx.width * p->font->bpp ) & 7; in _bdf_parse_glyphs() 1600 if ( glyph->bbx.width ) in _bdf_parse_glyphs() 1661 glyph->bbx.width = _bdf_atous( p->list.field[1] ); in _bdf_parse_glyphs() 1662 glyph->bbx.height = _bdf_atous( p->list.field[2] ); in _bdf_parse_glyphs() 1663 glyph->bbx.x_offset = _bdf_atos( p->list.field[3] ); in _bdf_parse_glyphs() 1664 glyph->bbx.y_offset = _bdf_atos( p->list.field[4] ); in _bdf_parse_glyphs() 1667 glyph->bbx.ascent = (short)( glyph->bbx.height + glyph->bbx.y_offset ); in _bdf_parse_glyphs() 1668 glyph->bbx.descent = (short)( -glyph->bbx.y_offset ); in _bdf_parse_glyphs() 1672 p->maxas = (short)FT_MAX( glyph->bbx.ascent, p->maxas ); in _bdf_parse_glyphs() [all …]
|
D | bdfdrivr.c | 740 size->metrics.max_advance = bdffont->bbx.width * 64; in BDF_Size_Select() 825 bitmap->rows = glyph.bbx.height; in BDF_Glyph_Load() 826 bitmap->width = glyph.bbx.width; in BDF_Glyph_Load() 854 slot->bitmap_left = glyph.bbx.x_offset; in BDF_Glyph_Load() 855 slot->bitmap_top = glyph.bbx.ascent; in BDF_Glyph_Load() 858 slot->metrics.horiBearingX = (FT_Pos)( glyph.bbx.x_offset * 64 ); in BDF_Glyph_Load() 859 slot->metrics.horiBearingY = (FT_Pos)( glyph.bbx.ascent * 64 ); in BDF_Glyph_Load() 868 bdf->bdffont->bbx.height * 64 ); in BDF_Glyph_Load()
|
D | bdf.h | 153 bdf_bbx_t bbx; /* Glyph bounding box. */ member 164 bdf_bbx_t bbx; /* Font bounding box. */ member
|
/external/libvpx/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/ |
D | BVH.pde | 32 void add(BoundingBox bbx) { 33 min_x = min(min_x, bbx.min_x); 34 min_y = min(min_y, bbx.min_y); 35 min_z = min(min_z, bbx.min_z); 37 max_x = max(max_x, bbx.max_x); 38 max_y = max(max_y, bbx.max_y); 39 max_z = max(max_z, bbx.max_z); 116 overall_bbx.add(t.bbx); 117 axis_values[i] = t.bbx.getCenterAxisValue(axis); 134 if (t.bbx.getCenterAxisValue(axis) < pivot) { [all …]
|
D | Ray_Tracing.pde | 7 BoundingBox bbx; 15 bbx = new BoundingBox(); 16 bbx.create(this);
|
/external/llvm/test/CodeGen/X86/ |
D | tail-opts.ll | 310 br i1 %0, label %bbx, label %bby 321 bbx: 348 br i1 %0, label %bbx, label %bby 360 bbx: 386 br i1 %0, label %bbx, label %bby 398 bbx: 424 br i1 %0, label %bbx, label %bby 436 bbx:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | tail-opts.ll | 311 br i1 %0, label %bbx, label %bby 322 bbx: 349 br i1 %0, label %bbx, label %bby 361 bbx: 387 br i1 %0, label %bbx, label %bby 399 bbx: 425 br i1 %0, label %bbx, label %bby 437 bbx:
|
/external/clang/test/SemaCXX/ |
D | cxx0x-deleted-default-ctor.cpp | 82 bad_base_dtor bbx; // expected-error {{call to implicitly-deleted default constructor}} variable
|
/external/pcre/dist2/testdata/ |
D | testoutput6 | 4043 bbx 4044 0: bbx
|
D | testoutput1 | 3534 bbx 3535 0: bbx
|
D | testinput6 | 2647 bbx
|
D | testinput1 | 2280 bbx
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | iso-639-3_Name_Index.tab | 573 bbx Bubia Bubia
|
D | iso-639-3.tab | 557 bbx I L Bubia
|
D | language-subtag-registry | 4075 Subtag: bbx
|