Searched refs:num_4x4_w (Results 1 – 7 of 7) sorted by relevance
50 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; in vp9_foreach_transformed_block_in_plane() local61 int max_blocks_wide = num_4x4_w; in vp9_foreach_transformed_block_in_plane()77 for (c = 0; c < num_4x4_w; c += (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()
239 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; in build_inter_predictors_for_planes() local241 const int bw = 4 * num_4x4_w; in build_inter_predictors_for_planes()248 for (x = 0; x < num_4x4_w; ++x) in build_inter_predictors_for_planes()417 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; in vp9_dec_build_inter_predictors_sb() local419 const int bw = 4 * num_4x4_w; in vp9_dec_build_inter_predictors_sb()426 for (x = 0; x < num_4x4_w; ++x) in vp9_dec_build_inter_predictors_sb()
327 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; in vp9_get_entropy_contexts() local335 vpx_memcpy(t_above, above, sizeof(ENTROPY_CONTEXT) * num_4x4_w); in vp9_get_entropy_contexts()339 for (i = 0; i < num_4x4_w; i += 2) in vp9_get_entropy_contexts()345 for (i = 0; i < num_4x4_w; i += 4) in vp9_get_entropy_contexts()351 for (i = 0; i < num_4x4_w; i += 8) in vp9_get_entropy_contexts()
249 const int num_4x4_w = num_4x4_blocks_wide_lookup[mbmi->sb_type]; in vp9_update_mv_count() local254 for (idx = 0; idx < 2; idx += num_4x4_w) { in vp9_update_mv_count()
269 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; in pack_inter_mode_mvs() local272 for (idx = 0; idx < 2; idx += num_4x4_w) { in pack_inter_mode_mvs()302 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; in pack_inter_mode_mvs() local306 for (idx = 0; idx < 2; idx += num_4x4_w) { in pack_inter_mode_mvs()350 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; in write_mb_modes_kf() local355 for (idx = 0; idx < 2; idx += num_4x4_w) { in write_mb_modes_kf()
3508 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; in sum_intra_stats() local3511 for (idx = 0; idx < 2; idx += num_4x4_w) in sum_intra_stats()
473 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; // 1 or 2 in read_inter_block_mode_info() local479 for (idx = 0; idx < 2; idx += num_4x4_w) { in read_inter_block_mode_info()503 if (num_4x4_w == 2) in read_inter_block_mode_info()