/external/libvpx/libvpx/vp9/common/ |
D | vp9_common_data.c | 47 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,
|
D | vp9_enums.h | 65 PARTITION_SPLIT, enumerator
|
D | vp9_entropymode.c | 263 -PARTITION_NONE, 2, -PARTITION_HORZ, 4, -PARTITION_VERT, -PARTITION_SPLIT
|
D | vp9_mfqe.c | 317 case PARTITION_SPLIT: in mfqe_partition()
|
/external/libaom/libaom/av1/common/ |
D | onyxc_int.h | 988 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()
|
D | enums.h | 137 PARTITION_SPLIT, enumerator 145 PARTITION_TYPES = PARTITION_SPLIT + 1,
|
D | av1_loopfilter.c | 975 case PARTITION_SPLIT: in setup_block_mask()
|
/external/libaom/libaom/av1/encoder/ |
D | encodeframe.c | 1527 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 …]
|
D | segmentation.c | 151 case PARTITION_SPLIT: { in count_segs_sb() 152 const BLOCK_SIZE subsize = get_partition_subsize(bsize, PARTITION_SPLIT); in count_segs_sb()
|
D | partition_strategy.c | 68 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()
|
D | bitstream.c | 1561 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()
|
D | rdopt.c | 2408 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/ |
D | vp9_encodeframe.c | 906 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 …]
|
D | vp9_bitstream.c | 410 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()
|
D | vp9_segmentation.c | 185 const BLOCK_SIZE subsize = subsize_lookup[PARTITION_SPLIT][bsize]; in count_segs_sb()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1107 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/ |
D | decodeframe.c | 1710 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()
|