Home
last modified time | relevance | path

Searched refs:PARTITION_HORZ (Results 1 – 20 of 20) sorted by relevance

/external/libvpx/vp9/common/
Dvp9_common_data.c47 PARTITION_SPLIT, PARTITION_VERT, PARTITION_HORZ, PARTITION_NONE,
54 PARTITION_VERT, PARTITION_HORZ, PARTITION_NONE, PARTITION_INVALID,
61 PARTITION_HORZ, PARTITION_NONE, PARTITION_INVALID, PARTITION_INVALID,
67 PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_VERT, PARTITION_HORZ,
Dvp9_enums.h65 PARTITION_HORZ, enumerator
Dvp9_entropymode.c263 -PARTITION_NONE, 2, -PARTITION_HORZ, 4, -PARTITION_VERT, -PARTITION_SPLIT
Dvp9_mfqe.c240 case PARTITION_HORZ: in mfqe_partition()
/external/libaom/av1/encoder/
Dpartition_strategy.c575 BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_HORZ); in simple_motion_search_prune_part_features()
718 if (probs[PARTITION_HORZ] <= prune_thresh) { in av1_simple_motion_search_prune_rect()
1572 if (third_pass_part == PARTITION_HORZ || in av1_prune_partitions_before_search()
1772 : (rect_part == PARTITION_HORZ) ? rect_part_win_info->rect_part_win[HORZ] in evaluate_ab_partition_based_on_split()
1819 horzab_partition_allowed &= (pc_tree->partitioning == PARTITION_HORZ || in av1_prune_ab_partitions()
1828 horzab_partition_allowed &= (pc_tree->partitioning == PARTITION_HORZ || in av1_prune_ab_partitions()
1903 pc_tree, PARTITION_HORZ, rect_part_win_info, x->qindex, 0, 1); in av1_prune_ab_partitions()
1908 pc_tree, PARTITION_HORZ, rect_part_win_info, x->qindex, 2, 3); in av1_prune_ab_partitions()
2488 if (valid_partition_types & (1 << PARTITION_HORZ)) { in av1_prepare_motion_search_features_block()
2489 const BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_HORZ); in av1_prepare_motion_search_features_block()
Dcontext_tree.c203 if (!keep_best || (partition != PARTITION_HORZ)) in av1_free_pc_tree_recursive()
Dpartition_search.c1615 case PARTITION_HORZ: in encode_sb()
1837 case PARTITION_HORZ: in av1_rd_use_partition()
1848 PARTITION_HORZ, subsize, pc_tree->horizontal[0], in av1_rd_use_partition()
1859 PARTITION_HORZ, subsize, pc_tree->horizontal[1], in av1_rd_use_partition()
2963 case PARTITION_HORZ: in av1_nonrd_use_partition()
2975 PARTITION_HORZ, pc_tree->horizontal[0], NULL); in av1_nonrd_use_partition()
2981 PARTITION_HORZ, pc_tree->horizontal[1], NULL); in av1_nonrd_use_partition()
3296 get_plane_block_size(get_partition_subsize(bsize, PARTITION_HORZ), in init_partition_search_state_params()
3328 static const int bot_inv_map[2] = { PARTITION_HORZ, PARTITION_SPLIT }; in set_partition_cost_for_edge_blk()
3364 get_partition_subsize(blk_params.bsize, PARTITION_HORZ), in reset_part_limitations()
[all …]
Dmv_prec.c281 case PARTITION_HORZ: in collect_mv_stats_sb()
Dthirdpass.c644 part_type = PARTITION_HORZ; in av1_get_third_pass_adjusted_blk_size()
Dfirstpass.c328 return subsize_lookup[PARTITION_HORZ][square_block_size]; in get_bsize()
Dvar_based_part.c234 BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_HORZ); in set_vt_partitioning()
Dbitstream.c1589 assert(p == PARTITION_SPLIT || p == PARTITION_HORZ); in write_partition()
1644 case PARTITION_HORZ: in write_modes_sb()
Drdopt.c5738 mbmi->partition != PARTITION_HORZ) || in av1_rd_pick_inter_mode()
/external/libaom/av1/common/
Dav1_common_int.h1455 out[0] -= cdf_element_prob(in, PARTITION_HORZ); in partition_gather_horz_alike()
1492 case PARTITION_HORZ: in update_ext_partition_context()
1800 return PARTITION_HORZ; in get_partition()
1836 PARTITION_INVALID, PARTITION_HORZ, PARTITION_VERT, PARTITION_SPLIT in get_partition()
Denums.h156 PARTITION_HORZ, enumerator
/external/libvpx/vp9/encoder/
Dvp9_encodeframe.c531 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_HORZ); in set_vt_partitioning()
918 case PARTITION_HORZ: in copy_partitioning_helper()
1035 case PARTITION_HORZ: in scale_partitioning_svc()
1101 case PARTITION_HORZ: in update_partition_svc()
1142 case PARTITION_HORZ: in update_prev_partition_helper()
2268 case PARTITION_HORZ: in encode_sb()
2610 case PARTITION_HORZ: in encode_sb_rt()
2726 case PARTITION_HORZ: in rd_use_partition()
3803 pc_tree->partitioning == PARTITION_HORZ || in store_superblock_info()
3816 const int block_height_4x4 = (pc_tree->partitioning == PARTITION_HORZ) in store_superblock_info()
[all …]
Dvp9_bitstream.c416 assert(p == PARTITION_SPLIT || p == PARTITION_HORZ); in write_partition()
455 case PARTITION_HORZ: in write_modes_sb()
/external/libvpx/vp9/decoder/
Dvp9_decodeframe.c1159 p = vpx_read(r, probs[1]) ? PARTITION_SPLIT : PARTITION_HORZ; in read_partition()
1191 xd->bmode_blocks_hl = 1 >> !!(partition & PARTITION_HORZ); in decode_partition()
1198 case PARTITION_HORZ: in decode_partition()
1255 xd->bmode_blocks_hl = 1 >> !!(partition & PARTITION_HORZ); in process_partition()
1262 case PARTITION_HORZ: in process_partition()
/external/libaom/av1/decoder/
Ddecodeframe.c1232 return aom_read_cdf(r, cdf, 2, ACCT_STR) ? PARTITION_SPLIT : PARTITION_HORZ; in read_partition()
1330 case PARTITION_HORZ: in decode_partition()
/external/libaom/doc/
DAlgorithmDescription.md73 `PARTITION_HORZ`, `PARTITION_VERT`