Searched refs:get_token_alloc (Results 1 – 6 of 6) sorted by relevance
/external/libaom/av1/encoder/ |
D | tokenize.h | 105 static INLINE unsigned int get_token_alloc(int mb_rows, int mb_cols, in get_token_alloc() function
|
D | encoder.h | 3817 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()
|
D | encodeframe.c | 1245 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/ |
D | vp9_encoder.h | 1250 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()
|
D | vp9_encoder.c | 1404 unsigned int tokens = get_token_alloc(cm->mb_rows, cm->mb_cols); in alloc_compressor_data()
|
D | vp9_encodeframe.c | 5880 get_token_alloc(MI_BLOCK_SIZE >> 1, tile_mb_cols)); in vp9_encode_sb_row()
|