Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/decoder/
H A Dobu.c375 static void alloc_tile_list_buffer(AV1Decoder *pbi, int tile_width_in_pixels, in alloc_tile_list_buffer() argument
383 (pbi->output_frame_width_in_tiles_minus_1 + 1) * tile_width_in_pixels; in alloc_tile_list_buffer()
430 int tile_width_in_pixels, in copy_decoded_tile_to_tile_list_buffer() argument
447 const int w = tile_width_in_pixels >> shift_x; in copy_decoded_tile_to_tile_list_buffer()
523 const int tile_width_in_pixels = tile_width * MI_SIZE; in read_and_decode_one_tile_list() local
527 alloc_tile_list_buffer(pbi, tile_width_in_pixels, tile_height_in_pixels); in read_and_decode_one_tile_list()
578 copy_decoded_tile_to_tile_list_buffer(pbi, tile_idx, tile_width_in_pixels, in read_and_decode_one_tile_list()