Home
last modified time | relevance | path

Searched refs:num_4x4_blocks_high_lookup (Results 1 – 15 of 15) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.c51 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_foreach_transformed_block_in_plane()
113 const int blocks_high = num_4x4_blocks_high_lookup[plane_bsize] + in vp9_set_contexts()
Dvp9_common_data.h26 extern const uint8_t num_4x4_blocks_high_lookup[BLOCK_SIZES];
Dvp9_common_data.c21 const uint8_t num_4x4_blocks_high_lookup[BLOCK_SIZES] = variable
Dvp9_blockd.h264 sizeof(ENTROPY_CONTEXT) * num_4x4_blocks_high_lookup[plane_bsize]); in reset_skip_context()
Dvp9_reconinter.c243 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in build_inter_predictors_for_planes()
Dvp9_loopfilter.c1196 const int block_edge_above = (num_4x4_blocks_high_lookup[sb_type] > 1) ? in vp9_filter_block_plane_non420()
/external/libvpx/libvpx/test/
Dvp9_subtract_test.cc45 const int block_height = 4 * num_4x4_blocks_high_lookup[bsize]; in TEST_P()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_denoiser.c361 num_4x4_blocks_high_lookup[bs] << 2); in vp9_denoiser_denoise()
366 num_4x4_blocks_high_lookup[bs] << 2); in vp9_denoiser_denoise()
Dvp9_encodemv.c254 const int num_4x4_h = num_4x4_blocks_high_lookup[mbmi->sb_type]; in vp9_update_mv_count()
Dvp9_bitstream.c281 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in pack_inter_mode_mvs()
314 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in pack_inter_mode_mvs()
361 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in write_mb_modes_kf()
Dvp9_rd.c421 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_get_entropy_contexts()
Dvp9_rdopt.c784 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in rd_pick_intra4x4block()
1010 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in rd_pick_intra_sub_8x8_y_mode()
1276 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[mbmi->sb_type]; in set_and_cost_bmi_mvs()
1335 const int height = 4 * num_4x4_blocks_high_lookup[plane_bsize]; in encode_inter_mb_segment()
1542 const int ph = 4 * num_4x4_blocks_high_lookup[bsize]; in joint_motion_search()
1747 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in rd_pick_best_sub8x8_mode()
Dvp9_pickmode.c585 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in block_yrd()
1112 const int bh = num_4x4_blocks_high_lookup[bsize] << 2; in vp9_pick_inter_mode()
1693 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in vp9_pick_inter_mode_sub8x8()
Dvp9_encodeframe.c1325 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in update_stats()
1347 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in restore_context()
1377 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in save_context()
1862 num_4x4_blocks_high_lookup[bsize]); in rd_use_partition()
4134 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in sum_intra_stats()
Dvp9_encodemb.c39 const int bh = 4 * num_4x4_blocks_high_lookup[plane_bsize]; in vp9_subtract_plane()