Searched refs:num_4x4_h (Results 1 – 9 of 9) sorted by relevance
51 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_foreach_transformed_block_in_plane() local60 const int max_blocks_high = num_4x4_h + (xd->mb_to_bottom_edge >= 0 ? 0 : in vp9_foreach_transformed_block_in_plane()
231 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in build_inter_predictors_for_planes() local233 const int bh = 4 * num_4x4_h; in build_inter_predictors_for_planes()238 for (y = 0; y < num_4x4_h; ++y) in build_inter_predictors_for_planes()
420 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_get_entropy_contexts() local428 memcpy(t_left, left, sizeof(ENTROPY_CONTEXT) * num_4x4_h); in vp9_get_entropy_contexts()433 for (i = 0; i < num_4x4_h; i += 2) in vp9_get_entropy_contexts()439 for (i = 0; i < num_4x4_h; i += 4) in vp9_get_entropy_contexts()445 for (i = 0; i < num_4x4_h; i += 8) in vp9_get_entropy_contexts()
252 const int num_4x4_h = num_4x4_blocks_high_lookup[mbmi->sb_type]; in vp9_update_mv_count() local255 for (idy = 0; idy < 2; idy += num_4x4_h) { in vp9_update_mv_count()
282 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in pack_inter_mode_mvs() local283 for (idy = 0; idy < 2; idy += num_4x4_h) { in pack_inter_mode_mvs()315 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in pack_inter_mode_mvs() local317 for (idy = 0; idy < 2; idy += num_4x4_h) { in pack_inter_mode_mvs()362 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in write_mb_modes_kf() local365 for (idy = 0; idy < 2; idy += num_4x4_h) { in write_mb_modes_kf()
584 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in block_yrd() local591 const int max_blocks_high = num_4x4_h + (xd->mb_to_bottom_edge >= 0 ? 0 : in block_yrd()
1324 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in update_stats() local1326 for (idy = 0; idy < 2; idy += num_4x4_h) { in update_stats()4117 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in sum_intra_stats() local4118 for (idy = 0; idy < 2; idy += num_4x4_h) in sum_intra_stats()
539 const int num_4x4_h = 1 << xd->bmode_blocks_hl; in read_inter_block_mode_info() local543 for (idy = 0; idy < 2; idy += num_4x4_h) { in read_inter_block_mode_info()569 if (num_4x4_h == 2) in read_inter_block_mode_info()
721 const int num_4x4_h = pd->n4_h; in dec_build_inter_predictors_sb() local724 const int n4h_x4 = 4 * num_4x4_h; in dec_build_inter_predictors_sb()737 for (y = 0; y < num_4x4_h; ++y) { in dec_build_inter_predictors_sb()850 const int num_4x4_h = pd->n4_h; in decode_block() local855 const int max_blocks_high = num_4x4_h + (xd->mb_to_bottom_edge >= 0 ? in decode_block()878 const int num_4x4_h = pd->n4_h; in decode_block() local883 const int max_blocks_high = num_4x4_h + (xd->mb_to_bottom_edge >= 0 ? in decode_block()