Searched refs:tile_mb_cols (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.h | 981 int tile_mb_cols = (tile.mi_col_end - tile.mi_col_start + 1) >> 1; in allocated_tokens() local 983 return get_token_alloc(tile_mb_rows, tile_mb_cols); in allocated_tokens() 993 int tile_mb_cols = (tile_info->mi_col_end - tile_info->mi_col_start + 1) >> 1; in get_start_tok() local 997 cpi->tile_tok[tile_row][tile_col] + get_token_alloc(mb_row, tile_mb_cols); in get_start_tok()
|
D | vp9_encodeframe.c | 5787 int tile_mb_cols = (tile_info->mi_col_end - tile_info->mi_col_start + 1) >> 1; in vp9_encode_sb_row() local 5806 get_token_alloc(MI_BLOCK_SIZE >> 1, tile_mb_cols)); in vp9_encode_sb_row() 5808 (void)tile_mb_cols; in vp9_encode_sb_row()
|
/external/libaom/libaom/av1/encoder/ |
D | encoder.h | 1586 int tile_mb_cols = (tile.mi_col_end - tile.mi_col_start + 2) >> 2; in allocated_tokens() local 1588 return get_token_alloc(tile_mb_rows, tile_mb_cols, sb_size_log2, num_planes); in allocated_tokens() 1599 const int tile_mb_cols = in get_start_tok() local 1604 get_token_alloc(tile_mb_row, tile_mb_cols, sb_size_log2, num_planes); in get_start_tok()
|
D | encodeframe.c | 5050 const int tile_mb_cols = in av1_encode_sb_row() local 5069 get_token_alloc(num_mb_rows_in_sb, tile_mb_cols, in av1_encode_sb_row() 5072 (void)tile_mb_cols; in av1_encode_sb_row()
|