Home
last modified time | relevance | path

Searched refs:get_partition_subsize (Results 1 – 11 of 11) sorted by relevance

/external/libaom/av1/encoder/
Dpartition_strategy.c559 const BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_SPLIT); in simple_motion_search_prune_part_features()
578 BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_HORZ); in simple_motion_search_prune_part_features()
590 subsize = get_partition_subsize(bsize, PARTITION_VERT); in simple_motion_search_prune_part_features()
999 const BLOCK_SIZE subsize = get_partition_subsize(bsize, part_type); in get_min_bsize()
1178 const BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_SPLIT); in av1_ml_prune_rect_partition()
1388 BLOCK_SIZE horz_4_bs = get_partition_subsize(bsize, PARTITION_HORZ_4); in av1_ml_prune_4_partition()
1389 BLOCK_SIZE vert_4_bs = get_partition_subsize(bsize, PARTITION_VERT_4); in av1_ml_prune_4_partition()
1986 BLOCK_SIZE horz_4_bs = get_partition_subsize(bsize, PARTITION_HORZ_4); in prepare_features_after_part_ab()
1987 BLOCK_SIZE vert_4_bs = get_partition_subsize(bsize, PARTITION_VERT_4); in prepare_features_after_part_ab()
2499 const BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_SPLIT); in av1_prepare_motion_search_features_block()
[all …]
Dpartition_search.c1587 const BLOCK_SIZE subsize = get_partition_subsize(bsize, partition); in encode_sb()
1591 BLOCK_SIZE bsize2 = get_partition_subsize(bsize, PARTITION_SPLIT); in encode_sb()
1773 const BLOCK_SIZE subsize = get_partition_subsize(bsize, partition); in av1_rd_use_partition()
1981 BLOCK_SIZE split_subsize = get_partition_subsize(bsize, PARTITION_SPLIT); in av1_rd_use_partition()
2452 const BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_SPLIT); in try_split_partition()
2540 const BLOCK_SIZE subsize = get_partition_subsize(bsize, partition); in calc_do_split_flag()
2741 BLOCK_SIZE subsize = get_partition_subsize(bsize, partition); in direct_partition_merging()
2884 get_partition_subsize(bsize, this_mi[0]->partition); in direct_partition_merging()
2964 BLOCK_SIZE subsize = get_partition_subsize(bsize, partition); in av1_nonrd_use_partition()
2995 subsize = get_partition_subsize(bsize, partition); in av1_nonrd_use_partition()
[all …]
Dmv_prec.c272 const BLOCK_SIZE subsize = get_partition_subsize(bsize, partition); in collect_mv_stats_sb()
Dvar_based_part.c218 BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_VERT); in set_vt_partitioning()
235 BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_HORZ); in set_vt_partitioning()
Dencodeframe_utils.c662 const BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_SPLIT); in av1_is_leaf_split_partition()
1039 BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_SPLIT); in av1_reset_simple_motion_tree_partition()
Dtx_search.c478 get_partition_subsize(tx_bsize, PARTITION_SPLIT); in get_2x2_normalized_sses_and_sads()
Dbitstream.c1622 const BLOCK_SIZE subsize = get_partition_subsize(bsize, partition); in write_modes_sb()
/external/libaom/test/
Dblock_test.cc123 get_partition_subsize(static_cast<BLOCK_SIZE>(bsize), in TEST()
/external/libaom/av1/common/
Dblockd.h990 static inline BLOCK_SIZE get_partition_subsize(BLOCK_SIZE bsize, in get_partition_subsize() function
Dav1_common_int.h1499 BLOCK_SIZE bsize2 = get_partition_subsize(bsize, PARTITION_SPLIT); in update_ext_partition_context()
/external/libaom/av1/decoder/
Ddecodeframe.c1266 BLOCK_SIZE bsize2 = get_partition_subsize(bsize, PARTITION_SPLIT); in decode_partition()
1307 subsize = get_partition_subsize(bsize, partition); in decode_partition()