Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.c48 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_foreach_transformed_block_in_plane()
112 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_blockd.h258 sizeof(ENTROPY_CONTEXT) * num_4x4_blocks_high_lookup[plane_bsize]); in reset_skip_context()
Dvp9_common_data.c21 const uint8_t num_4x4_blocks_high_lookup[BLOCK_SIZES] = { 1, 2, 1, 2, 4, 2, 4, variable
Dvp9_reconinter.c218 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in build_inter_predictors_for_planes()
Dvp9_loopfilter.c1122 (num_4x4_blocks_high_lookup[sb_type] > 1) in vp9_filter_block_plane_non420()
/external/libvpx/libvpx/test/
Dvp9_subtract_test.cc44 block_height_ = 4 * num_4x4_blocks_high_lookup[bsize]; in SetupBlocks()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c472 const int plane_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in pixel_sse()
474 const int tx_4x4_h = num_4x4_blocks_high_lookup[tx_bsize]; in pixel_sse()
511 const int plane_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in sum_squares_visible()
513 const int tx_4x4_h = num_4x4_blocks_high_lookup[tx_bsize]; in sum_squares_visible()
964 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in rd_pick_intra4x4block()
1183 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in rd_pick_intra_sub_8x8_y_mode()
1440 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[mi->sb_type]; in set_and_cost_bmi_mvs()
1492 const int height = 4 * num_4x4_blocks_high_lookup[plane_bsize]; in encode_inter_mb_segment()
1704 const int ph = 4 * num_4x4_blocks_high_lookup[bsize]; in joint_motion_search()
1877 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in rd_pick_best_sub8x8_mode()
[all …]
Dvp9_encodemv.c258 const int num_4x4_h = num_4x4_blocks_high_lookup[mi->sb_type]; in vp9_update_mv_count()
Dvp9_denoiser.c429 num_4x4_blocks_high_lookup[bs] << 2); in vp9_denoiser_denoise()
433 num_4x4_blocks_high_lookup[bs] << 2); in vp9_denoiser_denoise()
Dvp9_bitstream.c278 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in pack_inter_mode_mvs()
311 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in pack_inter_mode_mvs()
356 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in write_mb_modes_kf()
Dvp9_rd.c506 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_get_entropy_contexts()
Dvp9_pickmode.c671 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in block_yrd()
1659 const int bh = num_4x4_blocks_high_lookup[bsize] << 2; in vp9_pick_inter_mode()
2626 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in vp9_pick_inter_mode_sub8x8()
Dvp9_encodeframe.c2078 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in update_stats()
2100 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in restore_context()
2128 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in save_context()
2605 num_4x4_blocks_high_lookup[bsize]); in rd_use_partition()
4423 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bs]; in nonrd_pick_sb_modes()
6038 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in sum_intra_stats()
Dvp9_encodemb.c38 const int bh = 4 * num_4x4_blocks_high_lookup[plane_bsize]; in vp9_subtract_plane()
Dvp9_firstpass.c653 const int height = num_4x4_blocks_high_lookup[bsize] * 4; in fp_estimate_block_noise()