Home
last modified time | relevance | path

Searched refs:get_token_alloc (Results 1 – 6 of 6) sorted by relevance

/external/libaom/av1/encoder/
Dtokenize.h105 static INLINE unsigned int get_token_alloc(int mb_rows, int mb_cols, in get_token_alloc() function
Dencoder.h3817 return get_token_alloc(tile_mb_rows, tile_mb_cols, sb_size_log2, num_planes); in allocated_tokens()
3833 get_token_alloc(tile_mb_row, tile_mb_cols, sb_size_log2, num_planes); in get_start_tok()
Dencodeframe.c1245 get_token_alloc(cm->mi_params.mb_rows, cm->mi_params.mb_cols, in av1_init_tile_data()
1329 get_token_alloc(num_mb_rows_in_sb, tile_mb_cols, in populate_token_count()
/external/libvpx/vp9/encoder/
Dvp9_encoder.h1250 static INLINE int get_token_alloc(int mb_rows, int mb_cols) { in get_token_alloc() function
1265 return get_token_alloc(tile_mb_rows, tile_mb_cols); in allocated_tokens()
1279 cpi->tile_tok[tile_row][tile_col] + get_token_alloc(mb_row, tile_mb_cols); in get_start_tok()
Dvp9_encoder.c1404 unsigned int tokens = get_token_alloc(cm->mb_rows, cm->mb_cols); in alloc_compressor_data()
Dvp9_encodeframe.c5880 get_token_alloc(MI_BLOCK_SIZE >> 1, tile_mb_cols)); in vp9_encode_sb_row()