Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.c50 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; in vp9_foreach_transformed_block_in_plane() local
58 const int max_blocks_wide = num_4x4_w + (xd->mb_to_right_edge >= 0 ? 0 : in vp9_foreach_transformed_block_in_plane()
62 const int extra_step = ((num_4x4_w - max_blocks_wide) >> tx_size) * step; in vp9_foreach_transformed_block_in_plane()
Dvp9_reconinter.c242 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; in build_inter_predictors_for_planes() local
244 const int bw = 4 * num_4x4_w; in build_inter_predictors_for_planes()
251 for (x = 0; x < num_4x4_w; ++x) in build_inter_predictors_for_planes()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c420 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; in vp9_get_entropy_contexts() local
428 memcpy(t_above, above, sizeof(ENTROPY_CONTEXT) * num_4x4_w); in vp9_get_entropy_contexts()
432 for (i = 0; i < num_4x4_w; i += 2) in vp9_get_entropy_contexts()
438 for (i = 0; i < num_4x4_w; i += 4) in vp9_get_entropy_contexts()
444 for (i = 0; i < num_4x4_w; i += 8) in vp9_get_entropy_contexts()
Dvp9_encodemv.c253 const int num_4x4_w = num_4x4_blocks_wide_lookup[mbmi->sb_type]; in vp9_update_mv_count() local
258 for (idx = 0; idx < 2; idx += num_4x4_w) { in vp9_update_mv_count()
Dvp9_bitstream.c280 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; in pack_inter_mode_mvs() local
283 for (idx = 0; idx < 2; idx += num_4x4_w) { in pack_inter_mode_mvs()
313 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; in pack_inter_mode_mvs() local
317 for (idx = 0; idx < 2; idx += num_4x4_w) { in pack_inter_mode_mvs()
360 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; in write_mb_modes_kf() local
365 for (idx = 0; idx < 2; idx += num_4x4_w) { in write_mb_modes_kf()
Dvp9_pickmode.c584 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; in block_yrd() local
590 const int max_blocks_wide = num_4x4_w + (xd->mb_to_right_edge >= 0 ? 0 : in block_yrd()
602 for (c = 0; c < num_4x4_w; c += block_step) { in block_yrd()
666 for (c = 0; c < num_4x4_w; c += block_step) { in block_yrd()
Dvp9_encodeframe.c1324 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; in update_stats() local
1328 for (idx = 0; idx < 2; idx += num_4x4_w) { in update_stats()
4133 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; in sum_intra_stats() local
4136 for (idx = 0; idx < 2; idx += num_4x4_w) in sum_intra_stats()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c540 const int num_4x4_w = 1 << xd->bmode_blocks_wl; in read_inter_block_mode_info() local
546 for (idx = 0; idx < 2; idx += num_4x4_w) { in read_inter_block_mode_info()
573 if (num_4x4_w == 2) in read_inter_block_mode_info()
Dvp9_decodeframe.c721 const int num_4x4_w = pd->n4_w; in dec_build_inter_predictors_sb() local
724 const int n4w_x4 = 4 * num_4x4_w; in dec_build_inter_predictors_sb()
739 for (x = 0; x < num_4x4_w; ++x) { in dec_build_inter_predictors_sb()
850 const int num_4x4_w = pd->n4_w; in decode_block() local
854 const int max_blocks_wide = num_4x4_w + (xd->mb_to_right_edge >= 0 ? in decode_block()
878 const int num_4x4_w = pd->n4_w; in decode_block() local
882 const int max_blocks_wide = num_4x4_w + (xd->mb_to_right_edge >= 0 ? in decode_block()