Home
last modified time | relevance | path

Searched refs:tile_bits (Results 1 – 13 of 13) sorted by relevance

/external/libgav1/libgav1/src/
Dobu_parser.cc1738 const int tile_bits = in ParseTileInfoSyntax() local
1740 if (tile_bits != 0) { in ParseTileInfoSyntax()
1741 OBU_READ_LITERAL_OR_FAIL(tile_bits); in ParseTileInfoSyntax()
2556 const int tile_bits = in ParseTileGroup() local
2558 if (tile_bits == 0) { in ParseTileGroup()
2580 OBU_READ_LITERAL_OR_FAIL(tile_bits); in ParseTileGroup()
2582 OBU_READ_LITERAL_OR_FAIL(tile_bits); in ParseTileGroup()
/external/libaom/libaom/av1/decoder/
Dobu.c310 int tile_bits = tiles->log2_rows + tiles->log2_cols; in read_tile_group_header() local
311 *start_tile = aom_rb_read_literal(rb, tile_bits); in read_tile_group_header()
312 *end_tile = aom_rb_read_literal(rb, tile_bits); in read_tile_group_header()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common_context.h201 GLuint tile_bits; /* hw texture tile bits used on this texture */ member
Dradeon_texstate.c594 t->tile_bits = 0; in radeonSetTexBuffer2()
952 t->tile_bits = 0; in setup_hardware_state()
Dradeon_texture.c690 t->tile_bits); in radeon_miptree_create_for_teximage()
Dradeon_mipmap_tree.c377 texImg->Depth, t->tile_bits); in radeon_try_alloc_miptree()
Dradeon_state_init.c491 get_base_teximage_offset(t) | t->tile_bits, in tex_emit_cs()
496 OUT_BATCH_RELOC(t->bo, t->tile_bits, in tex_emit_cs()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common_context.h201 GLuint tile_bits; /* hw texture tile bits used on this texture */ member
Dradeon_texture.c690 t->tile_bits); in radeon_miptree_create_for_teximage()
Dradeon_mipmap_tree.c377 texImg->Depth, t->tile_bits); in radeon_try_alloc_miptree()
Dr200_texstate.c687 t->tile_bits = 0; in r200SetTexBuffer2()
1353 t->tile_bits = 0; in setup_hardware_state()
Dr200_state_init.c584 OUT_BATCH_RELOC(t->mt->bo, t->tile_bits, in tex_emit_mm()
588 OUT_BATCH_RELOC(t->bo, t->tile_bits, in tex_emit_mm()
/external/ImageMagick/MagickCore/
Dwidget.c2809 tile_bits[]= in XCommandWidget() local
3173 (char *) tile_bits,tile_width,tile_height,1L,0L,1); in XCommandWidget()