Home
last modified time | relevance | path

Searched refs:PARTITION_HORZ_4 (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/common/
Donyxc_int.h992 if (bsize != BLOCK_128X128) out[0] -= cdf_element_prob(in, PARTITION_HORZ_4); in partition_gather_horz_alike()
1026 case PARTITION_HORZ_4: in update_ext_partition_context()
1303 if (sshigh * 4 == bhigh) return PARTITION_HORZ_4; in get_partition()
Denums.h142 PARTITION_HORZ_4, // 4:1 horizontal partition enumerator
Dav1_loopfilter.c1013 case PARTITION_HORZ_4: in setup_block_mask()
/external/libaom/libaom/av1/encoder/
Dsegmentation.c137 case PARTITION_HORZ_4: in count_segs_sb()
Dencodeframe.c1613 case PARTITION_HORZ_4: in encode_sb()
1856 case PARTITION_HORZ_4: in rd_use_partition()
2082 case PARTITION_HORZ_4: in nonrd_use_partition()
2916 BLOCK_SIZE horz_4_bs = get_partition_subsize(bsize, PARTITION_HORZ_4); in ml_prune_4_partition()
4099 subsize = get_partition_subsize(bsize, PARTITION_HORZ_4); in rd_pick_partition()
4100 sum_rdc.rate = partition_cost[PARTITION_HORZ_4]; in rd_pick_partition()
4105 partition_attempts[PARTITION_HORZ_4] += 1; in rd_pick_partition()
4120 PARTITION_HORZ_4, ctx_prev, ctx_this)) in rd_pick_partition()
4130 pc_tree->partitioning = PARTITION_HORZ_4; in rd_pick_partition()
4138 partition_times[PARTITION_HORZ_4] += time; in rd_pick_partition()
Dbitstream.c1658 case PARTITION_HORZ_4: in write_modes_sb()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1837 case PARTITION_HORZ_4: in decode_partition()