Home
last modified time | relevance | path

Searched refs:PARTITION_HORZ_A (Results 1 – 8 of 8) sorted by relevance

/external/libaom/libaom/av1/common/
Dav1_common_int.h1133 out[0] -= cdf_element_prob(in, PARTITION_HORZ_A); in partition_gather_horz_alike()
1148 out[0] -= cdf_element_prob(in, PARTITION_HORZ_A); in partition_gather_vert_alike()
1174 case PARTITION_HORZ_A: in update_ext_partition_context()
1498 if (mi_size_wide[mbmi_below->sb_type] == bwide) return PARTITION_HORZ_A; in get_partition()
Denums.h154 PARTITION_HORZ_A, // HORZ split and the top partition is split again enumerator
/external/libaom/libaom/av1/encoder/
Dsegmentation.c118 case PARTITION_HORZ_A: in count_segs_sb()
Dmv_prec.c298 case PARTITION_HORZ_A: in collect_mv_stats_sb()
Dencodeframe.c1764 case PARTITION_HORZ_A: in encode_sb()
2058 case PARTITION_HORZ_A: in rd_use_partition()
2413 case PARTITION_HORZ_A: in nonrd_use_partition()
3454 subsize = get_partition_subsize(bsize, PARTITION_HORZ_A); in rd_pick_partition()
3460 pc_tree->horizontala[0].mic.partition = PARTITION_HORZ_A; in rd_pick_partition()
3465 pc_tree->horizontala[1].mic.partition = PARTITION_HORZ_A; in rd_pick_partition()
3473 tmp_sum_rdc.rate = x->partition_cost[pl][PARTITION_HORZ_A]; in rd_pick_partition()
3476 partition_attempts[PARTITION_HORZ_A] += 1; in rd_pick_partition()
3484 ctx_none, mi_row, mi_col, bsize, PARTITION_HORZ_A, mi_row, mi_col, in rd_pick_partition()
3491 partition_times[PARTITION_HORZ_A] += time; in rd_pick_partition()
[all …]
Dpartition_strategy.c797 if (part_type == PARTITION_HORZ_A || part_type == PARTITION_HORZ_B || in get_min_bsize()
Dbitstream.c1653 case PARTITION_HORZ_A: in write_modes_sb()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1411 case PARTITION_HORZ_A: in decode_partition()