Searched refs:num_4x4_blocks_high_lookup (Results 1 – 17 of 17) sorted by relevance
48 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()
26 extern const uint8_t num_4x4_blocks_high_lookup[BLOCK_SIZES];
259 sizeof(ENTROPY_CONTEXT) * num_4x4_blocks_high_lookup[plane_bsize]); in reset_skip_context()307 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in get_block_height()
21 const uint8_t num_4x4_blocks_high_lookup[BLOCK_SIZES] = { 1, 2, 1, 2, 4, 2, 4, variable
218 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in build_inter_predictors_for_planes()
1122 (num_4x4_blocks_high_lookup[sb_type] > 1) in vp9_filter_block_plane_non420()
44 block_height_ = 4 * num_4x4_blocks_high_lookup[bsize]; in SetupBlocks()
478 const int plane_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in copy_block_visible()480 const int tx_4x4_h = num_4x4_blocks_high_lookup[tx_bsize]; in copy_block_visible()540 const int plane_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in pixel_sse()542 const int tx_4x4_h = num_4x4_blocks_high_lookup[tx_bsize]; in pixel_sse()579 const int plane_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in sum_squares_visible()581 const int tx_4x4_h = num_4x4_blocks_high_lookup[tx_bsize]; in sum_squares_visible()1103 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in rd_pick_intra4x4block()1322 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in rd_pick_intra_sub_8x8_y_mode()1581 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[mi->sb_type]; in set_and_cost_bmi_mvs()1633 const int height = 4 * num_4x4_blocks_high_lookup[plane_bsize]; in encode_inter_mb_segment()[all …]
258 const int num_4x4_h = num_4x4_blocks_high_lookup[mi->sb_type]; in vp9_update_mv_count()
428 num_4x4_blocks_high_lookup[bs] << 2); in vp9_denoiser_denoise()432 num_4x4_blocks_high_lookup[bs] << 2); in vp9_denoiser_denoise()
283 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in pack_inter_mode_mvs()316 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()
536 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_get_entropy_contexts()
394 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in compute_intra_yprediction()716 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in block_yrd()1716 const int bh = num_4x4_blocks_high_lookup[bsize] << 2; in vp9_pick_inter_mode()2756 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in vp9_pick_inter_mode_sub8x8()
2156 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in update_stats()2179 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in restore_context()2207 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in save_context()2690 num_4x4_blocks_high_lookup[bsize]); in rd_use_partition()4624 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bs]; in nonrd_pick_sb_modes()6331 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in sum_intra_stats()
42 const int bh = 4 * num_4x4_blocks_high_lookup[plane_bsize]; in vp9_subtract_plane()
654 const int height = num_4x4_blocks_high_lookup[bsize] * 4; in fp_estimate_block_noise()
6782 const int ph = num_4x4_blocks_high_lookup[bsize] << 2;