Searched refs:b_height_log2_lookup (Results 1 – 15 of 15) sorted by relevance
/external/libvpx/vp9/common/ |
D | vp9_common_data.h | 22 extern const uint8_t b_height_log2_lookup[BLOCK_SIZES];
|
D | vp9_common_data.c | 17 const uint8_t b_height_log2_lookup[BLOCK_SIZES] = { 0, 1, 0, 1, 2, 1, 2, variable
|
D | vp9_onyxc_int.h | 458 assert(b_width_log2_lookup[bsize] == b_height_log2_lookup[bsize]); in partition_plane_context()
|
/external/libvpx/test/ |
D | vp9_denoiser_test.cc | 96 for (int h = 0; h < (4 << b_height_log2_lookup[bs_]); ++h) { in TEST_P()
|
/external/libvpx/vp9/encoder/arm/neon/ |
D | vp9_denoiser_neon.c | 156 const int b_height = (4 << b_height_log2_lookup[bs]) >> 1; in vp9_denoiser_8xN_neon() 254 const int b_height = (4 << b_height_log2_lookup[bs]); in vp9_denoiser_NxM_neon()
|
/external/libvpx/vp9/encoder/x86/ |
D | vp9_denoiser_sse2.c | 144 const int b_height = (4 << b_height_log2_lookup[bs]) >> 1; in vp9_denoiser_NxM_sse2_small() 232 const int b_height = (4 << b_height_log2_lookup[bs]); in vp9_denoiser_NxM_sse2_big()
|
/external/libvpx/vp9/encoder/ |
D | vp9_non_greedy_mv.c | 425 int bh = 4 << b_height_log2_lookup[bsize]; in vp9_get_smooth_motion_field() 467 const int bh = 4 << b_height_log2_lookup[bsize]; in vp9_get_local_structure()
|
D | vp9_skin_detection.c | 28 const int y_height_shift = (4 << b_height_log2_lookup[bsize]) >> 1; in vp9_compute_skin_block()
|
D | vp9_pickmode.c | 322 const int nh = 1 << (bh - b_height_log2_lookup[unit_size]); in calculate_variance() 334 b_height_log2_lookup[unit_size] + 6)); in calculate_variance() 452 const int bh = b_height_log2_lookup[bsize]; in model_rd_for_sb_y_large() 575 const int uv_bh = b_height_log2_lookup[uv_bsize]; in model_rd_for_sb_y_large() 577 (uv_bh - b_height_log2_lookup[unit_size]); in model_rd_for_sb_y_large() 663 (b_height_log2_lookup[bsize] - b_height_log2_lookup[unit_size]); in model_rd_for_sb_y() 974 8 - (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in encode_breakout_test() 1644 (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in search_new_mv() 2342 sse_y >> (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in vp9_pick_inter_mode()
|
D | vp9_denoiser.c | 94 for (r = 0; r < (4 << b_height_log2_lookup[bs]); ++r) { in vp9_denoiser_filter_c() 149 for (r = 0; r < (4 << b_height_log2_lookup[bs]); ++r) { in vp9_denoiser_filter_c()
|
D | vp9_mcomp.c | 2297 const int bh = 4 << b_height_log2_lookup[bsize]; in vp9_int_pro_motion_estimation() 2365 tmp_mv->row = vector_match(vbuf, src_vbuf, b_height_log2_lookup[bsize]); in vp9_int_pro_motion_estimation() 2427 (8 - (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize])); in get_exhaustive_threshold()
|
D | vp9_rdopt.c | 206 int bh = 1 << (b_height_log2_lookup[bs] - b_width_log2_lookup[unit_size]); in model_rd_for_sb() 209 int lh = b_height_log2_lookup[unit_size] + 2; in model_rd_for_sb() 2567 VPXMIN(b_height_log2_lookup[bsize], b_width_log2_lookup[bsize])); in single_motion_search() 2573 int bhl = b_height_log2_lookup[bsize]; in single_motion_search()
|
D | vp9_encodeframe.c | 3157 assert(b_width_log2_lookup[bsize] == b_height_log2_lookup[bsize]); in ml_pruning_partition() 3557 features[feature_idx++] = (float)b_height_log2_lookup[above_bsize]; in ml_predict_var_rd_paritioning() 3560 features[feature_idx++] = (float)b_height_log2_lookup[left_bsize]; in ml_predict_var_rd_paritioning() 4012 8 - (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in rd_pick_partition() 4965 8 - (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in nonrd_pick_partition()
|
D | vp9_encoder.c | 6494 int bh = 4 << b_height_log2_lookup[bsize]; 6561 const int bh = 4 << b_height_log2_lookup[bsize]; 6704 const int bh = 4 << b_height_log2_lookup[bsize];
|
/external/libaom/av1/encoder/ |
D | nonrd_pickmode.c | 723 static const uint8_t b_height_log2_lookup[BLOCK_SIZES] = { 0, 1, 0, 1, 2, 1, variable 781 const int nh = 1 << (bh - b_height_log2_lookup[unit_size]); in calculate_variance() 792 b_height_log2_lookup[unit_size] + 6)); in calculate_variance() 822 const int bh = b_height_log2_lookup[bsize]; in set_early_term_based_on_uv_plane() 928 const int bh = b_height_log2_lookup[bsize]; in model_skip_for_sb_y_large_64() 1015 const int bh = b_height_log2_lookup[bsize]; in model_skip_for_sb_y_large() 2614 (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); 3049 y_sad >> (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); 3074 uv_sad >> (b_width_log2_lookup[bs] + b_height_log2_lookup[bs]); 3937 b_height_log2_lookup[bsize]));
|