Home
last modified time | relevance | path

Searched refs:BLOCK_SIZES_ALL (Results 1 – 25 of 28) sorted by relevance

12

/external/libaom/libaom/av1/common/
Dcommon_data.h25 static const uint8_t mi_size_wide_log2[BLOCK_SIZES_ALL] = {
29 static const uint8_t mi_size_high_log2[BLOCK_SIZES_ALL] = {
35 static const uint8_t mi_size_wide[BLOCK_SIZES_ALL] = {
40 static const uint8_t mi_size_high[BLOCK_SIZES_ALL] = {
46 static const uint8_t block_size_wide[BLOCK_SIZES_ALL] = {
52 static const uint8_t block_size_high[BLOCK_SIZES_ALL] = {
60 static const uint8_t size_group_lookup[BLOCK_SIZES_ALL] = {
64 static const uint8_t num_pels_log2_lookup[BLOCK_SIZES_ALL] = {
105 static const TX_SIZE max_txsize_lookup[BLOCK_SIZES_ALL] = {
126 static const TX_SIZE max_txsize_rect_lookup[BLOCK_SIZES_ALL] = {
[all …]
Dentropymode.h95 aom_cdf_prob compound_type_cdf[BLOCK_SIZES_ALL]
97 aom_cdf_prob wedge_idx_cdf[BLOCK_SIZES_ALL][CDF_SIZE(16)];
99 aom_cdf_prob wedge_interintra_cdf[BLOCK_SIZES_ALL][CDF_SIZE(2)];
102 aom_cdf_prob motion_mode_cdf[BLOCK_SIZES_ALL][CDF_SIZE(MOTION_MODES)];
103 aom_cdf_prob obmc_cdf[BLOCK_SIZES_ALL][CDF_SIZE(2)];
132 aom_cdf_prob filter_intra_cdfs[BLOCK_SIZES_ALL][CDF_SIZE(2)];
Dav1_loopfilter.h196 extern const int mask_id_table_tx_4x4[BLOCK_SIZES_ALL];
198 extern const int mask_id_table_tx_8x8[BLOCK_SIZES_ALL];
200 extern const int mask_id_table_tx_16x16[BLOCK_SIZES_ALL];
202 extern const int mask_id_table_tx_32x32[BLOCK_SIZES_ALL];
206 extern const int mask_id_table_vert_border[BLOCK_SIZES_ALL];
Dentropymode.c480 default_wedge_interintra_cdf[BLOCK_SIZES_ALL][CDF_SIZE(2)] = {
491 static const aom_cdf_prob default_compound_type_cdf[BLOCK_SIZES_ALL][CDF_SIZE(
503 static const aom_cdf_prob default_wedge_idx_cdf[BLOCK_SIZES_ALL][CDF_SIZE(16)] =
549 static const aom_cdf_prob default_motion_mode_cdf[BLOCK_SIZES_ALL][CDF_SIZE(
562 static const aom_cdf_prob default_obmc_cdf[BLOCK_SIZES_ALL][CDF_SIZE(2)] = {
821 static const aom_cdf_prob default_filter_intra_cdfs[BLOCK_SIZES_ALL][CDF_SIZE(
Dreconinter.c136 wedge_signflip_lookup[BLOCK_SIZES_ALL][MAX_WEDGE_TYPES]) = {
163 wedge_signflip_lookup[BLOCK_SIZES_ALL][MAX_WEDGE_TYPES]);
176 static wedge_masks_type wedge_masks[BLOCK_SIZES_ALL][2];
211 const wedge_params_type wedge_params_lookup[BLOCK_SIZES_ALL] = {
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()
990 static uint8_t ii_size_scales[BLOCK_SIZES_ALL] = {
Denums.h124 BLOCK_SIZES_ALL, enumerator
Dcfl.h22 assert(bsize < BLOCK_SIZES_ALL); in is_cfl_allowed()
Dblockd.h930 assert(plane_bsize < BLOCK_SIZES_ALL); in av1_get_max_uv_txsize()
986 for (i = 0; i < BLOCK_SIZES_ALL; i++) { in is_interintra_allowed_bsize_group()
Dreconinter.h76 extern const wedge_params_type wedge_params_lookup[BLOCK_SIZES_ALL];
Dav1_loopfilter.c99 const int mask_id_table_tx_4x4[BLOCK_SIZES_ALL] = {
103 const int mask_id_table_tx_8x8[BLOCK_SIZES_ALL] = {
107 const int mask_id_table_tx_16x16[BLOCK_SIZES_ALL] = {
111 const int mask_id_table_tx_32x32[BLOCK_SIZES_ALL] = { -1, -1, -1, -1, -1, -1,
115 const int mask_id_table_vert_border[BLOCK_SIZES_ALL] = { 0, 47, 49, 19, 51, 53,
Dreconintra.c128 static const uint8_t *const has_tr_tables[BLOCK_SIZES_ALL] = {
313 static const uint8_t *const has_bl_tables[BLOCK_SIZES_ALL] = {
1615 assert(plane_bsize < BLOCK_SIZES_ALL); in av1_predict_intra_block_facade()
/external/libaom/libaom/av1/encoder/
Dblock.h359 int compound_type_cost[BLOCK_SIZES_ALL][MASKED_COMPOUND_TYPES];
360 int wedge_idx_cost[BLOCK_SIZES_ALL][16];
362 int wedge_interintra_cost[BLOCK_SIZES_ALL][2];
364 int motion_mode_cost[BLOCK_SIZES_ALL][MOTION_MODES];
365 int motion_mode_cost1[BLOCK_SIZES_ALL][2];
368 int filter_intra_cost[BLOCK_SIZES_ALL][2];
439 static const char LUT[BLOCK_SIZES_ALL] = { in is_rect_tx_allowed_bsize()
Dencoder.h452 unsigned int wedge_idx[BLOCK_SIZES_ALL][16];
455 unsigned int wedge_interintra[BLOCK_SIZES_ALL][2];
456 unsigned int compound_type[BLOCK_SIZES_ALL][MASKED_COMPOUND_TYPES];
457 unsigned int motion_mode[BLOCK_SIZES_ALL][MOTION_MODES];
458 unsigned int obmc[BLOCK_SIZES_ALL][2];
482 unsigned int filter_intra[BLOCK_SIZES_ALL][2];
552 int thresh_freq_fact[BLOCK_SIZES_ALL][MAX_MODES];
559 InterModeRdModel inter_mode_rd_models[BLOCK_SIZES_ALL];
841 aom_variance_fn_ptr_t fn_ptr[BLOCK_SIZES_ALL];
Drd.c51 static const uint8_t rd_thresh_block_size_factor[BLOCK_SIZES_ALL] = {
118 for (i = 0; i < BLOCK_SIZES_ALL; ++i) { in av1_fill_mode_rates()
277 for (i = 0; i < BLOCK_SIZES_ALL; ++i) in av1_fill_mode_rates()
280 for (i = 0; i < BLOCK_SIZES_ALL; ++i) { in av1_fill_mode_rates()
292 for (i = 0; i < BLOCK_SIZES_ALL; ++i) { in av1_fill_mode_rates()
296 for (i = BLOCK_8X8; i < BLOCK_SIZES_ALL; i++) { in av1_fill_mode_rates()
300 for (i = BLOCK_8X8; i < BLOCK_SIZES_ALL; i++) { in av1_fill_mode_rates()
452 for (bsize = 0; bsize < BLOCK_SIZES_ALL; ++bsize) { in set_block_thresholds()
712 static const uint8_t bsize_curvfit_model_cat_lookup[BLOCK_SIZES_ALL] = {
737 static const uint8_t bsize_surffit_model_cat_lookup[BLOCK_SIZES_ALL] = {
Drd.h287 int threshes[MAX_SEGMENTS][BLOCK_SIZES_ALL][MAX_MODES];
Dspeed_features.c285 sf->comp_inter_joint_search_thresh = BLOCK_SIZES_ALL; in set_good_speed_features_framesize_independent()
507 sf->comp_inter_joint_search_thresh = BLOCK_SIZES_ALL; in set_rt_speed_features_framesize_independent()
/external/libaom/libaom/test/
Dblend_a64_mask_test.cc196 int bsize = rng_.Rand8() % BLOCK_SIZES_ALL; in TEST_P()
214 int bsize = rng_.Rand8() % BLOCK_SIZES_ALL; in TEST_P()
230 for (int bsize = 0; bsize < BLOCK_SIZES_ALL; ++bsize) { in TEST_P()
310 int bsize = rng_.Rand8() % BLOCK_SIZES_ALL; in TEST_P()
328 int bsize = rng_.Rand8() % BLOCK_SIZES_ALL; in TEST_P()
410 int bsize = rng_.Rand8() % BLOCK_SIZES_ALL; in TEST_P()
435 int bsize = rng_.Rand8() % BLOCK_SIZES_ALL; in TEST_P()
527 int bsize = rng_.Rand8() % BLOCK_SIZES_ALL; in TEST_P()
552 for (int bsize = 0; bsize < BLOCK_SIZES_ALL; ++bsize) { in TEST_P()
573 for (int bsize = 0; bsize < BLOCK_SIZES_ALL; ++bsize) { in TEST_P()
Dhorver_correlation_test.cc51 for (int block_size = 0; block_size < BLOCK_SIZES_ALL; block_size++) { in RunHorverTest()
81 for (int block_size = 0; block_size < BLOCK_SIZES_ALL; block_size++) { in RunHorverSpeedTest()
114 for (int block_size = 0; block_size < BLOCK_SIZES_ALL; block_size++) { in RunHorverTest_ExtremeValues()
Dblockd_test.cc20 static const BLOCK_SIZE kPartitionSubsize[10][BLOCK_SIZES_ALL] = { in TEST()
116 for (int bsize = BLOCK_4X4; bsize < BLOCK_SIZES_ALL; bsize++) { in TEST()
Dreconinter_test.cc43 return ::testing::Combine(::testing::Range(BLOCK_4X4, BLOCK_SIZES_ALL), in BuildParams()
74 ::testing::Range(BLOCK_4X4, BLOCK_SIZES_ALL)); in BuildParams()
Dcomp_avg_pred_test.h62 ::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()
Dconvolve_round_test.cc104 int block_size = test_num % BLOCK_SIZES_ALL; in ConvolveRoundingRun()
Dav1_convolve_2d_test_util.cc31 ::testing::Range(BLOCK_4X4, BLOCK_SIZES_ALL)); in BuildParams()
364 ::testing::Range(BLOCK_4X4, BLOCK_SIZES_ALL)); in BuildParams()
Dsum_squares_test.cc117 for (int block = BLOCK_4X4; block < BLOCK_SIZES_ALL; block++) { in RunSpeedTest()
/external/libaom/libaom/tools/
Daom_entropy_optimizer.c424 cts_each_dim[0] = BLOCK_SIZES_ALL; in main()
432 cts_each_dim[0] = BLOCK_SIZES_ALL; in main()
438 cts_each_dim[0] = BLOCK_SIZES_ALL; in main()
445 cts_each_dim[0] = BLOCK_SIZES_ALL; in main()
451 cts_each_dim[0] = BLOCK_SIZES_ALL; in main()
609 cts_each_dim[0] = BLOCK_SIZES_ALL; in main()

12