Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h587 static INLINE int get_token_alloc(int mb_rows, int mb_cols) { in get_token_alloc() function
602 return get_token_alloc(tile_mb_rows, tile_mb_cols); in allocated_tokens()
Dvp9_encoder.c702 unsigned int tokens = get_token_alloc(cm->mb_rows, cm->mb_cols); in alloc_compressor_data()