Home
last modified time | relevance | path

Searched refs:BLOCK_128X128 (Results 1 – 20 of 20) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dpickcdef.c394 (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()
Dpartition_strategy.c90 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()
Dvar_based_part.c94 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()
Dspeed_features.c100 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()
Dpartition_strategy.h147 sb_size == BLOCK_128X128 && is_full_sb(cm, mi_row, mi_col, sb_size) && in use_auto_max_partition()
Dencoder.c323 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 …]
Dcontext_tree.c16 BLOCK_4X4, BLOCK_8X8, BLOCK_16X16, BLOCK_32X32, BLOCK_64X64, BLOCK_128X128,
Dencoder.h1339 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()
Dencodeframe.c2632 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()
Dbitstream.c892 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/
Dcommon_data.h74 BLOCK_32X32, BLOCK_64X64, BLOCK_128X128
385 { { BLOCK_128X128, BLOCK_128X64 }, { BLOCK_64X128, BLOCK_64X64 } },
Dcdef.c59 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()
Donyxc_int.h992 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()
Denums.h117 BLOCK_128X128, enumerator
Dblockd.h613 case BLOCK_128X128: return 5; in get_sqr_bsize_idx()
/external/libaom/libaom/test/
Dblockd_test.cc27 BLOCK_INVALID, BLOCK_INVALID, BLOCK_128X128, in TEST()
Dintrabc_test.cc35 { { 0, 0 }, 0, 0, BLOCK_128X128, false }, in TEST()
/external/libaom/libaom/examples/
Dinspect.c177 ENUM(BLOCK_128X128), ENUM(BLOCK_4X16), ENUM(BLOCK_16X4),
/external/libaom/libaom/av1/decoder/
Ddecodemv.c56 const int index = cm->seq_params.sb_size == BLOCK_128X128 in read_cdef()
Ddecodeframe.c1976 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()