Home
last modified time | relevance | path

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

/external/libvpx/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.h63 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/libaom/av1/encoder/
Dpartition_strategy.c251 subsize = get_partition_subsize(bsize, PARTITION_HORZ); in simple_motion_search_prune_part_features()
351 if (!nn_config || (prune_thresh[PARTITION_HORZ] == 0.0f && in av1_simple_motion_search_prune_part()
384 *prune_horz = probs[PARTITION_HORZ] <= prune_thresh[PARTITION_HORZ]; in av1_simple_motion_search_prune_part()
Dencodeframe.c1561 case PARTITION_HORZ: in encode_sb()
1779 case PARTITION_HORZ: in rd_use_partition()
1781 PARTITION_HORZ, subsize, &pc_tree->horizontal[0], INT64_MAX, in rd_use_partition()
1792 PARTITION_HORZ, subsize, &pc_tree->horizontal[1], in rd_use_partition()
2005 case PARTITION_HORZ: in nonrd_use_partition()
2007 PARTITION_HORZ, subsize, &pc_tree->horizontal[0], INT64_MAX, in nonrd_use_partition()
2018 PARTITION_HORZ, subsize, &pc_tree->horizontal[1], in nonrd_use_partition()
2360 static const int bot_inv_map[2] = { PARTITION_HORZ, PARTITION_SPLIT }; in rd_pick_sqr_partition()
3193 static const int bot_inv_map[2] = { PARTITION_HORZ, PARTITION_SPLIT }; in rd_pick_partition()
3582 subsize = get_partition_subsize(bsize, PARTITION_HORZ); in rd_pick_partition()
[all …]
Dsegmentation.c109 case PARTITION_HORZ: in count_segs_sb()
Dvar_based_part.c247 BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_HORZ); in set_vt_partitioning()
Dbitstream.c1569 assert(p == PARTITION_SPLIT || p == PARTITION_HORZ); in write_partition()
1621 case PARTITION_HORZ: in write_modes_sb()
Drdopt.c12694 mbmi->partition != PARTITION_HORZ) || in av1_rd_pick_inter_mode_sb()
13266 mbmi->partition != PARTITION_HORZ)) { in av1_nonrd_pick_inter_mode_sb()
/external/libaom/libaom/av1/common/
Donyxc_int.h987 out[0] -= cdf_element_prob(in, PARTITION_HORZ); in partition_gather_horz_alike()
1024 case PARTITION_HORZ: in update_ext_partition_context()
1307 return PARTITION_HORZ; in get_partition()
1343 PARTITION_INVALID, PARTITION_HORZ, PARTITION_VERT, PARTITION_SPLIT in get_partition()
Denums.h135 PARTITION_HORZ, enumerator
Dav1_loopfilter.c965 case PARTITION_HORZ: in setup_block_mask()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c504 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_HORZ); in set_vt_partitioning()
897 case PARTITION_HORZ: in copy_partitioning_helper()
1014 case PARTITION_HORZ: in scale_partitioning_svc()
1080 case PARTITION_HORZ: in update_partition_svc()
1121 case PARTITION_HORZ: in update_prev_partition_helper()
2210 case PARTITION_HORZ: in encode_sb()
2551 case PARTITION_HORZ: in encode_sb_rt()
2666 case PARTITION_HORZ: in rd_use_partition()
4087 const int part_mode_rate = cpi->partition_cost[pl][PARTITION_HORZ]; in rd_pick_partition()
4090 subsize = get_subsize(bsize, PARTITION_HORZ); in rd_pick_partition()
[all …]
Dvp9_bitstream.c410 assert(p == PARTITION_SPLIT || p == PARTITION_HORZ); in write_partition()
449 case PARTITION_HORZ: in write_modes_sb()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1107 p = vpx_read(r, probs[1]) ? PARTITION_SPLIT : PARTITION_HORZ; in read_partition()
1139 xd->bmode_blocks_hl = 1 >> !!(partition & PARTITION_HORZ); in decode_partition()
1146 case PARTITION_HORZ: in decode_partition()
1197 xd->bmode_blocks_hl = 1 >> !!(partition & PARTITION_HORZ); in recon_partition()
1204 case PARTITION_HORZ: in recon_partition()
1252 xd->bmode_blocks_hl = 1 >> !!(partition & PARTITION_HORZ); in parse_partition()
1259 case PARTITION_HORZ: in parse_partition()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1722 return aom_read_cdf(r, cdf, 2, ACCT_STR) ? PARTITION_SPLIT : PARTITION_HORZ; in read_partition()
1803 case PARTITION_HORZ: in decode_partition()