HomeSort by relevance Sort by last modified time
    Searched refs:mi_width (Results 1 - 12 of 12) sorted by null

  /external/libaom/libaom/av1/encoder/
partition_strategy.h 85 const int mi_width = mi_size_wide[bsize]; local
98 x->mv_limits.col_min = -(((mi_col + mi_width) * MI_SIZE) + AOM_INTERP_EXTEND);
102 set_plane_n4(xd, mi_width, mi_height, num_planes);
105 assert(!(mi_col & (mi_width - 1)) && !(mi_row & (mi_height - 1)));
109 xd->mb_to_right_edge = ((cm->mi_cols - mi_width - mi_col) * MI_SIZE) * 8;
tokenize.c 217 const int mi_width = block_size_wide[plane_bsize] >> tx_size_wide_log2[0]; local
234 mu_blocks_wide = AOMMIN(mi_width, mu_blocks_wide);
238 for (idx = 0; idx < mi_width; idx += mu_blocks_wide) {
241 const int unit_width = AOMMIN(mu_blocks_wide + idx, mi_width);
tpl_model.c 297 const int mi_width = mi_size_wide[bsize]; local
314 int ref_mi_col = round_floor(grid_pos_col, bw) * mi_width;
323 for (idx = 0; idx < mi_width; ++idx) {
340 const int mi_width = mi_size_wide[bsize]; local
343 for (idx = 0; idx < mi_width; ++idx) {
356 const int mi_width = mi_size_wide[bsize]; local
359 int64_t intra_cost = src_stats->intra_cost / (mi_height * mi_width);
360 int64_t inter_cost = src_stats->inter_cost / (mi_height * mi_width);
369 for (idx = 0; idx < mi_width; ++idx) {
407 const int mi_width = mi_size_wide[bsize] local
    [all...]
encodemb.c 496 const int mi_width = block_size_wide[plane_bsize] >> tx_size_wide_log2[0]; local
520 mu_blocks_wide = AOMMIN(mi_width, mu_blocks_wide);
524 for (idx = 0; idx < mi_width; idx += mu_blocks_wide) {
527 const int unit_width = AOMMIN(mu_blocks_wide + idx, mi_width);
encodeframe.c 216 const int mi_width = mi_size_wide[bsize]; local
234 x->mv_limits.col_min = -(((mi_col + mi_width) * MI_SIZE) + AOM_INTERP_EXTEND);
238 set_plane_n4(xd, mi_width, mi_height, num_planes);
241 assert(!(mi_col & (mi_width - 1)) && !(mi_row & (mi_height - 1)));
242 set_mi_row_col(xd, tile, mi_row, mi_height, mi_col, mi_width, cm->mi_rows,
348 const int mi_width = mi_size_wide[bsize]; local
391 for (x_idx = 0; x_idx < mi_width; x_idx++)
392 if ((xd->mb_to_right_edge >> (3 + MI_SIZE_LOG2)) + mi_width > x_idx &&
1403 int mi_width = mi_size_wide[bsize]; local
1438 int mi_width = mi_size_wide[bsize]; local
5846 const int mi_width = block_size_wide[plane_bsize] >> tx_size_wide_log2[0]; local
5904 const int mi_width = block_size_wide[plane_bsize] >> tx_size_wide_log2[0]; local
5933 const int mi_width = mi_size_wide[bsize]; local
    [all...]
rdopt.c 5413 const int mi_width = mi_size_wide[plane_bsize]; local
5525 const int mi_width = block_size_wide[plane_bsize] >> tx_size_wide_log2[0]; local
5598 const int mi_width = mi_size_wide[plane_bsize]; local
9317 const int mi_width = mi_size_wide[bsize]; local
11892 const int mi_width = mi_size_wide[bsize]; local
    [all...]
  /external/libaom/libaom/av1/common/
mvref_common.c 697 int mi_width = AOMMIN(mi_size_wide[BLOCK_64X64], xd->n4_w); local
698 mi_width = AOMMIN(mi_width, cm->mi_cols - mi_col);
701 int mi_size = AOMMIN(mi_width, mi_height);
772 int mi_width = AOMMIN(mi_size_wide[BLOCK_64X64], xd->n4_w); local
773 mi_width = AOMMIN(mi_width, cm->mi_cols - mi_col);
776 int mi_size = AOMMIN(mi_width, mi_height);
    [all...]
av1_loopfilter.c 736 const int mi_width = local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 5685 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
5716 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
5762 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
5894 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
6158 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
6264 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
6386 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
    [all...]
vp9_encodeframe.c 258 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
272 mv_limits->col_min = -(((mi_col + mi_width) * MI_SIZE) + VP9_INTERP_EXTEND);
277 assert(!(mi_col & (mi_width - 1)) && !(mi_row & (mi_height - 1)));
278 set_mi_row_col(xd, tile, mi_row, mi_height, mi_col, mi_width, cm->mi_rows,
1746 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
2101 int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
2129 int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
2966 int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
    [all...]
vp9_mcomp.c 1886 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
    [all...]
vp9_rdopt.c 3393 const int mi_width = VPXMIN(num_8x8_blocks_wide_lookup[bsize], local
    [all...]

Completed in 400 milliseconds