Home
last modified time | relevance | path

Searched refs:BLOCK_SIZES (Results 1 – 23 of 23) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_common_data.h21 extern const uint8_t b_width_log2_lookup[BLOCK_SIZES];
22 extern const uint8_t b_height_log2_lookup[BLOCK_SIZES];
23 extern const uint8_t mi_width_log2_lookup[BLOCK_SIZES];
24 extern const uint8_t num_8x8_blocks_wide_lookup[BLOCK_SIZES];
25 extern const uint8_t num_8x8_blocks_high_lookup[BLOCK_SIZES];
26 extern const uint8_t num_4x4_blocks_high_lookup[BLOCK_SIZES];
27 extern const uint8_t num_4x4_blocks_wide_lookup[BLOCK_SIZES];
28 extern const uint8_t size_group_lookup[BLOCK_SIZES];
29 extern const uint8_t num_pels_log2_lookup[BLOCK_SIZES];
30 extern const PARTITION_TYPE partition_lookup[][BLOCK_SIZES];
[all …]
Dvp9_common_data.c15 const uint8_t b_width_log2_lookup[BLOCK_SIZES] = { 0, 0, 1, 1, 1, 2, 2,
17 const uint8_t b_height_log2_lookup[BLOCK_SIZES] = { 0, 1, 0, 1, 2, 1, 2,
19 const uint8_t num_4x4_blocks_wide_lookup[BLOCK_SIZES] = { 1, 1, 2, 2, 2, 4, 4,
21 const uint8_t num_4x4_blocks_high_lookup[BLOCK_SIZES] = { 1, 2, 1, 2, 4, 2, 4,
24 const uint8_t mi_width_log2_lookup[BLOCK_SIZES] = { 0, 0, 0, 0, 0, 1, 1,
26 const uint8_t num_8x8_blocks_wide_lookup[BLOCK_SIZES] = { 1, 1, 1, 1, 1, 2, 2,
28 const uint8_t num_8x8_blocks_high_lookup[BLOCK_SIZES] = { 1, 1, 1, 1, 2, 1, 2,
32 const uint8_t size_group_lookup[BLOCK_SIZES] = { 0, 0, 0, 1, 1, 1, 2,
35 const uint8_t num_pels_log2_lookup[BLOCK_SIZES] = { 4, 5, 5, 6, 7, 7, 8,
38 const PARTITION_TYPE partition_lookup[][BLOCK_SIZES] = {
[all …]
Dvp9_enums.h59 #define BLOCK_SIZES 13 macro
60 #define BLOCK_INVALID BLOCK_SIZES
Dvp9_mvref_common.h89 static const POSITION mv_ref_blocks[BLOCK_SIZES][MVREF_NEIGHBOURS] = {
Dvp9_loopfilter.c85 static const uint64_t left_prediction_mask[BLOCK_SIZES] = {
102 static const uint64_t above_prediction_mask[BLOCK_SIZES] = {
120 static const uint64_t size_mask[BLOCK_SIZES] = {
156 static const uint16_t left_prediction_mask_uv[BLOCK_SIZES] = {
172 static const uint16_t above_prediction_mask_uv[BLOCK_SIZES] = {
189 static const uint16_t size_mask_uv[BLOCK_SIZES] = {
Dvp9_onyxc_int.h52 } partition_context_lookup[BLOCK_SIZES];
/external/libvpx/libvpx/test/
Dvp9_subtract_test.cc65 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/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c74 sf->use_square_only_thresh_high = BLOCK_SIZES; in set_good_speed_feature_framesize_dependent()
131 sf->use_square_only_thresh_low = BLOCK_SIZES; in set_good_speed_feature_framesize_dependent()
308 sf->comp_inter_joint_search_thresh = BLOCK_SIZES; in set_good_speed_feature_framesize_independent()
511 sf->comp_inter_joint_search_thresh = BLOCK_SIZES; in set_rt_speed_feature_framesize_independent()
597 for (i = 0; i < BLOCK_SIZES; ++i) in set_rt_speed_feature_framesize_independent()
603 for (i = 0; i < BLOCK_SIZES; ++i) in set_rt_speed_feature_framesize_independent()
772 for (i = 0; i < BLOCK_SIZES; ++i) in set_rt_speed_feature_framesize_independent()
908 sf->use_square_only_thresh_high = BLOCK_SIZES; in vp9_set_speed_features_framesize_independent()
946 for (i = 0; i < BLOCK_SIZES; ++i) sf->inter_mode_mask[i] = INTER_ALL; in vp9_set_speed_features_framesize_independent()
Dvp9_speed_features.h437 int intra_y_mode_bsize_mask[BLOCK_SIZES];
461 int inter_mode_mask[BLOCK_SIZES];
Dvp9_encoder.h332 int thresh_freq_fact[BLOCK_SIZES][MAX_MODES];
334 int thresh_freq_fact_prev[BLOCK_SIZES][MAX_MODES];
336 int8_t mode_map[BLOCK_SIZES][MAX_MODES];
680 vp9_variance_fn_ptr_t fn_ptr[BLOCK_SIZES];
Dvp9_multi_thread.c62 (int *)vpx_calloc(sb_rows * BLOCK_SIZES * MAX_MODES, in vp9_row_mt_alloc_rd_thresh()
64 for (i = 0; i < sb_rows * BLOCK_SIZES * MAX_MODES; i++) in vp9_row_mt_alloc_rd_thresh()
Dvp9_rd.h112 int threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES];
Dvp9_rd.c88 static const uint8_t rd_thresh_block_size_factor[BLOCK_SIZES] = {
314 for (bsize = 0; bsize < BLOCK_SIZES; ++bsize) { in set_block_thresholds()
Dvp9_encodeframe.c1019 const int row_boundary_block_scale_factor[BLOCK_SIZES] = { 13, 13, 13, 1, 0, in scale_partitioning_svc()
1022 const int col_boundary_block_scale_factor[BLOCK_SIZES] = { 13, 13, 13, 2, 2, in scale_partitioning_svc()
2924 static const BLOCK_SIZE min_partition_size[BLOCK_SIZES] = {
2930 static const BLOCK_SIZE max_partition_size[BLOCK_SIZES] = {
2946 int bs_hist[BLOCK_SIZES]) { in get_sb_partition_size_range() argument
2966 static const BLOCK_SIZE next_square_size[BLOCK_SIZES] = {
2987 int bs_hist[BLOCK_SIZES] = { 0 }; in rd_auto_partition_range()
3112 const int num_16x16_blocks_wide_lookup[BLOCK_SIZES] = { 1, 1, 1, 1, 1, 1, 1,
3114 const int num_16x16_blocks_high_lookup[BLOCK_SIZES] = { 1, 1, 1, 1, 1, 1, 1,
3116 const int qindex_skip_threshold_lookup[BLOCK_SIZES] = { 0, 10, 10, 30, 40,
[all …]
Dvp9_pickmode.c1705 int thresh_freq_fact_idx = (sb_row * BLOCK_SIZES + bsize) * MAX_MODES; in vp9_pick_inter_mode()
Dvp9_encoder.c3833 for (i = 0; i < BLOCK_SIZES; ++i) {
/external/libaom/libaom/av1/common/
Denums.h120 BLOCK_SIZES = BLOCK_4X16, enumerator
122 BLOCK_LARGEST = (BLOCK_SIZES - 1)
Dreconintra.c166 static const uint8_t *const has_tr_vert_tables[BLOCK_SIZES] = {
186 assert(bsize < BLOCK_SIZES); in get_has_tr_table()
351 static const uint8_t *const has_bl_vert_tables[BLOCK_SIZES] = {
371 assert(bsize < BLOCK_SIZES); in get_has_bl_table()
/external/libaom/libaom/av1/encoder/
Dnonrd_pickmode.c475 static const uint8_t b_width_log2_lookup[BLOCK_SIZES] = { 0, 0, 1, 1, 1, 2,
478 static const uint8_t b_height_log2_lookup[BLOCK_SIZES] = { 0, 1, 0, 1, 2, 1,
1368 int32_t num_blocks[BLOCK_SIZES];
1369 int64_t avg_block_times[BLOCK_SIZES];
1370 int32_t num_searches[BLOCK_SIZES][MB_MODE_COUNT];
1371 int32_t num_nonskipped_searches[BLOCK_SIZES][MB_MODE_COUNT];
1372 int64_t search_times[BLOCK_SIZES][MB_MODE_COUNT];
1373 int64_t nonskipped_search_times[BLOCK_SIZES][MB_MODE_COUNT];
1485 int inter_mode_mask[BLOCK_SIZES];
1543 for (int i = 0; i < BLOCK_SIZES; ++i) inter_mode_mask[i] = INTER_ALL;
Dbitstream.c1500 (bsize >= BLOCK_SIZES && bsize < BLOCK_SIZES_ALL)); in write_modes_b()
Dtx_search.c592 (bsize < BLOCK_SIZES) ? bsize - BLOCK_16X16 : bsize - BLOCK_8X16; in get_energy_distribution_fine()
/external/libaom/libaom/test/
Dsubtract_test.cc45 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES; in TEST_P()
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DRegularFileTest.java60 Sets.cartesianProduct(ImmutableList.of(BLOCK_SIZES, CACHE_SIZES)); in suite()
84 public static final ImmutableSet<Integer> BLOCK_SIZES = ImmutableSet.of(2, 8, 128, 8192); field in RegularFileTest