Searched refs:num_4x4_w (Results 1 – 8 of 8) 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()
210 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; in build_inter_predictors_for_planes() local212 const int bw = 4 * num_4x4_w; in build_inter_predictors_for_planes()219 for (x = 0; x < num_4x4_w; ++x) in build_inter_predictors_for_planes()393 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; in vp9_dec_build_inter_predictors_sb() local395 const int bw = 4 * num_4x4_w; in vp9_dec_build_inter_predictors_sb()402 for (x = 0; x < num_4x4_w; ++x) in vp9_dec_build_inter_predictors_sb()
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()
272 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; in pack_inter_mode_mvs() local275 for (idx = 0; idx < 2; idx += num_4x4_w) { in pack_inter_mode_mvs()305 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; in pack_inter_mode_mvs() local309 for (idx = 0; idx < 2; idx += num_4x4_w) { in pack_inter_mode_mvs()355 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; in write_mb_modes_kf() local360 for (idx = 0; idx < 2; idx += num_4x4_w) { in write_mb_modes_kf()
1088 const int num_4x4_w = num_4x4_blocks_wide_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()1126 const int num_4x4_w = num_4x4_blocks_wide_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()
2333 const int num_4x4_w = num_4x4_blocks_wide_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()3359 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; in sum_intra_stats() local3362 for (idx = 0; idx < 2; idx += num_4x4_w) in sum_intra_stats()
704 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; in vp9_get_entropy_contexts() local712 vpx_memcpy(t_above, above, sizeof(ENTROPY_CONTEXT) * num_4x4_w); in vp9_get_entropy_contexts()716 for (i = 0; i < num_4x4_w; i += 2) in vp9_get_entropy_contexts()722 for (i = 0; i < num_4x4_w; i += 4) in vp9_get_entropy_contexts()728 for (i = 0; i < num_4x4_w; i += 8) in vp9_get_entropy_contexts()
469 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; // 1 or 2 in read_inter_block_mode_info() local475 for (idx = 0; idx < 2; idx += num_4x4_w) { in read_inter_block_mode_info()499 if (num_4x4_w == 2) in read_inter_block_mode_info()