/external/libaom/libaom/av1/common/ |
D | common_data.h | 73 BLOCK_4X4, BLOCK_8X8, BLOCK_16X16, 82 BLOCK_INVALID, BLOCK_4X4, BLOCK_8X8, 272 BLOCK_8X8, // TX_8X8 373 { { BLOCK_8X8, BLOCK_8X4 }, { BLOCK_4X8, BLOCK_4X4 } }, 374 { { BLOCK_8X16, BLOCK_8X8 }, { BLOCK_INVALID, BLOCK_4X8 } }, 375 { { BLOCK_16X8, BLOCK_INVALID }, { BLOCK_8X8, BLOCK_8X4 } }, 376 { { BLOCK_16X16, BLOCK_16X8 }, { BLOCK_8X16, BLOCK_8X8 } },
|
D | onyxc_int.h | 842 if (ss_x && bw < mi_size_wide[BLOCK_8X8]) in set_mi_row_col() 844 if (ss_y && bh < mi_size_high[BLOCK_8X8]) in set_mi_row_col() 933 bs = BLOCK_8X8; in scale_chroma_bsize() 941 bs = BLOCK_8X8; in scale_chroma_bsize() 943 bs = BLOCK_8X8; in scale_chroma_bsize() 949 bs = BLOCK_8X8; in scale_chroma_bsize() 953 bs = BLOCK_8X8; in scale_chroma_bsize() 1016 if (bsize >= BLOCK_8X8) { in update_ext_partition_context() 1021 if (bsize != BLOCK_8X8) break; in update_ext_partition_context() 1057 const int bsl = mi_size_wide_log2[bsize] - mi_size_wide_log2[BLOCK_8X8]; in partition_plane_context() [all …]
|
D | mvref_common.c | 149 const int n8_w_8 = mi_size_wide[BLOCK_8X8]; in scan_row_mbmi() 199 const int n8_h_8 = mi_size_high[BLOCK_8X8]; in scan_col_mbmi() 255 const int len = mi_size_wide[BLOCK_8X8]; in scan_blk_mbmi() 504 const int row_adj = (xd->n4_h < mi_size_high[BLOCK_8X8]) && (mi_row & 0x01); in setup_ref_mv_list() 505 const int col_adj = (xd->n4_w < mi_size_wide[BLOCK_8X8]) && (mi_col & 0x01); in setup_ref_mv_list() 517 if (xd->n4_h < mi_size_high[BLOCK_8X8]) in setup_ref_mv_list() 526 if (xd->n4_w < mi_size_wide[BLOCK_8X8]) in setup_ref_mv_list() 561 const int voffset = AOMMAX(mi_size_high[BLOCK_8X8], xd->n4_h); in setup_ref_mv_list() 562 const int hoffset = AOMMAX(mi_size_wide[BLOCK_8X8], xd->n4_w); in setup_ref_mv_list() 571 const int allow_extension = (xd->n4_h >= mi_size_high[BLOCK_8X8]) && in setup_ref_mv_list() [all …]
|
D | cdef_block.c | 122 for (i = 0; i < 4 << (bsize == BLOCK_8X8 || bsize == BLOCK_4X8); i++) { in cdef_filter_block_c() 123 for (j = 0; j < 4 << (bsize == BLOCK_8X8 || bsize == BLOCK_8X4); j++) { in cdef_filter_block_c() 192 ydec ? (xdec ? BLOCK_4X4 : BLOCK_8X4) : (xdec ? BLOCK_4X8 : BLOCK_8X8); in cdef_filter_fb()
|
D | cdef.c | 46 for (int r = 0; r < mi_size_high[BLOCK_8X8]; ++r) in is_8x8_block_skip() 47 for (int c = 0; c < mi_size_wide[BLOCK_8X8]; ++c) in is_8x8_block_skip() 68 const int r_step = mi_size_high[BLOCK_8X8]; in sb_compute_cdef_list() 69 const int c_step = mi_size_wide[BLOCK_8X8]; in sb_compute_cdef_list()
|
D | reconintra.h | 55 return bsize >= BLOCK_8X8; in av1_use_angle_delta()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_common_data.c | 73 BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, BLOCK_8X8, BLOCK_8X16, BLOCK_16X8, 86 BLOCK_INVALID, BLOCK_8X8, BLOCK_INVALID, BLOCK_INVALID, BLOCK_16X16, 97 BLOCK_8X8, // TX_8X8 116 { { BLOCK_8X8, BLOCK_8X4 }, { BLOCK_4X8, BLOCK_4X4 } }, 117 { { BLOCK_8X16, BLOCK_8X8 }, { BLOCK_INVALID, BLOCK_4X8 } }, 118 { { BLOCK_16X8, BLOCK_INVALID }, { BLOCK_8X8, BLOCK_8X4 } }, 119 { { BLOCK_16X16, BLOCK_16X8 }, { BLOCK_8X16, BLOCK_8X8 } },
|
D | vp9_blockd.h | 93 return mi->sb_type < BLOCK_8X8 ? mi->bmi[block].as_mode : mi->mode; in get_y_mode() 238 assert(mi->sb_type < BLOCK_8X8 || in get_uv_tx_size()
|
D | vp9_reconinter.c | 140 const MV mv = mi->sb_type < BLOCK_8X8 in build_inter_predictors() 222 if (xd->mi[0]->sb_type < BLOCK_8X8) { in build_inter_predictors_for_planes() 224 assert(bsize == BLOCK_8X8); in build_inter_predictors_for_planes()
|
D | vp9_enums.h | 47 #define BLOCK_8X8 3 macro
|
/external/libaom/libaom/test/ |
D | cdef_test.cc | 300 BLOCK_8X8), 312 BLOCK_8X8), 325 BLOCK_8X8), 338 BLOCK_8X8), 351 BLOCK_8X8), 365 BLOCK_8X8), 378 BLOCK_8X8), 391 BLOCK_8X8), 404 BLOCK_8X8), 417 BLOCK_8X8),
|
D | blockd_test.cc | 23 BLOCK_INVALID, BLOCK_INVALID, BLOCK_8X8, in TEST() 51 BLOCK_INVALID, BLOCK_INVALID, BLOCK_8X8, in TEST()
|
D | intrabc_test.cc | 39 { { 0, 0 }, 0, 0, BLOCK_8X8, false }, in TEST()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 180 return BLOCK_8X8; in get_rd_var_based_fixed_partition() 394 case BLOCK_8X8: { in tree_to_node() 618 cpi->vbp_bsize_min = BLOCK_8X8; in vp9_set_variance_partition_thresholds() 890 if (subsize < BLOCK_8X8) { in copy_partitioning_helper() 1005 if (subsize_high < BLOCK_8X8) { in scale_partitioning_svc() 1066 if (subsize < BLOCK_8X8) { in update_partition_svc() 1116 if (subsize < BLOCK_8X8) { in update_prev_partition_helper() 1599 for (m = 0; m < 4; m++) fill_variance_tree(&vtemp->split[m], BLOCK_8X8); in choose_partitioning() 1686 BLOCK_8X8, in choose_partitioning() 1689 thresholds[3], BLOCK_8X8, 0)) { in choose_partitioning() [all …]
|
D | vp9_rdopt.c | 1001 vp9_raster_block_offset_int16(BLOCK_8X8, block, p->src_diff); in rd_pick_intra4x4block() 1102 vp9_raster_block_offset_int16(BLOCK_8X8, block, p->src_diff); in rd_pick_intra4x4block() 1412 bsize < BLOCK_8X8 ? BLOCK_8X8 : bsize); in choose_intra_uv_mode() 1417 skip_uv, bsize < BLOCK_8X8 ? BLOCK_8X8 : bsize, in choose_intra_uv_mode() 1496 &p->src.buf[vp9_raster_block_offset(BLOCK_8X8, i, p->src.stride)]; in encode_inter_mb_segment() 1498 &pd->dst.buf[vp9_raster_block_offset(BLOCK_8X8, i, pd->dst.stride)]; in encode_inter_mb_segment() 1506 const int bw = b_width_log2_lookup[BLOCK_8X8]; in encode_inter_mb_segment() 1546 height, width, vp9_raster_block_offset_int16(BLOCK_8X8, i, p->src_diff), in encode_inter_mb_segment() 1550 vp9_raster_block_offset_int16(BLOCK_8X8, i, p->src_diff), in encode_inter_mb_segment() 1555 vp9_raster_block_offset_int16(BLOCK_8X8, i, p->src_diff), in encode_inter_mb_segment() [all …]
|
D | vp9_bitstream.c | 267 if (bsize >= BLOCK_8X8 && cm->tx_mode == TX_MODE_SELECT && in pack_inter_mode_mvs() 273 if (bsize >= BLOCK_8X8) { in pack_inter_mode_mvs() 294 if (bsize >= BLOCK_8X8) { in pack_inter_mode_mvs() 309 if (bsize < BLOCK_8X8) { in pack_inter_mode_mvs() 349 if (bsize >= BLOCK_8X8 && cm->tx_mode == TX_MODE_SELECT) in write_mb_modes_kf() 352 if (bsize >= BLOCK_8X8) { in write_mb_modes_kf() 440 if (subsize < BLOCK_8X8) { in write_modes_sb() 478 if (bsize >= BLOCK_8X8 && in write_modes_sb() 479 (bsize == BLOCK_8X8 || partition != PARTITION_SPLIT)) in write_modes_sb()
|
/external/libvpx/libvpx/test/ |
D | vp9_denoiser_test.cc | 109 ::testing::Values(make_tuple(&vp9_denoiser_filter_sse2, BLOCK_8X8), 124 ::testing::Values(make_tuple(&vp9_denoiser_filter_neon, BLOCK_8X8),
|
/external/libaom/libaom/av1/encoder/ |
D | firstpass.c | 149 case BLOCK_8X8: return aom_mse8x8; in get_block_variance_fn() 170 case BLOCK_8X8: return aom_highbd_8_mse8x8; in highbd_get_block_variance_fn() 178 case BLOCK_8X8: return aom_highbd_10_mse8x8; in highbd_get_block_variance_fn() 186 case BLOCK_8X8: return aom_highbd_12_mse8x8; in highbd_get_block_variance_fn() 278 if (mi_size_wide[BLOCK_16X16] * mb_col + mi_size_wide[BLOCK_8X8] < in get_bsize() 280 return mi_size_wide[BLOCK_16X16] * mb_row + mi_size_wide[BLOCK_8X8] < in get_bsize() 285 return mi_size_wide[BLOCK_16X16] * mb_row + mi_size_wide[BLOCK_8X8] < in get_bsize() 288 : BLOCK_8X8; in get_bsize()
|
D | partition_strategy.c | 102 } else if (bsize == BLOCK_8X8) { in av1_simple_motion_search_based_split() 340 } else if (bsize == BLOCK_8X8) { in av1_simple_motion_search_prune_part() 355 if (bsize < BLOCK_8X8) { 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() 383 bsize >= BLOCK_8X8 && !av1_superres_scaled(cm)) { in av1_simple_motion_search_prune_part() 539 } else if (bsize == BLOCK_8X8) { in av1_firstpass_simple_motion_search_early_term()
|
D | speed_features.c | 86 return BLOCK_8X8; in set_partition_min_limit() 399 sf->default_min_partition_size = BLOCK_8X8; in set_good_speed_features_framesize_independent() 597 sf->default_min_partition_size = BLOCK_8X8; in set_rt_speed_features_framesize_independent() 609 sf->default_min_partition_size = BLOCK_8X8; in set_rt_speed_features_framesize_independent() 886 if (cpi->oxcf.using_dist_8x8) x->min_partition_size = BLOCK_8X8; in av1_set_speed_features_framesize_independent()
|
D | var_based_part.c | 122 case BLOCK_8X8: { in tree_to_node() 407 cpi->vbp_bsize_min = BLOCK_8X8; in av1_set_variance_partition_thresholds() 651 fill_variance_tree(&vtemp->split[k], BLOCK_8X8); in av1_choose_var_based_partitioning() 756 thresholds[3], BLOCK_8X8, in av1_choose_var_based_partitioning() 765 BLOCK_8X8); in av1_choose_var_based_partitioning()
|
D | encodeframe.c | 206 return BLOCK_8X8; in get_rd_var_based_fixed_partition() 1519 const int is_partition_root = bsize >= BLOCK_8X8; in encode_sb() 1704 const int pl = (bsize >= BLOCK_8X8) in rd_use_partition() 1708 (bsize >= BLOCK_8X8) ? get_partition(cm, mi_row, mi_col, bsize) in rd_use_partition() 1743 if (partition == PARTITION_SPLIT && subsize > BLOCK_8X8) { in rd_use_partition() 1783 if (last_part_rdc.rate != INT_MAX && bsize >= BLOCK_8X8 && in rd_use_partition() 1807 if (last_part_rdc.rate != INT_MAX && bsize >= BLOCK_8X8 && in rd_use_partition() 1817 &pc_tree->vertical[bsize > BLOCK_8X8], INT64_MAX, 0); in rd_use_partition() 1870 partition != PARTITION_SPLIT && bsize > BLOCK_8X8 && in rd_use_partition() 1919 if (bsize >= BLOCK_8X8) pc_tree->partitioning = partition; in rd_use_partition() [all …]
|
D | partition_strategy.h | 123 if (pc_tree->block_size >= BLOCK_8X8) { in init_simple_motion_search_mvs()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 313 if (mi->sb_type < BLOCK_8X8) in predict_and_reconstruct_intra_block() 340 if (mi->sb_type < BLOCK_8X8) in parse_intra_block_row_mt() 368 if (mi->sb_type < BLOCK_8X8) in predict_and_reconstruct_intra_block_row_mt() 728 if (sb_type < BLOCK_8X8) { in dec_build_inter_predictors_sb() 897 const int less8x8 = bsize < BLOCK_8X8; in decode_block() 908 if (bsize >= BLOCK_8X8 && (cm->subsampling_x || cm->subsampling_y)) { in decode_block() 1003 if (bsize >= BLOCK_8X8 && (cm->subsampling_x || cm->subsampling_y)) { in recon_block() 1030 const int less8x8 = bsize < BLOCK_8X8; in parse_block() 1041 if (bsize >= BLOCK_8X8 && (cm->subsampling_x || cm->subsampling_y)) { in parse_block() 1170 if (bsize >= BLOCK_8X8 && in decode_partition() [all …]
|
D | vp9_decodemv.c | 85 if (allow_select && tx_mode == TX_MODE_SELECT && bsize >= BLOCK_8X8) in read_tx_size() 710 if (bsize < BLOCK_8X8) { in read_inter_block_mode_info() 716 if (bsize >= BLOCK_8X8) in read_inter_block_mode_info() 744 if (bsize < BLOCK_8X8) { in read_inter_block_mode_info()
|