Home
last modified time | relevance | path

Searched refs:b_height_log2_lookup (Results 1 – 15 of 15) sorted by relevance

/external/libvpx/vp9/common/
Dvp9_common_data.h22 extern const uint8_t b_height_log2_lookup[BLOCK_SIZES];
Dvp9_common_data.c17 const uint8_t b_height_log2_lookup[BLOCK_SIZES] = { 0, 1, 0, 1, 2, 1, 2, variable
Dvp9_onyxc_int.h458 assert(b_width_log2_lookup[bsize] == b_height_log2_lookup[bsize]); in partition_plane_context()
/external/libvpx/test/
Dvp9_denoiser_test.cc96 for (int h = 0; h < (4 << b_height_log2_lookup[bs_]); ++h) { in TEST_P()
/external/libvpx/vp9/encoder/arm/neon/
Dvp9_denoiser_neon.c156 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/
Dvp9_denoiser_sse2.c144 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/
Dvp9_non_greedy_mv.c425 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()
Dvp9_skin_detection.c28 const int y_height_shift = (4 << b_height_log2_lookup[bsize]) >> 1; in vp9_compute_skin_block()
Dvp9_pickmode.c322 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()
Dvp9_denoiser.c94 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()
Dvp9_mcomp.c2297 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()
Dvp9_rdopt.c206 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()
Dvp9_encodeframe.c3157 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()
Dvp9_encoder.c6494 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/
Dnonrd_pickmode.c723 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]));