Searched refs:num_4x4_w (Results 1 – 9 of 9) sorted by relevance
50 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; in vp9_foreach_transformed_block_in_plane() local58 const int max_blocks_wide = num_4x4_w + (xd->mb_to_right_edge >= 0 ? 0 : in vp9_foreach_transformed_block_in_plane()62 const int extra_step = ((num_4x4_w - max_blocks_wide) >> tx_size) * step; in vp9_foreach_transformed_block_in_plane()
242 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; in build_inter_predictors_for_planes() local244 const int bw = 4 * num_4x4_w; in build_inter_predictors_for_planes()251 for (x = 0; x < num_4x4_w; ++x) in build_inter_predictors_for_planes()
420 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; in vp9_get_entropy_contexts() local428 memcpy(t_above, above, sizeof(ENTROPY_CONTEXT) * num_4x4_w); in vp9_get_entropy_contexts()432 for (i = 0; i < num_4x4_w; i += 2) in vp9_get_entropy_contexts()438 for (i = 0; i < num_4x4_w; i += 4) in vp9_get_entropy_contexts()444 for (i = 0; i < num_4x4_w; i += 8) in vp9_get_entropy_contexts()
253 const int num_4x4_w = num_4x4_blocks_wide_lookup[mbmi->sb_type]; in vp9_update_mv_count() local258 for (idx = 0; idx < 2; idx += num_4x4_w) { in vp9_update_mv_count()
280 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; in pack_inter_mode_mvs() local283 for (idx = 0; idx < 2; idx += num_4x4_w) { in pack_inter_mode_mvs()313 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; in pack_inter_mode_mvs() local317 for (idx = 0; idx < 2; idx += num_4x4_w) { in pack_inter_mode_mvs()360 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; in write_mb_modes_kf() local365 for (idx = 0; idx < 2; idx += num_4x4_w) { in write_mb_modes_kf()
584 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; in block_yrd() local590 const int max_blocks_wide = num_4x4_w + (xd->mb_to_right_edge >= 0 ? 0 : in block_yrd()602 for (c = 0; c < num_4x4_w; c += block_step) { in block_yrd()666 for (c = 0; c < num_4x4_w; c += block_step) { in block_yrd()
1324 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; in update_stats() local1328 for (idx = 0; idx < 2; idx += num_4x4_w) { in update_stats()4133 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; in sum_intra_stats() local4136 for (idx = 0; idx < 2; idx += num_4x4_w) in sum_intra_stats()
540 const int num_4x4_w = 1 << xd->bmode_blocks_wl; in read_inter_block_mode_info() local546 for (idx = 0; idx < 2; idx += num_4x4_w) { in read_inter_block_mode_info()573 if (num_4x4_w == 2) in read_inter_block_mode_info()
721 const int num_4x4_w = pd->n4_w; in dec_build_inter_predictors_sb() local724 const int n4w_x4 = 4 * num_4x4_w; in dec_build_inter_predictors_sb()739 for (x = 0; x < num_4x4_w; ++x) { in dec_build_inter_predictors_sb()850 const int num_4x4_w = pd->n4_w; in decode_block() local854 const int max_blocks_wide = num_4x4_w + (xd->mb_to_right_edge >= 0 ? in decode_block()878 const int num_4x4_w = pd->n4_w; in decode_block() local882 const int max_blocks_wide = num_4x4_w + (xd->mb_to_right_edge >= 0 ? in decode_block()