/external/libvpx/vp9/common/ |
D | vp9_common_data.h | 21 extern const uint8_t b_width_log2_lookup[BLOCK_SIZES];
|
D | vp9_common_data.c | 15 const uint8_t b_width_log2_lookup[BLOCK_SIZES] = { 0, 0, 1, 1, 1, 2, 2, variable
|
D | vp9_onyxc_int.h | 457 assert(b_width_log2_lookup[bsize] == b_height_log2_lookup[bsize]); in partition_plane_context()
|
D | vp9_mfqe.c | 217 const int bsl = b_width_log2_lookup[bs]; in mfqe_partition()
|
/external/libvpx/vp9/encoder/ |
D | vp9_skin_detection.c | 27 const int y_width_shift = (4 << b_width_log2_lookup[bsize]) >> 1; in vp9_compute_skin_block() 49 const int y_bsize = 4 << b_width_log2_lookup[bsize]; in vp9_compute_skin_sb()
|
D | vp9_non_greedy_mv.c | 424 int bw = 4 << b_width_log2_lookup[bsize]; in vp9_get_smooth_motion_field() 466 const int bw = 4 << b_width_log2_lookup[bsize]; in vp9_get_local_structure()
|
D | vp9_pickmode.c | 321 const int nw = 1 << (bw - b_width_log2_lookup[unit_size]); in calculate_variance() 333 (b_width_log2_lookup[unit_size] + in calculate_variance() 419 vp9_predict_intra_block(xd, b_width_log2_lookup[bsize], tx_size, mode, in compute_intra_yprediction() 451 const int bw = b_width_log2_lookup[bsize]; in model_rd_for_sb_y_large() 574 const int uv_bw = b_width_log2_lookup[uv_bsize]; in model_rd_for_sb_y_large() 576 const int sf = (uv_bw - b_width_log2_lookup[unit_size]) + in model_rd_for_sb_y_large() 665 (b_width_log2_lookup[bsize] - b_width_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() 1066 vp9_predict_intra_block(xd, b_width_log2_lookup[plane_bsize], tx_size, in estimate_block_intra() 1644 (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in search_new_mv() [all …]
|
D | vp9_denoiser.c | 95 for (c = 0; c < (4 << b_width_log2_lookup[bs]); ++c) { in vp9_denoiser_filter_c() 150 for (c = 0; c < (4 << b_width_log2_lookup[bs]); ++c) { in vp9_denoiser_filter_c()
|
D | vp9_encodeframe.c | 902 const int bsl = b_width_log2_lookup[bsize]; in copy_partitioning_helper() 977 const int bsl_high = b_width_log2_lookup[bsize]; in scale_partitioning_svc() 1030 const int bsl = b_width_log2_lookup[bsize]; in scale_partitioning_svc() 1076 const int bsl = b_width_log2_lookup[bsize]; in update_partition_svc() 1127 const int bsl = b_width_log2_lookup[bsize]; in update_prev_partition_helper() 2262 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in encode_sb() 2602 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in encode_sb_rt() 2673 const int bsl = b_width_log2_lookup[bsize]; in rd_use_partition() 3179 assert(b_width_log2_lookup[bsize] == b_height_log2_lookup[bsize]); in ml_pruning_partition() 3587 features[feature_idx++] = (float)b_width_log2_lookup[above_bsize]; in ml_predict_var_rd_partitioning() [all …]
|
D | vp9_tpl_model.c | 549 int bw = 4 << b_width_log2_lookup[bsize]; in get_overlap_area() 651 const int bw = 4 << b_width_log2_lookup[bsize]; in tpl_model_update_b() 804 const int bw = 4 << b_width_log2_lookup[bsize]; in mode_estimation() 845 vp9_predict_intra_block(xd, b_width_log2_lookup[bsize], tx_size, mode, src, in mode_estimation()
|
D | vp9_rdopt.c | 204 int bw = 1 << (b_width_log2_lookup[bs] - b_width_log2_lookup[unit_size]); in build_inter_pred_model_rd_earlyterm() 205 int bh = 1 << (b_height_log2_lookup[bs] - b_width_log2_lookup[unit_size]); in build_inter_pred_model_rd_earlyterm() 207 int lw = b_width_log2_lookup[unit_size] + 2; in build_inter_pred_model_rd_earlyterm() 1636 const int bw = b_width_log2_lookup[BLOCK_8X8]; in encode_inter_mb_segment() 2629 2 * (b_width_log2_lookup[BLOCK_64X64] - in single_motion_search() 2630 VPXMIN(b_height_log2_lookup[bsize], b_width_log2_lookup[bsize])); in single_motion_search() 2635 int bwl = b_width_log2_lookup[bsize]; in single_motion_search()
|
D | vp9_rd.c | 663 const int bw = b_width_log2_lookup[plane_bsize]; in vp9_raster_block_offset()
|
D | vp9_mcomp.c | 2275 const int bw = 4 << b_width_log2_lookup[bsize]; in vp9_int_pro_motion_estimation() 2342 tmp_mv->col = vector_match(hbuf, src_hbuf, b_width_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()
|
D | vp9_encodemb.c | 811 const int bwl = b_width_log2_lookup[plane_bsize]; in vp9_encode_block_intra()
|
D | vp9_bitstream.c | 434 const int bsl = b_width_log2_lookup[bsize]; in write_modes_sb()
|
/external/libvpx/test/ |
D | vp9_denoiser_test.cc | 98 for (int w = 0; w < (4 << b_width_log2_lookup[bs_]); ++w) { in TEST_P()
|
/external/libaom/av1/encoder/ |
D | nonrd_pickmode.c | 543 const int nw = 1 << (bw - b_width_log2_lookup[unit_size]); in calculate_variance() 554 (b_width_log2_lookup[unit_size] + in calculate_variance() 583 const int bw = b_width_log2_lookup[bsize]; in set_early_term_based_on_uv_plane() 696 const int bw = b_width_log2_lookup[bsize]; in model_skip_for_sb_y_large_64() 783 const int bw = b_width_log2_lookup[bsize]; in model_skip_for_sb_y_large() 1663 (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in av1_nonrd_pick_intra_mode() 1826 (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in get_ref_frame_use_mask() 2029 y_sad >> (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in set_color_sensitivity() 2062 uv_sad >> (b_width_log2_lookup[bs] + b_height_log2_lookup[bs]); in set_color_sensitivity() 2825 (b_width_log2_lookup[bsize] + in handle_inter_mode_nonrd() [all …]
|
D | nonrd_opt.h | 112 static const uint8_t b_width_log2_lookup[BLOCK_SIZES] = { 0, 0, 1, 1, 1, 2, variable
|
D | nonrd_opt.c | 938 (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in av1_estimate_intra_mode()
|
/external/libvpx/vp9/encoder/x86/ |
D | vp9_denoiser_sse2.c | 231 const int b_width = (4 << b_width_log2_lookup[bs]); in vp9_denoiser_NxM_sse2_big()
|
/external/libvpx/vp9/encoder/arm/neon/ |
D | vp9_denoiser_neon.c | 253 const int b_width = (4 << b_width_log2_lookup[bs]); in vp9_denoiser_NxM_neon()
|