Searched refs:num_4x4_h (Results 1 – 11 of 11) sorted by relevance
48 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_foreach_transformed_block_in_plane() local60 num_4x4_h + (xd->mb_to_bottom_edge >= 0 in vp9_foreach_transformed_block_in_plane()
218 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in build_inter_predictors_for_planes() local220 const int bh = 4 * num_4x4_h; in build_inter_predictors_for_planes()225 for (y = 0; y < num_4x4_h; ++y) in build_inter_predictors_for_planes()
506 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_get_entropy_contexts() local514 memcpy(t_left, left, sizeof(ENTROPY_CONTEXT) * num_4x4_h); in vp9_get_entropy_contexts()519 for (i = 0; i < num_4x4_h; i += 2) in vp9_get_entropy_contexts()525 for (i = 0; i < num_4x4_h; i += 4) in vp9_get_entropy_contexts()532 for (i = 0; i < num_4x4_h; i += 8) in vp9_get_entropy_contexts()
258 const int num_4x4_h = num_4x4_blocks_high_lookup[mi->sb_type]; in vp9_update_mv_count() local261 for (idy = 0; idy < 2; idy += num_4x4_h) { in vp9_update_mv_count()
278 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in pack_inter_mode_mvs() local279 for (idy = 0; idy < 2; idy += num_4x4_h) { in pack_inter_mode_mvs()311 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in pack_inter_mode_mvs() local313 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()
671 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in block_yrd() local678 num_4x4_h + (xd->mb_to_bottom_edge >= 0 ? 0 : xd->mb_to_bottom_edge >> 5); in block_yrd()681 const int bh = 4 * num_4x4_h; in block_yrd()
2078 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in update_stats() local2080 for (idy = 0; idy < 2; idy += num_4x4_h) { in update_stats()6038 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in sum_intra_stats() local6039 for (idy = 0; idy < 2; idy += num_4x4_h) in sum_intra_stats()
733 const int num_4x4_h = pd->n4_h; in dec_build_inter_predictors_sb() local735 const int n4h_x4 = 4 * num_4x4_h; in dec_build_inter_predictors_sb()738 for (y = 0; y < num_4x4_h; ++y) { in dec_build_inter_predictors_sb()754 const int num_4x4_h = pd->n4_h; in dec_build_inter_predictors_sb() local756 const int n4h_x4 = 4 * num_4x4_h; in dec_build_inter_predictors_sb()843 const int num_4x4_h = pd->n4_h; in predict_recon_inter() local851 num_4x4_h + (xd->mb_to_bottom_edge >= 0 in predict_recon_inter()873 const int num_4x4_h = pd->n4_h; in predict_recon_intra() local881 num_4x4_h + (xd->mb_to_bottom_edge >= 0 in predict_recon_intra()928 const int num_4x4_h = pd->n4_h; in decode_block() local[all …]
746 const int num_4x4_h = 1 << xd->bmode_blocks_hl; in read_inter_block_mode_info() local754 for (idy = 0; idy < 2; idy += num_4x4_h) { in read_inter_block_mode_info()771 if (num_4x4_h == 2) mi->bmi[j + 2] = mi->bmi[j]; in read_inter_block_mode_info()
949 const int num_4x4_h = block_size_high[plane_bsize] >> tx_size_high_log2[0]; in get_entropy_contexts_plane() local954 memcpy(t_left, left, sizeof(ENTROPY_CONTEXT) * num_4x4_h); in get_entropy_contexts_plane()
1396 const int num_4x4_h = block_size_high[plane_bsize] >> tx_size_high_log2[0]; in write_inter_txb_coeff() local1399 AOMMIN(mu_blocks_high + (row >> pd->subsampling_y), num_4x4_h); in write_inter_txb_coeff()1451 const int num_4x4_h = in write_tokens_b() local1467 mu_blocks_high = AOMMIN(num_4x4_h, mu_blocks_high); in write_tokens_b()1469 for (row = 0; row < num_4x4_h; row += mu_blocks_high) { in write_tokens_b()