Home
last modified time | relevance | path

Searched refs:num_4x4_h (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.c48 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_foreach_transformed_block_in_plane() local
60 num_4x4_h + (xd->mb_to_bottom_edge >= 0 in vp9_foreach_transformed_block_in_plane()
Dvp9_reconinter.c218 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in build_inter_predictors_for_planes() local
220 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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c506 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_get_entropy_contexts() local
514 memcpy(t_left, left, sizeof(ENTROPY_CONTEXT) * num_4x4_h); in vp9_get_entropy_contexts()
519 for (i = 0; i < num_4x4_h; i += 2) in vp9_get_entropy_contexts()
525 for (i = 0; i < num_4x4_h; i += 4) in vp9_get_entropy_contexts()
532 for (i = 0; i < num_4x4_h; i += 8) in vp9_get_entropy_contexts()
Dvp9_encodemv.c258 const int num_4x4_h = num_4x4_blocks_high_lookup[mi->sb_type]; in vp9_update_mv_count() local
261 for (idy = 0; idy < 2; idy += num_4x4_h) { in vp9_update_mv_count()
Dvp9_bitstream.c278 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in pack_inter_mode_mvs() local
279 for (idy = 0; idy < 2; idy += num_4x4_h) { in pack_inter_mode_mvs()
311 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in pack_inter_mode_mvs() local
313 for (idy = 0; idy < 2; idy += num_4x4_h) { in pack_inter_mode_mvs()
356 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in write_mb_modes_kf() local
359 for (idy = 0; idy < 2; idy += num_4x4_h) { in write_mb_modes_kf()
Dvp9_pickmode.c671 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in block_yrd() local
678 num_4x4_h + (xd->mb_to_bottom_edge >= 0 ? 0 : xd->mb_to_bottom_edge >> 5); in block_yrd()
681 const int bh = 4 * num_4x4_h; in block_yrd()
Dvp9_encodeframe.c2078 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in update_stats() local
2080 for (idy = 0; idy < 2; idy += num_4x4_h) { in update_stats()
6038 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in sum_intra_stats() local
6039 for (idy = 0; idy < 2; idy += num_4x4_h) in sum_intra_stats()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c733 const int num_4x4_h = pd->n4_h; in dec_build_inter_predictors_sb() local
735 const int n4h_x4 = 4 * num_4x4_h; in dec_build_inter_predictors_sb()
738 for (y = 0; y < num_4x4_h; ++y) { in dec_build_inter_predictors_sb()
754 const int num_4x4_h = pd->n4_h; in dec_build_inter_predictors_sb() local
756 const int n4h_x4 = 4 * num_4x4_h; in dec_build_inter_predictors_sb()
843 const int num_4x4_h = pd->n4_h; in predict_recon_inter() local
851 num_4x4_h + (xd->mb_to_bottom_edge >= 0 in predict_recon_inter()
873 const int num_4x4_h = pd->n4_h; in predict_recon_intra() local
881 num_4x4_h + (xd->mb_to_bottom_edge >= 0 in predict_recon_intra()
928 const int num_4x4_h = pd->n4_h; in decode_block() local
[all …]
Dvp9_decodemv.c746 const int num_4x4_h = 1 << xd->bmode_blocks_hl; in read_inter_block_mode_info() local
754 for (idy = 0; idy < 2; idy += num_4x4_h) { in read_inter_block_mode_info()
771 if (num_4x4_h == 2) mi->bmi[j + 2] = mi->bmi[j]; in read_inter_block_mode_info()
/external/libaom/libaom/av1/encoder/
Drd.c949 const int num_4x4_h = block_size_high[plane_bsize] >> tx_size_high_log2[0]; in get_entropy_contexts_plane() local
954 memcpy(t_left, left, sizeof(ENTROPY_CONTEXT) * num_4x4_h); in get_entropy_contexts_plane()
Dbitstream.c1396 const int num_4x4_h = block_size_high[plane_bsize] >> tx_size_high_log2[0]; in write_inter_txb_coeff() local
1399 AOMMIN(mu_blocks_high + (row >> pd->subsampling_y), num_4x4_h); in write_inter_txb_coeff()
1451 const int num_4x4_h = in write_tokens_b() local
1467 mu_blocks_high = AOMMIN(num_4x4_h, mu_blocks_high); in write_tokens_b()
1469 for (row = 0; row < num_4x4_h; row += mu_blocks_high) { in write_tokens_b()