Home
last modified time | relevance | path

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

/external/libvpx/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
60 const int max_blocks_high = num_4x4_h + (xd->mb_to_bottom_edge >= 0 ? 0 : in vp9_foreach_transformed_block_in_plane()
Dvp9_reconinter.c231 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in build_inter_predictors_for_planes() local
233 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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c420 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_get_entropy_contexts() local
428 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()
Dvp9_encodemv.c252 const int num_4x4_h = num_4x4_blocks_high_lookup[mbmi->sb_type]; in vp9_update_mv_count() local
255 for (idy = 0; idy < 2; idy += num_4x4_h) { in vp9_update_mv_count()
Dvp9_bitstream.c282 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in pack_inter_mode_mvs() local
283 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() local
317 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() local
365 for (idy = 0; idy < 2; idy += num_4x4_h) { in write_mb_modes_kf()
Dvp9_pickmode.c584 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in block_yrd() local
591 const int max_blocks_high = num_4x4_h + (xd->mb_to_bottom_edge >= 0 ? 0 : in block_yrd()
Dvp9_encodeframe.c1324 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; in update_stats() local
1326 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() local
4118 for (idy = 0; idy < 2; idy += num_4x4_h) in sum_intra_stats()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c539 const int num_4x4_h = 1 << xd->bmode_blocks_hl; in read_inter_block_mode_info() local
543 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()
Dvp9_decodeframe.c721 const int num_4x4_h = pd->n4_h; in dec_build_inter_predictors_sb() local
724 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() local
855 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() local
883 const int max_blocks_high = num_4x4_h + (xd->mb_to_bottom_edge >= 0 ? in decode_block()