Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/decoder/
H A Ddecodeframe.c2313 const int dec_tile_col = AOMMIN(pbi->dec_tile_col, tile_cols); in get_ls_tile_buffers() local
2772 const int dec_tile_col = AOMMIN(pbi->dec_tile_col, tile_cols); in decode_tiles() local
3577 const int dec_tile_col = AOMMIN(pbi->dec_tile_col, tile_cols); in decode_tiles_mt() local
3759 const int dec_tile_col = AOMMIN(pbi->dec_tile_col, tile_cols); in decode_tiles_row_mt() local
H A Ddecoder.h280 int dec_tile_row, dec_tile_col; // always -1 for non-VR tile encoding member