Searched refs:tile_size_bytes (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/decoder/ |
D | decoder.h | 205 int tile_size_bytes; member
|
D | decodeframe.c | 2615 pbi->tile_size_bytes = aom_rb_read_literal(rb, 2) + 1; in read_tile_info() 2632 pbi->tile_size_bytes = aom_rb_read_literal(rb, 2) + 1; in read_ext_tile_info() 2654 int tile_size_bytes, int col, int row, int tile_copy_mode) { in get_ls_tile_buffer() argument 2660 if (!read_is_valid(*data, tile_size_bytes, data_end)) in get_ls_tile_buffer() 2663 size = mem_get_varsize(*data, tile_size_bytes); in get_ls_tile_buffer() 2667 if (tile_copy_mode && (size >> (tile_size_bytes * 8 - 1)) == 1) { in get_ls_tile_buffer() 2669 int offset = (size >> (tile_size_bytes - 1) * 8) & 0x7f; in get_ls_tile_buffer() 2679 *data += tile_size_bytes; in get_ls_tile_buffer() 2731 const int tile_size_bytes = pbi->tile_size_bytes; in get_ls_tile_buffers() local 2765 tile_buffers, tile_size_bytes, c, r, tile_copy_mode); in get_ls_tile_buffers() [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | bitstream.c | 3136 int *const tile_size_bytes, in remux_tiles() argument 3156 *tile_size_bytes = tsb; in remux_tiles() 3462 int tile_size_bytes = 0; in write_tiles_in_tg_obus() local 3546 &tile_size_bytes, &tile_col_size_bytes); in write_tiles_in_tg_obus() 3569 assert(tile_size_bytes >= 1 && tile_size_bytes <= 4); in write_tiles_in_tg_obus() 3570 aom_wb_overwrite_literal(saved_wb, tile_size_bytes - 1, 2); in write_tiles_in_tg_obus() 3707 int tile_size_bytes = 4, unused; in write_tiles_in_tg_obus() local 3713 max_tile_col_size, &tile_size_bytes, &unused); in write_tiles_in_tg_obus() 3715 assert(tile_size_bytes >= 1 && tile_size_bytes <= 4); in write_tiles_in_tg_obus() 3717 aom_wb_overwrite_literal(saved_wb, tile_size_bytes - 1, 2); in write_tiles_in_tg_obus()
|