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.h584 static INLINE int get_token_alloc(int mb_rows, int mb_cols) { in get_token_alloc() function
599 return get_token_alloc(tile_mb_rows, tile_mb_cols); in allocated_tokens()
Dvp9_encoder.c699 unsigned int tokens = get_token_alloc(cm->mb_rows, cm->mb_cols); in vp9_alloc_compressor_data()