Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp9/encoder/arm/neon/
H A 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()
/aosp_15_r20/external/libvpx/vp9/encoder/x86/
H A 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()
/aosp_15_r20/external/libvpx/vp9/common/
H A Dvp9_common_data.h22 extern const uint8_t b_height_log2_lookup[BLOCK_SIZES];
H A Dvp9_common_data.c17 const uint8_t b_height_log2_lookup[BLOCK_SIZES] = { 0, 1, 0, 1, 2, 1, 2, variable
H A Dvp9_onyxc_int.h457 assert(b_width_log2_lookup[bsize] == b_height_log2_lookup[bsize]); in partition_plane_context()
/aosp_15_r20/external/libaom/av1/encoder/
H A Dnonrd_pickmode.c544 const int nh = 1 << (bh - b_height_log2_lookup[unit_size]); in calculate_variance()
555 b_height_log2_lookup[unit_size] + 6)); in calculate_variance()
584 const int bh = b_height_log2_lookup[bsize]; in set_early_term_based_on_uv_plane()
697 const int bh = b_height_log2_lookup[bsize]; in model_skip_for_sb_y_large_64()
784 const int bh = b_height_log2_lookup[bsize]; in model_skip_for_sb_y_large()
1655 (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in av1_nonrd_pick_intra_mode()
1818 (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in get_ref_frame_use_mask()
2019 y_sad >> (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in set_color_sensitivity()
2050 uv_sad >> (b_width_log2_lookup[bs] + b_height_log2_lookup[bs]); in set_color_sensitivity()
2814 b_height_log2_lookup[bsize])); in handle_inter_mode_nonrd()
[all …]
H A Dnonrd_opt.h113 static const uint8_t b_height_log2_lookup[BLOCK_SIZES] = { 0, 1, 0, 1, 2, 1, variable
/aosp_15_r20/external/libvpx/vp9/encoder/
H A 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()
666 (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()
H A 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()
H A Dvp9_skin_detection.c28 const int y_height_shift = (4 << b_height_log2_lookup[bsize]) >> 1; in vp9_compute_skin_block()
H A 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()
H A Dvp9_tpl_model.c550 int bh = 4 << b_height_log2_lookup[bsize]; in get_overlap_area()
652 const int bh = 4 << b_height_log2_lookup[bsize]; in tpl_model_update_b()
805 const int bh = 4 << b_height_log2_lookup[bsize]; in mode_estimation()
H A Dvp9_mcomp.c2276 const int bh = 4 << b_height_log2_lookup[bsize]; in vp9_int_pro_motion_estimation()
2343 tmp_mv->row = vector_match(vbuf, src_vbuf, b_height_log2_lookup[bsize]); in vp9_int_pro_motion_estimation()
2405 (8 - (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize])); in get_exhaustive_threshold()
2590 1 << (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in full_pixel_diamond()
H A Dvp9_rdopt.c205 int bh = 1 << (b_height_log2_lookup[bs] - b_width_log2_lookup[unit_size]); in build_inter_pred_model_rd_earlyterm()
208 int lh = b_height_log2_lookup[unit_size] + 2; in build_inter_pred_model_rd_earlyterm()
2630 VPXMIN(b_height_log2_lookup[bsize], b_width_log2_lookup[bsize])); in single_motion_search()
2636 int bhl = b_height_log2_lookup[bsize]; in single_motion_search()
H A Dvp9_encodeframe.c3179 assert(b_width_log2_lookup[bsize] == b_height_log2_lookup[bsize]); in ml_pruning_partition()
3588 features[feature_idx++] = (float)b_height_log2_lookup[above_bsize]; in ml_predict_var_rd_partitioning()
3591 features[feature_idx++] = (float)b_height_log2_lookup[left_bsize]; in ml_predict_var_rd_partitioning()
4040 8 - (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in rd_pick_partition()
5022 8 - (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in nonrd_pick_partition()
/aosp_15_r20/external/libvpx/test/
H A Dvp9_denoiser_test.cc97 for (int h = 0; h < (4 << b_height_log2_lookup[bs_]); ++h) { in TEST_P()