Searched refs:num_4x4_h (Results 1 – 13 of 13) 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()
307 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in get_block_height() local308 return 4 * num_4x4_h; in get_block_height()
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()
536 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_get_entropy_contexts() local544 memcpy(t_left, left, sizeof(ENTROPY_CONTEXT) * num_4x4_h); in vp9_get_entropy_contexts()549 for (i = 0; i < num_4x4_h; i += 2) in vp9_get_entropy_contexts()555 for (i = 0; i < num_4x4_h; i += 4) in vp9_get_entropy_contexts()562 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()
283 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in pack_inter_mode_mvs() local284 for (idy = 0; idy < 2; idy += num_4x4_h) { in pack_inter_mode_mvs()316 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in pack_inter_mode_mvs() local318 for (idy = 0; idy < 2; idy += num_4x4_h) { in pack_inter_mode_mvs()361 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in write_mb_modes_kf() local364 for (idy = 0; idy < 2; idy += num_4x4_h) { in write_mb_modes_kf()
394 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in compute_intra_yprediction() local404 num_4x4_h + (xd->mb_to_bottom_edge >= 0 in compute_intra_yprediction()716 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in block_yrd() local723 num_4x4_h + (xd->mb_to_bottom_edge >= 0 ? 0 : xd->mb_to_bottom_edge >> 5); in block_yrd()726 const int bh = 4 * num_4x4_h; in block_yrd()
2156 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in update_stats() local2158 for (idy = 0; idy < 2; idy += num_4x4_h) { in update_stats()6331 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in sum_intra_stats() local6332 for (idy = 0; idy < 2; idy += num_4x4_h) in sum_intra_stats()
750 const int num_4x4_h = pd->n4_h; in dec_build_inter_predictors_sb() local752 const int n4h_x4 = 4 * num_4x4_h; in dec_build_inter_predictors_sb()755 for (y = 0; y < num_4x4_h; ++y) { in dec_build_inter_predictors_sb()771 const int num_4x4_h = pd->n4_h; in dec_build_inter_predictors_sb() local773 const int n4h_x4 = 4 * num_4x4_h; in dec_build_inter_predictors_sb()860 const int num_4x4_h = pd->n4_h; in predict_recon_inter() local868 num_4x4_h + (xd->mb_to_bottom_edge >= 0 in predict_recon_inter()890 const int num_4x4_h = pd->n4_h; in predict_recon_intra() local898 num_4x4_h + (xd->mb_to_bottom_edge >= 0 in predict_recon_intra()945 const int num_4x4_h = pd->n4_h; in decode_block() local[all …]
723 const int num_4x4_h = 1 << xd->bmode_blocks_hl; in read_inter_block_mode_info() local732 for (idy = 0; idy < 2; idy += num_4x4_h) { in read_inter_block_mode_info()761 if (num_4x4_h == 2) mi->bmi[j + 2] = mi->bmi[j]; in read_inter_block_mode_info()
972 const int num_4x4_h = mi_size_high[plane_bsize]; in get_entropy_contexts_plane() local977 memcpy(t_left, left, sizeof(ENTROPY_CONTEXT) * num_4x4_h); in get_entropy_contexts_plane()
736 const int num_4x4_h = mi_size_high[bsize]; in block_yrd() local743 num_4x4_h + (xd->mb_to_bottom_edge >= 0 ? 0 : xd->mb_to_bottom_edge >> 5); in block_yrd()746 const int bh = 4 * num_4x4_h; in block_yrd()
1412 const int num_4x4_h = mi_size_high[plane_bsize]; in write_inter_txb_coeff() local1415 const int unit_height = AOMMIN(mu_blocks_high + (row >> ss_y), num_4x4_h); in write_inter_txb_coeff()1446 const int num_4x4_h = mi_size_high[bsize]; in write_tokens_b() local1457 mu_blocks_high = AOMMIN(num_4x4_h, mu_blocks_high); in write_tokens_b()1460 for (int row = 0; row < num_4x4_h; row += mu_blocks_high) { in write_tokens_b()