/external/libaom/libaom/av1/common/ |
D | common_data.h | 73 BLOCK_4X4, BLOCK_8X8, BLOCK_16X16, 82 BLOCK_INVALID, BLOCK_4X4, BLOCK_8X8, 271 BLOCK_4X4, // TX_4X4 370 { { BLOCK_4X4, BLOCK_4X4 }, { BLOCK_4X4, BLOCK_4X4 } }, 371 { { BLOCK_4X8, BLOCK_4X4 }, { BLOCK_INVALID, BLOCK_4X4 } }, 372 { { BLOCK_8X4, BLOCK_INVALID }, { BLOCK_4X4, BLOCK_4X4 } }, 373 { { BLOCK_8X8, BLOCK_8X4 }, { BLOCK_4X8, BLOCK_4X4 } },
|
D | pred_common.h | 51 prev_ul = get_segment_id(cm, cm->cur_frame->seg_map, BLOCK_4X4, mi_row - 1, in av1_get_spatial_seg_pred() 55 prev_u = get_segment_id(cm, cm->cur_frame->seg_map, BLOCK_4X4, mi_row - 1, in av1_get_spatial_seg_pred() 59 prev_l = get_segment_id(cm, cm->cur_frame->seg_map, BLOCK_4X4, mi_row - 0, in av1_get_spatial_seg_pred()
|
D | blockd.h | 608 case BLOCK_4X4: return 0; in get_sqr_bsize_idx() 663 return bsize > BLOCK_4X4; in block_signals_txsize() 735 if (bsize == BLOCK_4X4) in tx_size_from_tx_mode()
|
D | reconinter.c | 490 for (sb_type = BLOCK_4X4; sb_type < BLOCK_SIZES_ALL; ++sb_type) { in init_wedge_signs() 525 for (bsize = BLOCK_4X4; bsize < BLOCK_SIZES_ALL; ++bsize) { in init_wedge_masks() 784 case BLOCK_4X4: in av1_skip_u4x4_pred_in_obmc() 788 case BLOCK_4X4: in av1_skip_u4x4_pred_in_obmc()
|
D | enums.h | 102 BLOCK_4X4, enumerator
|
D | cdef_block.c | 192 ydec ? (xdec ? BLOCK_4X4 : BLOCK_8X4) : (xdec ? BLOCK_4X8 : BLOCK_8X8); in cdef_filter_fb()
|
D | cfl.h | 29 return (CFL_ALLOWED_TYPE)(plane_bsize == BLOCK_4X4); in is_cfl_allowed()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_common_data.c | 73 BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, BLOCK_8X8, BLOCK_8X16, BLOCK_16X8, 85 BLOCK_INVALID, BLOCK_INVALID, BLOCK_INVALID, BLOCK_4X4, BLOCK_INVALID, 96 BLOCK_4X4, // TX_4X4 113 { { BLOCK_4X4, BLOCK_INVALID }, { BLOCK_INVALID, BLOCK_INVALID } }, 114 { { BLOCK_4X8, BLOCK_4X4 }, { BLOCK_INVALID, BLOCK_INVALID } }, 115 { { BLOCK_8X4, BLOCK_INVALID }, { BLOCK_4X4, BLOCK_INVALID } }, 116 { { BLOCK_8X8, BLOCK_8X4 }, { BLOCK_4X8, BLOCK_4X4 } },
|
D | vp9_enums.h | 44 #define BLOCK_4X4 0 macro
|
/external/libaom/libaom/test/ |
D | cdef_test.cc | 299 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, 311 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, 324 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, 337 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, 350 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, 364 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, 377 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, 390 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, 403 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, 416 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4,
|
D | blockd_test.cc | 22 BLOCK_4X4, in TEST() 50 BLOCK_INVALID, BLOCK_INVALID, BLOCK_4X4, in TEST() 116 for (int bsize = BLOCK_4X4; bsize < BLOCK_SIZES_ALL; bsize++) { in TEST()
|
D | reconinter_test.cc | 43 return ::testing::Combine(::testing::Range(BLOCK_4X4, BLOCK_SIZES_ALL), in BuildParams() 74 ::testing::Range(BLOCK_4X4, BLOCK_SIZES_ALL)); in BuildParams()
|
D | comp_avg_pred_test.h | 62 ::testing::Range(BLOCK_4X4, BLOCK_SIZES_ALL)); in BuildParams() 68 ::testing::Range(BLOCK_4X4, BLOCK_SIZES_ALL)); in BuildParams() 76 ::testing::Range(BLOCK_4X4, BLOCK_SIZES_ALL)); in BuildParams() 83 ::testing::Range(BLOCK_4X4, BLOCK_SIZES_ALL)); in BuildParams()
|
D | intrabc_test.cc | 40 { { 0, 0 }, 0, 0, BLOCK_4X4, false }, in TEST()
|
D | subtract_test.cc | 43 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES; in TEST_P()
|
/external/libvpx/libvpx/test/ |
D | vp9_subtract_test.cc | 65 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES; in TEST_P() 86 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES; in TEST_P()
|
/external/libaom/libaom/av1/encoder/ |
D | aq_variance.c | 126 log(1.0 + cpi->fn_ptr[BLOCK_4X4].vf( in av1_log_block_var() 133 log(1.0 + cpi->fn_ptr[BLOCK_4X4].vf( in av1_log_block_var()
|
D | speed_features.c | 83 return BLOCK_4X4; in set_partition_min_limit() 670 sf->comp_inter_joint_search_thresh = BLOCK_4X4; in av1_set_speed_features_framesize_independent() 702 sf->rd_auto_partition_min_limit = BLOCK_4X4; in av1_set_speed_features_framesize_independent() 704 sf->default_min_partition_size = BLOCK_4X4; in av1_set_speed_features_framesize_independent()
|
D | pickcdef.c | 271 assert(bsize == BLOCK_4X4); in compute_cdef_dist() 352 bsize[pli] = ydec[pli] ? (xdec[pli] ? BLOCK_4X4 : BLOCK_8X4) in av1_cdef_search()
|
D | context_tree.c | 16 BLOCK_4X4, BLOCK_8X8, BLOCK_16X16, BLOCK_32X32, BLOCK_64X64, BLOCK_128X128,
|
D | encoder.c | 1627 BLOCK_4X4, aom_highbd_sad4x4_bits8, aom_highbd_sad4x4_avg_bits8, 1688 HIGHBD_MBFP(BLOCK_4X4, aom_highbd_masked_sad4x4_bits8, 1747 HIGHBD_OBFP(BLOCK_4X4, aom_highbd_obmc_sad4x4_bits8, 1913 BLOCK_4X4, aom_highbd_sad4x4_bits10, aom_highbd_sad4x4_avg_bits10, 1976 HIGHBD_MBFP(BLOCK_4X4, aom_highbd_masked_sad4x4_bits10, 2035 HIGHBD_OBFP(BLOCK_4X4, aom_highbd_obmc_sad4x4_bits10, 2207 BLOCK_4X4, aom_highbd_sad4x4_bits12, aom_highbd_sad4x4_avg_bits12, 2270 HIGHBD_MBFP(BLOCK_4X4, aom_highbd_masked_sad4x4_bits12, 2329 HIGHBD_OBFP(BLOCK_4X4, aom_highbd_obmc_sad4x4_bits12, 2861 BFP(BLOCK_4X4, aom_sad4x4, aom_sad4x4_avg, aom_variance4x4, in av1_create_compressor() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_speed_features.c | 50 return BLOCK_4X4; in set_partition_min_limit() 74 sf->use_square_only_thresh_low = BLOCK_4X4; in set_good_speed_feature_framesize_dependent() 129 sf->use_square_only_thresh_high = BLOCK_4X4; in set_good_speed_feature_framesize_dependent() 871 sf->comp_inter_joint_search_thresh = BLOCK_4X4; in vp9_set_speed_features_framesize_independent() 888 sf->use_square_only_thresh_low = BLOCK_4X4; in vp9_set_speed_features_framesize_independent() 890 sf->rd_auto_partition_min_limit = BLOCK_4X4; in vp9_set_speed_features_framesize_independent() 892 sf->default_min_partition_size = BLOCK_4X4; in vp9_set_speed_features_framesize_independent()
|
D | vp9_encodeframe.c | 403 assert(bsize == BLOCK_4X4); in tree_to_node() 1692 (mi_col + x32_idx + x16_idx + x8_idx), BLOCK_4X4); in choose_partitioning() 2190 subsize = BLOCK_4X4; in encode_sb() 2194 if (output_enabled && bsize != BLOCK_4X4) in encode_sb() 2531 subsize = BLOCK_4X4; in encode_sb_rt() 2535 if (output_enabled && bsize != BLOCK_4X4) in encode_sb_rt() 2596 BLOCK_SIZE sub_subsize = BLOCK_4X4; in rd_use_partition() 2839 BLOCK_4X4, BLOCK_4X4, BLOCK_4X4, BLOCK_4X4, BLOCK_4X4, 2840 BLOCK_4X4, BLOCK_8X8, BLOCK_8X8, BLOCK_8X8, BLOCK_16X16, 2881 BLOCK_4X4, BLOCK_4X4, BLOCK_4X4, BLOCK_8X8, BLOCK_8X8, [all …]
|
D | vp9_encoder.h | 328 if (bsize == BLOCK_4X4) { in get_square_block_idx() 347 return BLOCK_4X4; in square_block_idx_to_bsize()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_int.h | 205 BLOCK_4X4, enumerator
|