Home
last modified time | relevance | path

Searched defs:tile_rows_end (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libaom/av1/decoder/
H A Ddecodeframe.c2312 const int tile_rows_end = single_row ? tile_rows_start + 1 : tile_rows; in get_ls_tile_buffers() local
2775 int tile_rows_end; in decode_tiles() local
3044 const int tile_rows_end = frame_row_mt_info->tile_rows_end; in get_next_job_info() local
3338 int tile_rows_start, int tile_rows_end, in enqueue_tile_jobs()
3551 int tile_rows_start, int tile_rows_end, in tile_mt_queue()
3580 int tile_rows_end; in decode_tiles_mt() local
3681 int tile_rows_end, int tile_cols_start, in row_mt_frame_init()
3762 int tile_rows_end; in decode_tiles_row_mt() local
H A Ddecoder.h166 int tile_rows_end; member