Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h819 int tile_mb_cols = (tile.mi_col_end - tile.mi_col_start + 1) >> 1; in allocated_tokens() local
831 int tile_mb_cols = (tile_info->mi_col_end - tile_info->mi_col_start + 1) >> 1; in get_start_tok() local
Dvp9_encodeframe.c4669 int tile_mb_cols = (tile_info->mi_col_end - tile_info->mi_col_start + 1) >> 1; in vp9_encode_sb_row() local