Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h957 static INLINE int get_token_alloc(int mb_rows, int mb_cols) { in get_token_alloc() function
972 return get_token_alloc(tile_mb_rows, tile_mb_cols); in allocated_tokens()
986 cpi->tile_tok[tile_row][tile_col] + get_token_alloc(mb_row, tile_mb_cols); in get_start_tok()
Dvp9_encoder.c1346 unsigned int tokens = get_token_alloc(cm->mb_rows, cm->mb_cols); in alloc_compressor_data()
Dvp9_encodeframe.c5621 get_token_alloc(MI_BLOCK_SIZE >> 1, tile_mb_cols)); in vp9_encode_sb_row()
/external/libaom/libaom/av1/encoder/
Dencoder.h1156 static INLINE unsigned int get_token_alloc(int mb_rows, int mb_cols, in get_token_alloc() function
1179 return get_token_alloc(tile_mb_rows, tile_mb_cols, sb_size_log2, num_planes); in allocated_tokens()
1195 get_token_alloc(tile_mb_row, tile_mb_cols, sb_size_log2, num_planes); in get_start_tok()
Dencoder.c863 get_token_alloc(cm->mb_rows, cm->mb_cols, MAX_SB_SIZE_LOG2, num_planes); in alloc_compressor_data()
Dencodeframe.c5025 get_token_alloc(num_mb_rows_in_sb, tile_mb_cols, in av1_encode_sb_row()