Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h810 int tile_mb_cols = (tile.mi_col_end - tile.mi_col_start + 1) >> 1; in allocated_tokens() local
812 return get_token_alloc(tile_mb_rows, tile_mb_cols); in allocated_tokens()
822 int tile_mb_cols = (tile_info->mi_col_end - tile_info->mi_col_start + 1) >> 1; in get_start_tok() local
826 cpi->tile_tok[tile_row][tile_col] + get_token_alloc(mb_row, tile_mb_cols); in get_start_tok()
Dvp9_encodeframe.c4404 int tile_mb_cols = (tile_info->mi_col_end - tile_info->mi_col_start + 1) >> 1; in vp9_encode_sb_row() local
4421 get_token_alloc(MI_BLOCK_SIZE >> 1, tile_mb_cols)); in vp9_encode_sb_row()
4423 (void)tile_mb_cols; in vp9_encode_sb_row()