Searched refs:tile_copy_mode (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 2654 int tile_size_bytes, int col, int row, int tile_copy_mode) { in get_ls_tile_buffer() argument 2667 if (tile_copy_mode && (size >> (tile_size_bytes * 8 - 1)) == 1) { in get_ls_tile_buffer() 2734 const int tile_copy_mode = in get_ls_tile_buffers() local 2765 tile_buffers, tile_size_bytes, c, r, tile_copy_mode); in get_ls_tile_buffers() 2777 tile_buffers, tile_size_bytes, c, r, tile_copy_mode); in get_ls_tile_buffers()
|
/external/libaom/libaom/av1/encoder/ |
D | bitstream.c | 3506 const int tile_copy_mode = in write_tiles_in_tg_obus() local 3514 if (cm->current_frame.frame_type != KEY_FRAME && tile_copy_mode) { in write_tiles_in_tg_obus()
|