Home
last modified time | relevance | path

Searched refs:n4_w (Results 1 – 12 of 12) sorted by relevance

/external/libaom/libaom/av1/common/
Dmvref_common.c147 int end_mi = AOMMIN(xd->n4_w, cm->mi_cols - mi_col); in scan_row_mbmi()
156 if ((mi_col & 0x01) && xd->n4_w < n8_w_8) --col_offset; in scan_row_mbmi()
158 const int use_step_16 = (xd->n4_w >= 16); in scan_row_mbmi()
165 const int n4_w = mi_size_wide[candidate_bsize]; in scan_row_mbmi() local
166 int len = AOMMIN(xd->n4_w, n4_w); in scan_row_mbmi()
173 if (xd->n4_w >= n8_w_8 && xd->n4_w <= n4_w) { in scan_row_mbmi()
294 if (xd->n4_w < xd->n4_h) in has_top_right()
299 if (xd->n4_w > xd->n4_h) in has_top_right()
306 if (xd->n4_w == xd->n4_h) in has_top_right()
498 const int bs = AOMMAX(xd->n4_w, xd->n4_h); in setup_ref_mv_list()
[all …]
Dobmc.h33 const int end_col = AOMMIN(mi_col + xd->n4_w, cm->mi_cols); in foreach_overlappable_nb_above()
52 fun(xd, above_mi_col - mi_col, AOMMIN(xd->n4_w, mi_step), *above_mi, in foreach_overlappable_nb_above()
Donyxc_int.h882 xd->n4_w = bw; in set_mi_row_col()
884 if (xd->n4_w < xd->n4_h) { in set_mi_row_col()
888 if (!((mi_col + xd->n4_w) & (xd->n4_h - 1))) xd->is_sec_rect = 1; in set_mi_row_col()
891 if (xd->n4_w > xd->n4_h) in set_mi_row_col()
892 if (mi_row & (xd->n4_w - 1)) xd->is_sec_rect = 1; in set_mi_row_col()
1173 static INLINE void set_txfm_ctxs(TX_SIZE tx_size, int n4_w, int n4_h, int skip, in set_txfm_ctxs() argument
1179 bw = n4_w * MI_SIZE; in set_txfm_ctxs()
1183 set_txfm_ctx(xd->above_txfm_context, bw, n4_w); in set_txfm_ctxs()
Dblockd.h536 uint8_t n4_w, n4_h; member
Dreconinter.c937 (xd->n4_w - rel_mi_col - above_mi_width) * MI_SIZE * 8; in av1_setup_build_prediction_by_above_pred()
/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h128 uint16_t n4_w, n4_h; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c732 const int num_4x4_w = pd->n4_w; in dec_build_inter_predictors_sb()
753 const int num_4x4_w = pd->n4_w; in dec_build_inter_predictors_sb()
770 memset(pd->above_context, 0, sizeof(ENTROPY_CONTEXT) * pd->n4_w); in dec_reset_skip_context()
779 xd->plane[i].n4_w = (bw << 1) >> xd->plane[i].subsampling_x; in set_plane_n4()
842 const int num_4x4_w = pd->n4_w; in predict_recon_inter()
872 const int num_4x4_w = pd->n4_w; in predict_recon_intra()
927 const int num_4x4_w = pd->n4_w; in decode_block()
960 const int num_4x4_w = pd->n4_w; in decode_block()
/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c401 int this_width = xd->n4_w * MI_SIZE; in av1_build_prediction_by_left_preds()
Drdopt.c8924 for (int i = 0; i < xd->n4_h * xd->n4_w; ++i) in txfm_search()
9442 sizeof(x->blk_skip[0]) * xd->n4_h * xd->n4_w); in motion_mode_rd()
9683 sizeof(x->blk_skip[0]) * xd->n4_h * xd->n4_w); in motion_mode_rd()
9696 sizeof(x->blk_skip[0]) * xd->n4_h * xd->n4_w); in motion_mode_rd()
9714 sizeof(x->blk_skip[0]) * xd->n4_h * xd->n4_w); in motion_mode_rd()
10597 sizeof(best_blk_skip[0]) * xd->n4_h * xd->n4_w); in handle_inter_mode()
10620 sizeof(best_blk_skip[0]) * xd->n4_h * xd->n4_w); in handle_inter_mode()
10777 sizeof(x->blk_skip[0]) * xd->n4_h * xd->n4_w); in rd_pick_intrabc_mode_sb()
10784 sizeof(x->blk_skip[0]) * xd->n4_h * xd->n4_w); in rd_pick_intrabc_mode_sb()
11026 set_txfm_ctxs(search_state->best_mbmode.tx_size, xd->n4_w, xd->n4_h, in rd_pick_skip_mode()
[all …]
Dbitstream.c1537 set_txfm_ctxs(mbmi->tx_size, xd->n4_w, xd->n4_h, 0, xd); in write_modes_b()
1540 set_txfm_ctxs(mbmi->tx_size, xd->n4_w, xd->n4_h, in write_modes_b()
Dencodeframe.c6111 set_txfm_ctxs(tx_size, xd->n4_w, xd->n4_h, in encode_superblock()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c989 int this_width = xd->n4_w * MI_SIZE; in dec_build_prediction_by_left_preds()
1616 set_txfm_ctxs(mbmi->tx_size, xd->n4_w, xd->n4_h, in parse_decode_block()