Home
last modified time | relevance | path

Searched refs:BLOCK_SIZES (Results 1 – 21 of 21) 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.h57 #define BLOCK_SIZES 13 macro
58 #define BLOCK_INVALID BLOCK_SIZES
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_mvref_common.h89 static const POSITION mv_ref_blocks[BLOCK_SIZES][MVREF_NEIGHBOURS] = {
Dvp9_onyxc_int.h52 } partition_context_lookup[BLOCK_SIZES];
/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c73 sf->use_square_only_thresh_high = BLOCK_SIZES; in set_good_speed_feature_framesize_dependent()
130 sf->use_square_only_thresh_low = BLOCK_SIZES; in set_good_speed_feature_framesize_dependent()
304 sf->comp_inter_joint_search_thresh = BLOCK_SIZES; in set_good_speed_feature_framesize_independent()
501 sf->comp_inter_joint_search_thresh = BLOCK_SIZES; in set_rt_speed_feature_framesize_independent()
598 for (i = 0; i < BLOCK_SIZES; ++i) in set_rt_speed_feature_framesize_independent()
601 for (i = 0; i < BLOCK_SIZES; ++i) in set_rt_speed_feature_framesize_independent()
737 for (i = 0; i < BLOCK_SIZES; ++i) in set_rt_speed_feature_framesize_independent()
887 sf->use_square_only_thresh_high = BLOCK_SIZES; in vp9_set_speed_features_framesize_independent()
924 for (i = 0; i < BLOCK_SIZES; ++i) sf->inter_mode_mask[i] = INTER_ALL; in vp9_set_speed_features_framesize_independent()
Dvp9_speed_features.h445 int intra_y_mode_bsize_mask[BLOCK_SIZES];
469 int inter_mode_mask[BLOCK_SIZES];
Dvp9_encoder.h375 int thresh_freq_fact[BLOCK_SIZES][MAX_MODES];
377 int thresh_freq_fact_prev[BLOCK_SIZES][MAX_MODES];
379 int8_t mode_map[BLOCK_SIZES][MAX_MODES];
682 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.h106 int threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES];
Dvp9_rd.c64 static const uint8_t rd_thresh_block_size_factor[BLOCK_SIZES] = {
290 for (bsize = 0; bsize < BLOCK_SIZES; ++bsize) { in set_block_thresholds()
Dvp9_encodeframe.c960 const int row_boundary_block_scale_factor[BLOCK_SIZES] = { in scale_partitioning_svc()
963 const int col_boundary_block_scale_factor[BLOCK_SIZES] = { in scale_partitioning_svc()
2838 static const BLOCK_SIZE min_partition_size[BLOCK_SIZES] = {
2844 static const BLOCK_SIZE max_partition_size[BLOCK_SIZES] = {
2860 int bs_hist[BLOCK_SIZES]) { in get_sb_partition_size_range() argument
2880 static const BLOCK_SIZE next_square_size[BLOCK_SIZES] = {
2901 int bs_hist[BLOCK_SIZES] = { 0 }; in rd_auto_partition_range()
3025 const int num_16x16_blocks_wide_lookup[BLOCK_SIZES] = { 1, 1, 1, 1, 1, 1, 1,
3027 const int num_16x16_blocks_high_lookup[BLOCK_SIZES] = { 1, 1, 1, 1, 1, 1, 1,
3029 const int qindex_skip_threshold_lookup[BLOCK_SIZES] = {
[all …]
Dvp9_pickmode.c1644 int thresh_freq_fact_idx = (sb_row * BLOCK_SIZES + bsize) * MAX_MODES; in vp9_pick_inter_mode()
Dvp9_encoder.c3650 for (i = 0; i < BLOCK_SIZES; ++i) {
/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/libaom/libaom/av1/common/
Denums.h125 BLOCK_SIZES = BLOCK_4X16, enumerator
127 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/test/
Dsubtract_test.cc43 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES; in TEST_P()
/external/libaom/libaom/av1/encoder/
Dbitstream.c1338 (m->sb_type >= BLOCK_SIZES && m->sb_type < BLOCK_SIZES_ALL)); in write_mbmi_b()
1431 (mbmi->sb_type >= BLOCK_SIZES && mbmi->sb_type < BLOCK_SIZES_ALL)); in write_tokens_b()
Drdopt.c1406 (bsize < BLOCK_SIZES) ? bsize - BLOCK_16X16 : bsize - BLOCK_8X16; in get_energy_distribution_fine()