Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h969 int tile_mb_rows = (tile.mi_row_end - tile.mi_row_start + 1) >> 1; in allocated_tokens() local
972 return get_token_alloc(tile_mb_rows, tile_mb_cols); in allocated_tokens()
/external/libaom/libaom/av1/encoder/
Dencoder.h1176 int tile_mb_rows = (tile.mi_row_end - tile.mi_row_start + 2) >> 2; in allocated_tokens() local
1179 return get_token_alloc(tile_mb_rows, tile_mb_cols, sb_size_log2, num_planes); in allocated_tokens()