Searched refs:num_4x4_h (Results 1 – 8 of 8) sorted by relevance
51 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_foreach_transformed_block_in_plane() local62 int max_blocks_high = num_4x4_h; in vp9_foreach_transformed_block_in_plane()76 for (r = 0; r < num_4x4_h; r += (1 << tx_size)) { in vp9_foreach_transformed_block_in_plane()84 for (i = 0; i < num_4x4_w * num_4x4_h; i += step) in vp9_foreach_transformed_block_in_plane()
211 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in build_inter_predictors_for_planes() local213 const int bh = 4 * num_4x4_h; in build_inter_predictors_for_planes()218 for (y = 0; y < num_4x4_h; ++y) in build_inter_predictors_for_planes()394 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_dec_build_inter_predictors_sb() local396 const int bh = 4 * num_4x4_h; in vp9_dec_build_inter_predictors_sb()401 for (y = 0; y < num_4x4_h; ++y) in vp9_dec_build_inter_predictors_sb()
250 const int num_4x4_h = num_4x4_blocks_high_lookup[mbmi->sb_type]; in vp9_update_mv_count() local253 for (idy = 0; idy < 2; idy += num_4x4_h) { in vp9_update_mv_count()
273 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in pack_inter_mode_mvs() local274 for (idy = 0; idy < 2; idy += num_4x4_h) { in pack_inter_mode_mvs()306 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in pack_inter_mode_mvs() local308 for (idy = 0; idy < 2; idy += num_4x4_h) { in pack_inter_mode_mvs()356 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in write_mb_modes_kf() local359 for (idy = 0; idy < 2; idy += num_4x4_h) { in write_mb_modes_kf()
1089 const int num_4x4_h = num_4x4_blocks_high_lookup[i]; in init_pick_mode_context() local1090 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h); in init_pick_mode_context()1127 const int num_4x4_h = num_4x4_blocks_high_lookup[i]; in free_pick_mode_context() local1128 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h); in free_pick_mode_context()
2334 const int num_4x4_h = num_4x4_blocks_high_lookup[i]; in encode_rd_sb_row() local2335 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h); in encode_rd_sb_row()3360 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in sum_intra_stats() local3361 for (idy = 0; idy < 2; idy += num_4x4_h) in sum_intra_stats()
705 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_get_entropy_contexts() local713 vpx_memcpy(t_left, left, sizeof(ENTROPY_CONTEXT) * num_4x4_h); in vp9_get_entropy_contexts()718 for (i = 0; i < num_4x4_h; i += 2) in vp9_get_entropy_contexts()724 for (i = 0; i < num_4x4_h; i += 4) in vp9_get_entropy_contexts()730 for (i = 0; i < num_4x4_h; i += 8) in vp9_get_entropy_contexts()
470 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; // 1 or 2 in read_inter_block_mode_info() local474 for (idy = 0; idy < 2; idy += num_4x4_h) { in read_inter_block_mode_info()497 if (num_4x4_h == 2) in read_inter_block_mode_info()