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()
126 const int blocks_high = num_4x4_blocks_high_lookup[plane_bsize] + in vp9_set_contexts()
Dvp9_common_data.h25 extern const int num_4x4_blocks_high_lookup[BLOCK_SIZES];
Dvp9_common_data.c22 const int num_4x4_blocks_high_lookup[BLOCK_SIZES] = variable
Dvp9_entropy.h124 num_4x4_blocks_high_lookup[plane_bsize]); in reset_skip_context()
Dvp9_reconinter.c240 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in build_inter_predictors_for_planes()
418 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_dec_build_inter_predictors_sb()
Dvp9_loopfilter.c940 const int block_edge_above = (num_4x4_blocks_high_lookup[sb_type] > 1) ? in filter_block_plane_non420()
/external/libvpx/libvpx/test/
Dvp9_subtract_test.cc43 const int block_height = 4 * num_4x4_blocks_high_lookup[bsize]; in TEST_P()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c250 const int num_4x4_h = num_4x4_blocks_high_lookup[mbmi->sb_type]; in vp9_update_mv_count()
Dvp9_pickmode.c400 int bh = num_4x4_blocks_high_lookup[bsize] << 2; in vp9_pick_inter_mode()
675 const int height = num_4x4_blocks_high_lookup[bsize]; in vp9_pick_inter_mode()
Dvp9_bitstream.c270 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in pack_inter_mode_mvs()
303 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in pack_inter_mode_mvs()
351 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in write_mb_modes_kf()
Dvp9_rd.c328 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_get_entropy_contexts()
Dvp9_rdopt.c645 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in rd_pick_intra4x4block()
760 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in rd_pick_intra_sub_8x8_y_mode()
1034 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[mbmi->sb_type]; in set_and_cost_bmi_mvs()
1094 const int height = 4 * num_4x4_blocks_high_lookup[plane_bsize]; in encode_inter_mb_segment()
1285 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in rd_pick_best_sub8x8_mode()
1878 const int ph = 4 * num_4x4_blocks_high_lookup[bsize]; in joint_motion_search()
Dvp9_encodeframe.c848 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in restore_context()
879 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in save_context()
1454 num_4x4_blocks_high_lookup[bsize]); in rd_use_partition()
3509 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in sum_intra_stats()
Dvp9_encodemb.c59 const int bh = 4 * num_4x4_blocks_high_lookup[plane_bsize]; in vp9_subtract_plane()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c474 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; // 1 or 2 in read_inter_block_mode_info()