Searched refs:b_width_log2_lookup (Results 1 – 16 of 16) sorted by relevance
/external/libvpx/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 | 398 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/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_pickmode.c | 299 const int nw = 1 << (bw - b_width_log2_lookup[unit_size]); in calculate_variance() 310 (b_width_log2_lookup[unit_size] + in calculate_variance() 351 const int bw = b_width_log2_lookup[bsize]; in model_rd_for_sb_y_large() 482 const int uv_bw = b_width_log2_lookup[uv_bsize]; in model_rd_for_sb_y_large() 484 const int sf = (uv_bw - b_width_log2_lookup[unit_size]) + in model_rd_for_sb_y_large() 589 (b_width_log2_lookup[bsize] - b_width_log2_lookup[unit_size]) + in model_rd_for_sb_y() 906 8 - (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in encode_breakout_test() 998 vp9_predict_intra_block(xd, b_width_log2_lookup[plane_bsize], tx_size, in estimate_block_intra() 1898 (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in vp9_pick_inter_mode() 2069 sse_y >> (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in vp9_pick_inter_mode()
|
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 | 863 const int bsl = b_width_log2_lookup[bsize]; in copy_partitioning_helper() 938 const int bsl_high = b_width_log2_lookup[bsize]; in scale_partitioning_svc() 989 const int bsl = b_width_log2_lookup[bsize]; in scale_partitioning_svc() 1035 const int bsl = b_width_log2_lookup[bsize]; in update_partition_svc() 1086 const int bsl = b_width_log2_lookup[bsize]; in update_prev_partition_helper() 2131 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in encode_sb() 2470 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in encode_sb_rt() 2540 const int bsl = b_width_log2_lookup[bsize]; in rd_use_partition() 3042 assert(b_width_log2_lookup[bsize] == b_height_log2_lookup[bsize]); in compute_score() 3144 8 - (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in rd_pick_partition() [all …]
|
D | vp9_rdopt.c | 196 int bw = 1 << (b_width_log2_lookup[bs] - b_width_log2_lookup[unit_size]); in model_rd_for_sb() 197 int bh = 1 << (b_height_log2_lookup[bs] - b_width_log2_lookup[unit_size]); in model_rd_for_sb() 199 int lw = b_width_log2_lookup[unit_size] + 2; in model_rd_for_sb() 1515 const int bw = b_width_log2_lookup[BLOCK_8X8]; in encode_inter_mb_segment() 2371 2 * (b_width_log2_lookup[BLOCK_64X64] - in single_motion_search() 2372 VPXMIN(b_height_log2_lookup[bsize], b_width_log2_lookup[bsize])); in single_motion_search() 2377 int bwl = b_width_log2_lookup[bsize]; in single_motion_search()
|
D | vp9_rd.c | 559 const int bw = b_width_log2_lookup[plane_bsize]; in vp9_raster_block_offset()
|
D | vp9_mcomp.c | 1802 const int bw = 4 << b_width_log2_lookup[bsize]; in vp9_int_pro_motion_estimation() 1869 tmp_mv->col = vector_match(hbuf, src_hbuf, b_width_log2_lookup[bsize]); in vp9_int_pro_motion_estimation() 2217 8 - (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in vp9_full_pixel_search()
|
D | vp9_encodemb.c | 746 const int bwl = b_width_log2_lookup[plane_bsize]; in vp9_encode_block_intra()
|
D | vp9_bitstream.c | 426 const int bsl = b_width_log2_lookup[bsize]; in write_modes_sb()
|
/external/libvpx/libvpx/test/ |
D | vp9_denoiser_test.cc | 95 for (int w = 0; w < (4 << b_width_log2_lookup[bs_]); ++w) { in TEST_P()
|
/external/libvpx/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/libvpx/vp9/encoder/arm/neon/ |
D | vp9_denoiser_neon.c | 249 const int b_width = (4 << b_width_log2_lookup[bs]); in vp9_denoiser_NxM_neon()
|