Home
last modified time | relevance | path

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

/external/libvpx/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.h408 assert(b_width_log2_lookup[bsize] == b_height_log2_lookup[bsize]); in partition_plane_context()
/external/libvpx/libvpx/test/
Dvp9_denoiser_test.cc95 for (int h = 0; h < (4 << b_height_log2_lookup[bs_]); ++h) { in TEST_P()
/external/libvpx/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/libvpx/vp9/encoder/arm/neon/
Dvp9_denoiser_neon.c152 const int b_height = (4 << b_height_log2_lookup[bs]) >> 1; in vp9_denoiser_8xN_neon()
250 const int b_height = (4 << b_height_log2_lookup[bs]); in vp9_denoiser_NxM_neon()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_skin_detection.c28 const int y_height_shift = (4 << b_height_log2_lookup[bsize]) >> 1; in vp9_compute_skin_block()
Dvp9_pickmode.c320 const int nh = 1 << (bh - b_height_log2_lookup[unit_size]); in calculate_variance()
331 b_height_log2_lookup[unit_size] + 6)); in calculate_variance()
401 const int bh = b_height_log2_lookup[bsize]; in model_rd_for_sb_y_large()
522 const int uv_bh = b_height_log2_lookup[uv_bsize]; in model_rd_for_sb_y_large()
524 (uv_bh - b_height_log2_lookup[unit_size]); in model_rd_for_sb_y_large()
612 (b_height_log2_lookup[bsize] - b_height_log2_lookup[unit_size]); in model_rd_for_sb_y()
929 8 - (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in encode_breakout_test()
1574 (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in search_new_mv()
2237 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.c2139 const int bh = 4 << b_height_log2_lookup[bsize]; in vp9_int_pro_motion_estimation()
2207 tmp_mv->row = vector_match(vbuf, src_vbuf, b_height_log2_lookup[bsize]); in vp9_int_pro_motion_estimation()
2719 (8 - (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize])); in vp9_full_pixel_search()
Dvp9_rdopt.c199 int bh = 1 << (b_height_log2_lookup[bs] - b_width_log2_lookup[unit_size]); in model_rd_for_sb()
202 int lh = b_height_log2_lookup[unit_size] + 2; in model_rd_for_sb()
2437 VPXMIN(b_height_log2_lookup[bsize], b_width_log2_lookup[bsize])); in single_motion_search()
2443 int bhl = b_height_log2_lookup[bsize]; in single_motion_search()
Dvp9_encoder.c5647 int bh = 4 << b_height_log2_lookup[bsize];
5714 const int bh = 4 << b_height_log2_lookup[bsize];
5879 const int bh = 4 << b_height_log2_lookup[bsize];
6171 const int bh = 4 << b_height_log2_lookup[bsize];
Dvp9_encodeframe.c3142 assert(b_width_log2_lookup[bsize] == b_height_log2_lookup[bsize]); in ml_pruning_partition()
3700 8 - (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in rd_pick_partition()
4729 8 - (b_width_log2_lookup[bsize] + b_height_log2_lookup[bsize]); in nonrd_pick_partition()