/external/libaom/libaom/av1/encoder/ |
D | pickcdef.c | 394 (mbmi->sb_type == BLOCK_128X128 || mbmi->sb_type == BLOCK_128X64)) || in av1_cdef_search() 396 (mbmi->sb_type == BLOCK_128X128 || mbmi->sb_type == BLOCK_64X128))) in av1_cdef_search() 398 if (mbmi->sb_type == BLOCK_128X128 || mbmi->sb_type == BLOCK_128X64 || in av1_cdef_search() 401 if (bs == BLOCK_128X128 || bs == BLOCK_128X64) { in av1_cdef_search() 405 if (bs == BLOCK_128X128 || bs == BLOCK_64X128) { in av1_cdef_search()
|
D | partition_strategy.c | 90 if (bsize == BLOCK_128X128) { in av1_simple_motion_search_based_split() 316 if (bsize == BLOCK_128X128) { in av1_simple_motion_search_prune_part() 371 const int num_classes = (bsize == BLOCK_128X128 || bsize == BLOCK_8X8) in av1_simple_motion_search_prune_part() 426 if (bsize == BLOCK_128X128) { in av1_simple_motion_search_early_term_none() 583 assert(sb_size == BLOCK_128X128); in av1_get_max_min_partition_features()
|
D | var_based_part.c | 94 case BLOCK_128X128: { in tree_to_node() 463 cm->seq_params.sb_size == BLOCK_128X128); in av1_choose_var_based_partitioning() 544 { set_block_size(cpi, x, xd, mi_row, mi_col, BLOCK_128X128); in av1_choose_var_based_partitioning() 713 fill_variance_tree(vt, BLOCK_128X128); in av1_choose_var_based_partitioning() 721 if (!set_vt_partitioning(cpi, x, xd, tile, vt, BLOCK_128X128, mi_row, mi_col, in av1_choose_var_based_partitioning()
|
D | speed_features.c | 100 sf->use_square_partition_only_threshold = BLOCK_128X128; in set_good_speed_feature_framesize_dependent() 126 sf->use_square_partition_only_threshold = BLOCK_128X128; in set_good_speed_feature_framesize_dependent() 608 sf->default_max_partition_size = BLOCK_128X128; in set_rt_speed_features_framesize_independent() 698 sf->use_square_partition_only_threshold = BLOCK_128X128; in av1_set_speed_features_framesize_independent()
|
D | partition_strategy.h | 147 sb_size == BLOCK_128X128 && is_full_sb(cm, mi_row, mi_col, sb_size) && in use_auto_max_partition()
|
D | encoder.c | 323 return BLOCK_128X128; in select_sb_size() 340 return (cm->width >= 480 && cm->height >= 360) ? BLOCK_128X128 in select_sb_size() 344 return BLOCK_128X128; in select_sb_size() 1633 HIGHBD_BFP(BLOCK_128X128, aom_highbd_sad128x128_bits8, 1658 HIGHBD_MBFP(BLOCK_128X128, aom_highbd_masked_sad128x128_bits8, 1702 HIGHBD_OBFP(BLOCK_128X128, aom_highbd_obmc_sad128x128_bits8, 1919 HIGHBD_BFP(BLOCK_128X128, aom_highbd_sad128x128_bits10, 1946 HIGHBD_MBFP(BLOCK_128X128, aom_highbd_masked_sad128x128_bits10, 1990 HIGHBD_OBFP(BLOCK_128X128, aom_highbd_obmc_sad128x128_bits10, 2213 HIGHBD_BFP(BLOCK_128X128, aom_highbd_sad128x128_bits12, [all …]
|
D | context_tree.c | 16 BLOCK_4X4, BLOCK_8X8, BLOCK_16X16, BLOCK_32X32, BLOCK_64X64, BLOCK_128X128,
|
D | encoder.h | 1339 assert(bsize == BLOCK_128X128 || bsize == BLOCK_64X64 || in av1_get_bsize_idx_for_part_stats() 1343 case BLOCK_128X128: return 0; in av1_get_bsize_idx_for_part_stats()
|
D | encodeframe.c | 2632 case BLOCK_128X128: in ml_prune_2pass_split_partition() 2704 case BLOCK_128X128: in ml_prune_rect_partition() 2786 case BLOCK_128X128: nn_config = &av1_ab_partition_nnconfig_128; break; in ml_prune_ab_partition() 3048 case BLOCK_128X128: in ml_predict_breakout() 4052 bsize != BLOCK_128X128; in rd_pick_partition() 4809 get_rdmult_delta(cpi, BLOCK_128X128, mi_row, mi_col, orig_rdmult); in encode_sb_row() 4837 BLOCK_SIZE max_sq_size = BLOCK_128X128; in encode_sb_row() 4844 case 128: max_sq_size = BLOCK_128X128; break; in encode_sb_row() 4856 case 128: min_sq_size = BLOCK_128X128; break; in encode_sb_row()
|
D | bitstream.c | 892 const int index = cm->seq_params.sb_size == BLOCK_128X128 in write_cdef() 1756 cm->seq_params.sb_size == BLOCK_128X128); in encode_restoration_mode() 1757 const int sb_size = cm->seq_params.sb_size == BLOCK_128X128 ? 128 : 64; in encode_restoration_mode() 2566 assert(seq_params->sb_size == BLOCK_128X128 || in write_sb_size() 2568 aom_wb_write_bit(wb, seq_params->sb_size == BLOCK_128X128 ? 1 : 0); in write_sb_size()
|
/external/libaom/libaom/av1/common/ |
D | common_data.h | 74 BLOCK_32X32, BLOCK_64X64, BLOCK_128X128 385 { { BLOCK_128X128, BLOCK_128X64 }, { BLOCK_64X128, BLOCK_64X64 } },
|
D | cdef.c | 59 if (bs == BLOCK_128X128 || bs == BLOCK_128X64) in sb_compute_cdef_list() 63 if (bs == BLOCK_128X128 || bs == BLOCK_64X128) in sb_compute_cdef_list()
|
D | onyxc_int.h | 992 if (bsize != BLOCK_128X128) out[0] -= cdf_element_prob(in, PARTITION_HORZ_4); in partition_gather_horz_alike() 1007 if (bsize != BLOCK_128X128) out[0] -= cdf_element_prob(in, PARTITION_VERT_4); in partition_gather_vert_alike() 1071 else if (bsize == BLOCK_128X128) in partition_cdf_length()
|
D | enums.h | 117 BLOCK_128X128, enumerator
|
D | blockd.h | 613 case BLOCK_128X128: return 5; in get_sqr_bsize_idx()
|
/external/libaom/libaom/test/ |
D | blockd_test.cc | 27 BLOCK_INVALID, BLOCK_INVALID, BLOCK_128X128, in TEST()
|
D | intrabc_test.cc | 35 { { 0, 0 }, 0, 0, BLOCK_128X128, false }, in TEST()
|
/external/libaom/libaom/examples/ |
D | inspect.c | 177 ENUM(BLOCK_128X128), ENUM(BLOCK_4X16), ENUM(BLOCK_16X4),
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 56 const int index = cm->seq_params.sb_size == BLOCK_128X128 in read_cdef()
|
D | decodeframe.c | 1976 cm->seq_params.sb_size == BLOCK_128X128); in decode_restoration_mode() 1977 const int sb_size = cm->seq_params.sb_size == BLOCK_128X128 ? 128 : 64; in decode_restoration_mode() 2427 set_sb_size(seq_params, aom_rb_read_bit(rb) ? BLOCK_128X128 : BLOCK_64X64); in setup_sb_size()
|