Home
last modified time | relevance | path

Searched refs:PARTITION_SPLIT (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,
53 PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_SPLIT,
59 PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_SPLIT,
60 PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_VERT,
65 PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_SPLIT,
66 PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_SPLIT,
67 PARTITION_SPLIT, PARTITION_SPLIT, PARTITION_VERT, PARTITION_HORZ,
Dvp9_enums.h65 PARTITION_SPLIT, enumerator
Dvp9_entropymode.c263 -PARTITION_NONE, 2, -PARTITION_HORZ, 4, -PARTITION_VERT, -PARTITION_SPLIT
Dvp9_mfqe.c317 case PARTITION_SPLIT: in mfqe_partition()
/external/libaom/libaom/av1/common/
Donyxc_int.h988 out[0] -= cdf_element_prob(in, PARTITION_SPLIT); in partition_gather_horz_alike()
1003 out[0] -= cdf_element_prob(in, PARTITION_SPLIT); in partition_gather_vert_alike()
1018 BLOCK_SIZE bsize2 = get_partition_subsize(bsize, PARTITION_SPLIT); in update_ext_partition_context()
1020 case PARTITION_SPLIT: in update_ext_partition_context()
1329 if (sswide * 2 != bwide || sshigh * 2 != bhigh) return PARTITION_SPLIT; in get_partition()
1334 return PARTITION_SPLIT; in get_partition()
1343 PARTITION_INVALID, PARTITION_HORZ, PARTITION_VERT, PARTITION_SPLIT in get_partition()
Denums.h137 PARTITION_SPLIT, enumerator
145 PARTITION_TYPES = PARTITION_SPLIT + 1,
Dav1_loopfilter.c975 case PARTITION_SPLIT: in setup_block_mask()
/external/libaom/libaom/av1/encoder/
Dencodeframe.c1527 BLOCK_SIZE bsize2 = get_partition_subsize(bsize, PARTITION_SPLIT); in encode_sb()
1569 case PARTITION_SPLIT: in encode_sb()
1743 if (partition == PARTITION_SPLIT && subsize > BLOCK_8X8) { in rd_use_partition()
1744 sub_subsize = get_partition_subsize(subsize, PARTITION_SPLIT); in rd_use_partition()
1827 case PARTITION_SPLIT: in rd_use_partition()
1870 partition != PARTITION_SPLIT && bsize > BLOCK_8X8 && in rd_use_partition()
1873 BLOCK_SIZE split_subsize = get_partition_subsize(bsize, PARTITION_SPLIT); in rd_use_partition()
1878 pc_tree->partitioning = PARTITION_SPLIT; in rd_use_partition()
1892 PARTITION_SPLIT, split_subsize, &pc_tree->split[i]->none, in rd_use_partition()
1911 chosen_rdc.rate += x->partition_cost[pl][PARTITION_SPLIT]; in rd_use_partition()
[all …]
Dsegmentation.c151 case PARTITION_SPLIT: { in count_segs_sb()
152 const BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_SPLIT); in count_segs_sb()
Dpartition_strategy.c68 const BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_SPLIT); in get_res_var_features()
238 BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_SPLIT); in simple_motion_search_prune_part_features()
482 const BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_SPLIT); in firstpass_simple_motion_search_features()
Dbitstream.c1561 assert(p == PARTITION_SPLIT); in write_partition()
1569 assert(p == PARTITION_SPLIT || p == PARTITION_HORZ); in write_partition()
1573 aom_write_cdf(w, p == PARTITION_SPLIT, cdf, 2); in write_partition()
1576 assert(p == PARTITION_SPLIT || p == PARTITION_VERT); in write_partition()
1580 aom_write_cdf(w, p == PARTITION_SPLIT, cdf, 2); in write_partition()
1631 case PARTITION_SPLIT: in write_modes_sb()
Drdopt.c2408 get_partition_subsize(tx_bsize, PARTITION_SPLIT); in get_2x2_normalized_sses_and_sads()
11397 mbmi->partition != PARTITION_SPLIT) { in set_params_rd_pick_inter_mode()
11428 mbmi->partition != PARTITION_SPLIT) { in set_params_rd_pick_inter_mode()
11534 mbmi->partition != PARTITION_SPLIT) { in set_params_nonrd_pick_inter_mode()
11865 if (mbmi->partition != PARTITION_NONE && mbmi->partition != PARTITION_SPLIT) { in inter_mode_search_order_independent_skip()
12689 mbmi->partition != PARTITION_NONE && mbmi->partition != PARTITION_SPLIT) { in av1_rd_pick_inter_mode_sb()
13261 mbmi->partition != PARTITION_NONE && mbmi->partition != PARTITION_SPLIT) { in av1_nonrd_pick_inter_mode_sb()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c906 assert(partition == PARTITION_SPLIT); in copy_partitioning_helper()
1027 assert(partition_high == PARTITION_SPLIT); in scale_partitioning_svc()
1090 assert(partition == PARTITION_SPLIT); in update_partition_svc()
1131 assert(partition == PARTITION_SPLIT); in update_prev_partition_helper()
2219 assert(partition == PARTITION_SPLIT); in encode_sb()
2236 if (partition != PARTITION_SPLIT || bsize == BLOCK_8X8) in encode_sb()
2560 assert(partition == PARTITION_SPLIT); in encode_sb_rt()
2561 subsize = get_subsize(bsize, PARTITION_SPLIT); in encode_sb_rt()
2573 if (partition != PARTITION_SPLIT || bsize == BLOCK_8X8) in encode_sb_rt()
2626 if (partition == PARTITION_SPLIT && subsize > BLOCK_8X8) { in rd_use_partition()
[all …]
Dvp9_bitstream.c410 assert(p == PARTITION_SPLIT || p == PARTITION_HORZ); in write_partition()
411 vpx_write(w, p == PARTITION_SPLIT, probs[1]); in write_partition()
413 assert(p == PARTITION_SPLIT || p == PARTITION_VERT); in write_partition()
414 vpx_write(w, p == PARTITION_SPLIT, probs[2]); in write_partition()
416 assert(p == PARTITION_SPLIT); in write_partition()
464 assert(partition == PARTITION_SPLIT); in write_modes_sb()
479 (bsize == BLOCK_8X8 || partition != PARTITION_SPLIT)) in write_modes_sb()
Dvp9_segmentation.c185 const BLOCK_SIZE subsize = subsize_lookup[PARTITION_SPLIT][bsize]; in count_segs_sb()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1107 p = vpx_read(r, probs[1]) ? PARTITION_SPLIT : PARTITION_HORZ; in read_partition()
1109 p = vpx_read(r, probs[2]) ? PARTITION_SPLIT : PARTITION_VERT; in read_partition()
1111 p = PARTITION_SPLIT; in read_partition()
1158 case PARTITION_SPLIT: in decode_partition()
1171 (bsize == BLOCK_8X8 || partition != PARTITION_SPLIT)) in decode_partition()
1216 case PARTITION_SPLIT: in recon_partition()
1271 case PARTITION_SPLIT: in parse_partition()
1283 (bsize == BLOCK_8X8 || partition != PARTITION_SPLIT)) in parse_partition()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1710 if (!has_rows && !has_cols) return PARTITION_SPLIT; in read_partition()
1722 return aom_read_cdf(r, cdf, 2, ACCT_STR) ? PARTITION_SPLIT : PARTITION_HORZ; in read_partition()
1729 return aom_read_cdf(r, cdf, 2, ACCT_STR) ? PARTITION_SPLIT : PARTITION_VERT; in read_partition()
1744 BLOCK_SIZE bsize2 = get_partition_subsize(bsize, PARTITION_SPLIT); in decode_partition()
1811 case PARTITION_SPLIT: in decode_partition()