Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_common_data.h20 extern const int b_width_log2_lookup[BLOCK_SIZES];
21 extern const int b_height_log2_lookup[BLOCK_SIZES];
22 extern const int mi_width_log2_lookup[BLOCK_SIZES];
23 extern const int num_8x8_blocks_wide_lookup[BLOCK_SIZES];
24 extern const int num_8x8_blocks_high_lookup[BLOCK_SIZES];
25 extern const int num_4x4_blocks_high_lookup[BLOCK_SIZES];
26 extern const int num_4x4_blocks_wide_lookup[BLOCK_SIZES];
27 extern const int size_group_lookup[BLOCK_SIZES];
28 extern const int num_pels_log2_lookup[BLOCK_SIZES];
29 extern const PARTITION_TYPE partition_lookup[][BLOCK_SIZES];
[all …]
Dvp9_common_data.c16 const int b_width_log2_lookup[BLOCK_SIZES] =
18 const int b_height_log2_lookup[BLOCK_SIZES] =
20 const int num_4x4_blocks_wide_lookup[BLOCK_SIZES] =
22 const int num_4x4_blocks_high_lookup[BLOCK_SIZES] =
25 const int mi_width_log2_lookup[BLOCK_SIZES] =
27 const int num_8x8_blocks_wide_lookup[BLOCK_SIZES] =
29 const int num_8x8_blocks_high_lookup[BLOCK_SIZES] =
33 const int size_group_lookup[BLOCK_SIZES] =
36 const int num_pels_log2_lookup[BLOCK_SIZES] =
40 const PARTITION_TYPE partition_lookup[][BLOCK_SIZES] = {
[all …]
Dvp9_enums.h43 BLOCK_SIZES, enumerator
44 BLOCK_INVALID = BLOCK_SIZES
Dvp9_blockd.h248 assert(subsize < BLOCK_SIZES); in get_subsize()
292 assert(bs < BLOCK_SIZES); in get_plane_block_size()
Dvp9_loopfilter.c82 static const uint64_t left_prediction_mask[BLOCK_SIZES] = {
99 static const uint64_t above_prediction_mask[BLOCK_SIZES] = {
117 static const uint64_t size_mask[BLOCK_SIZES] = {
153 static const uint16_t left_prediction_mask_uv[BLOCK_SIZES] = {
169 static const uint16_t above_prediction_mask_uv[BLOCK_SIZES] = {
186 static const uint16_t size_mask_uv[BLOCK_SIZES] = {
Dvp9_onyxc_int.h49 } partition_context_lookup[BLOCK_SIZES];
Dvp9_mvref_common.c79 static const POSITION mv_ref_blocks[BLOCK_SIZES][MVREF_NEIGHBOURS] = {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h354 int rd_threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES];
355 int rd_thresh_freq_fact[BLOCK_SIZES][MAX_MODES];
356 int rd_thresh_sub8x8[MAX_SEGMENTS][BLOCK_SIZES][MAX_REFS];
357 int rd_thresh_freq_sub8x8[BLOCK_SIZES][MAX_REFS];
436 vp9_variance_fn_ptr_t fn_ptr[BLOCK_SIZES];
516 int64_t mode_test_hits[BLOCK_SIZES];
Dvp9_speed_features.c96 sf->comp_inter_joint_search_thresh = BLOCK_SIZES; in set_good_speed_feature()
200 sf->comp_inter_joint_search_thresh = BLOCK_SIZES; in set_rt_speed_feature()
278 for (i = 0; i < BLOCK_SIZES; ++i) in set_rt_speed_feature()
336 for (i = 0; i < BLOCK_SIZES; ++i) in vp9_set_speed_features()
Dvp9_speed_features.h305 int disable_inter_mode_mask[BLOCK_SIZES];
Dvp9_onyx_if.c1087 for (i = 0; i < BLOCK_SIZES; ++i) { in init_pick_mode_context()
1125 for (i = 0; i < BLOCK_SIZES; ++i) { in free_pick_mode_context()
1387 for (i = 0; i < BLOCK_SIZES; ++i) { in vp9_create_compressor()
1567 double norm_counts[BLOCK_SIZES]; in vp9_remove_compressor()
1570 int norm_factors[BLOCK_SIZES] = in vp9_remove_compressor()
1575 for (i = 0; i < BLOCK_SIZES; ++i) { in vp9_remove_compressor()
Dvp9_encodeframe.c1864 static const BLOCK_SIZE min_partition_size[BLOCK_SIZES] = {
1872 static const BLOCK_SIZE max_partition_size[BLOCK_SIZES] = {
1909 static const BLOCK_SIZE next_square_size[BLOCK_SIZES] = {
Dvp9_rdopt.c137 static int rd_thresh_block_size_factor[BLOCK_SIZES] =
255 for (bsize = 0; bsize < BLOCK_SIZES; ++bsize) { in set_block_thresholds()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dvp9_subtract_test.cc40 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES; in TEST_P()