Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_blockd.c51 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_foreach_transformed_block_in_plane() local
62 int max_blocks_high = num_4x4_h; in vp9_foreach_transformed_block_in_plane()
76 for (r = 0; r < num_4x4_h; r += (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()
Dvp9_reconinter.c211 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in build_inter_predictors_for_planes() local
213 const int bh = 4 * num_4x4_h; in build_inter_predictors_for_planes()
218 for (y = 0; y < num_4x4_h; ++y) in build_inter_predictors_for_planes()
394 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_dec_build_inter_predictors_sb() local
396 const int bh = 4 * num_4x4_h; in vp9_dec_build_inter_predictors_sb()
401 for (y = 0; y < num_4x4_h; ++y) in vp9_dec_build_inter_predictors_sb()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemv.c250 const int num_4x4_h = num_4x4_blocks_high_lookup[mbmi->sb_type]; in vp9_update_mv_count() local
253 for (idy = 0; idy < 2; idy += num_4x4_h) { in vp9_update_mv_count()
Dvp9_bitstream.c273 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in pack_inter_mode_mvs() local
274 for (idy = 0; idy < 2; idy += num_4x4_h) { in pack_inter_mode_mvs()
306 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in pack_inter_mode_mvs() local
308 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_onyx_if.c1089 const int num_4x4_h = num_4x4_blocks_high_lookup[i]; in init_pick_mode_context() local
1090 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h); in init_pick_mode_context()
1127 const int num_4x4_h = num_4x4_blocks_high_lookup[i]; in free_pick_mode_context() local
1128 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h); in free_pick_mode_context()
Dvp9_encodeframe.c2334 const int num_4x4_h = num_4x4_blocks_high_lookup[i]; in encode_rd_sb_row() local
2335 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h); in encode_rd_sb_row()
3360 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in sum_intra_stats() local
3361 for (idy = 0; idy < 2; idy += num_4x4_h) in sum_intra_stats()
Dvp9_rdopt.c705 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_get_entropy_contexts() local
713 vpx_memcpy(t_left, left, sizeof(ENTROPY_CONTEXT) * num_4x4_h); in vp9_get_entropy_contexts()
718 for (i = 0; i < num_4x4_h; i += 2) in vp9_get_entropy_contexts()
724 for (i = 0; i < num_4x4_h; i += 4) in vp9_get_entropy_contexts()
730 for (i = 0; i < num_4x4_h; i += 8) in vp9_get_entropy_contexts()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c470 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; // 1 or 2 in read_inter_block_mode_info() local
474 for (idy = 0; idy < 2; idy += num_4x4_h) { in read_inter_block_mode_info()
497 if (num_4x4_h == 2) in read_inter_block_mode_info()