Searched refs:b_width_log2_lookup (Results 1 – 15 of 15) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_denoiser_sse2.c | 271 for (c = 0; c < (4 << b_width_log2_lookup[bs]); c += 16) { in vp9_denoiser_NxM_sse2_big() 282 for (c = 0; c < (4 << b_width_log2_lookup[bs]); c += 16) { in vp9_denoiser_NxM_sse2_big() 288 sig = sig - 16 * ((4 << b_width_log2_lookup[bs]) >> 4) + sig_stride; in vp9_denoiser_NxM_sse2_big() 290 16 * ((4 << b_width_log2_lookup[bs]) >> 4) + in vp9_denoiser_NxM_sse2_big() 293 16 * ((4 << b_width_log2_lookup[bs]) >> 4) + in vp9_denoiser_NxM_sse2_big() 311 for (c = 0; c < (4 << b_width_log2_lookup[bs]); c += 16) { in vp9_denoiser_NxM_sse2_big() 322 for (c = 0; c < (4 << b_width_log2_lookup[bs]); c += 16) { in vp9_denoiser_NxM_sse2_big() 326 sig = sig - 16 * ((4 << b_width_log2_lookup[bs]) >> 4) + sig_stride; in vp9_denoiser_NxM_sse2_big() 328 16 * ((4 << b_width_log2_lookup[bs]) >> 4) + in vp9_denoiser_NxM_sse2_big() 331 16 * ((4 << b_width_log2_lookup[bs]) >> 4) + in vp9_denoiser_NxM_sse2_big()
|
/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] = variable
|
D | vp9_blockd.h | 294 const int bwl = b_width_log2_lookup[plane_bsize]; in txfrm_block_to_raster_xy()
|
D | vp9_onyxc_int.h | 453 assert(b_width_log2_lookup[bsize] == b_height_log2_lookup[bsize]); in partition_plane_context()
|
D | vp9_mfqe.c | 225 const int bsl = b_width_log2_lookup[bs]; in mfqe_partition()
|
/external/libvpx/libvpx/test/ |
D | vp9_denoiser_sse2_test.cc | 87 for (int w = 0; w < (4 << b_width_log2_lookup[bs_]); ++w) { in TEST_P()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_denoiser.c | 102 for (c = 0; c < (4 << b_width_log2_lookup[bs]); ++c) { in vp9_denoiser_filter_c() 152 for (c = 0; c < (4 << b_width_log2_lookup[bs]); ++c) { in vp9_denoiser_filter_c() 328 const int y_width_shift = (4 << b_width_log2_lookup[bs]) >> 1; in vp9_denoiser_denoise() 582 const int y_width_shift = (4 << b_width_log2_lookup[bsize]) >> 1; in vp9_denoiser_update_noise_estimate()
|
D | vp9_pickmode.c | 238 const int nw = 1 << (bw - b_width_log2_lookup[unit_size]); in calculate_variance() 249 (b_width_log2_lookup[unit_size] + in calculate_variance() 277 const int bw = b_width_log2_lookup[bsize]; in model_rd_for_sb_y_large() 385 const int uv_bw = b_width_log2_lookup[uv_bsize]; in model_rd_for_sb_y_large() 387 const int sf = (uv_bw - b_width_log2_lookup[unit_size]) + in model_rd_for_sb_y_large() 500 (b_width_log2_lookup[bsize] - b_width_log2_lookup[unit_size]) + in model_rd_for_sb_y() 812 8 - (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in encode_breakout_test() 903 vp9_predict_intra_block(xd, b_width_log2_lookup[plane_bsize], in estimate_block_intra()
|
D | vp9_encodeframe.c | 1428 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in encode_sb() 1767 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in encode_sb_rt() 1843 const int bsl = b_width_log2_lookup[bsize]; in rd_use_partition() 2392 dist_breakout_thr >>= 8 - (b_width_log2_lookup[bsize] + in rd_pick_partition() 2975 int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in fill_mode_info_sb() 3126 dist_breakout_thr >>= 8 - (b_width_log2_lookup[bsize] + in nonrd_pick_partition() 3313 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in nonrd_select_partition() 3452 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in nonrd_use_partition()
|
D | vp9_rdopt.c | 198 int bw = 1 << (b_width_log2_lookup[bs] - b_width_log2_lookup[unit_size]); in model_rd_for_sb() 199 int bh = 1 << (b_height_log2_lookup[bs] - b_width_log2_lookup[unit_size]); in model_rd_for_sb() 201 int lw = b_width_log2_lookup[unit_size] + 2; in model_rd_for_sb() 2279 2 * (b_width_log2_lookup[BLOCK_64X64] - in single_motion_search() 2280 VPXMIN(b_height_log2_lookup[bsize], b_width_log2_lookup[bsize])); in single_motion_search() 2285 int bwl = b_width_log2_lookup[bsize]; in single_motion_search()
|
D | vp9_rd.c | 535 const int bw = b_width_log2_lookup[plane_bsize]; in vp9_raster_block_offset()
|
D | vp9_mcomp.c | 1825 const int bw = 4 << b_width_log2_lookup[bsize]; in vp9_int_pro_motion_estimation() 1892 tmp_mv->col = vector_match(hbuf, src_hbuf, b_width_log2_lookup[bsize]); in vp9_int_pro_motion_estimation()
|
D | vp9_encodemb.c | 778 const int bwl = b_width_log2_lookup[plane_bsize]; in vp9_encode_block_intra()
|
D | vp9_bitstream.c | 433 const int bsl = b_width_log2_lookup[bsize]; in write_modes_sb()
|