Searched refs:tile_bits (Results 1 – 13 of 13) sorted by relevance
/external/libgav1/libgav1/src/ |
D | obu_parser.cc | 1738 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/ |
D | obu.c | 310 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/ |
D | radeon_common_context.h | 201 GLuint tile_bits; /* hw texture tile bits used on this texture */ member
|
D | radeon_texstate.c | 594 t->tile_bits = 0; in radeonSetTexBuffer2() 952 t->tile_bits = 0; in setup_hardware_state()
|
D | radeon_texture.c | 690 t->tile_bits); in radeon_miptree_create_for_teximage()
|
D | radeon_mipmap_tree.c | 377 texImg->Depth, t->tile_bits); in radeon_try_alloc_miptree()
|
D | radeon_state_init.c | 491 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/ |
D | radeon_common_context.h | 201 GLuint tile_bits; /* hw texture tile bits used on this texture */ member
|
D | radeon_texture.c | 690 t->tile_bits); in radeon_miptree_create_for_teximage()
|
D | radeon_mipmap_tree.c | 377 texImg->Depth, t->tile_bits); in radeon_try_alloc_miptree()
|
D | r200_texstate.c | 687 t->tile_bits = 0; in r200SetTexBuffer2() 1353 t->tile_bits = 0; in setup_hardware_state()
|
D | r200_state_init.c | 584 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/ |
D | widget.c | 2809 tile_bits[]= in XCommandWidget() local 3173 (char *) tile_bits,tile_width,tile_height,1L,0L,1); in XCommandWidget()
|