Searched refs:b_height_log2_lookup (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_common_data.h | 22 extern const uint8_t b_height_log2_lookup[BLOCK_SIZES];
|
D | vp9_common_data.c | 17 const uint8_t b_height_log2_lookup[BLOCK_SIZES] = { 0, 1, 0, 1, 2, 1, 2, variable
|
D | vp9_onyxc_int.h | 408 assert(b_width_log2_lookup[bsize] == b_height_log2_lookup[bsize]); in partition_plane_context()
|
/external/libvpx/libvpx/test/ |
D | vp9_denoiser_test.cc | 95 for (int h = 0; h < (4 << b_height_log2_lookup[bs_]); ++h) { in TEST_P()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_denoiser_sse2.c | 144 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/ |
D | vp9_denoiser_neon.c | 152 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/ |
D | vp9_skin_detection.c | 28 const int y_height_shift = (4 << b_height_log2_lookup[bsize]) >> 1; in vp9_compute_skin_block()
|
D | vp9_pickmode.c | 320 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()
|
D | vp9_denoiser.c | 94 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()
|
D | vp9_mcomp.c | 2139 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()
|
D | vp9_rdopt.c | 199 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()
|
D | vp9_encoder.c | 5647 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];
|
D | vp9_encodeframe.c | 3142 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()
|