Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dmvref_common.c197 int end_mi = AOMMIN(xd->n4_h, cm->mi_rows - mi_row); in scan_col_mbmi()
205 if ((mi_row & 0x01) && xd->n4_h < n8_h_8) --row_offset; in scan_col_mbmi()
207 const int use_step_16 = (xd->n4_h >= 16); in scan_col_mbmi()
214 const int n4_h = mi_size_high[candidate_bsize]; in scan_col_mbmi() local
215 int len = AOMMIN(xd->n4_h, n4_h); in scan_col_mbmi()
222 if (xd->n4_h >= n8_h_8 && xd->n4_h <= n4_h) { in scan_col_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.h71 const int end_row = AOMMIN(mi_row + xd->n4_h, cm->mi_rows); in foreach_overlappable_nb_left()
85 fun(xd, left_mi_row - mi_row, AOMMIN(xd->n4_h, mi_step), *left_mi, in foreach_overlappable_nb_left()
Donyxc_int.h881 xd->n4_h = bh; 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()
1173 static INLINE void set_txfm_ctxs(TX_SIZE tx_size, int n4_w, int n4_h, int skip, in set_txfm_ctxs() argument
1180 bh = n4_h * MI_SIZE; in set_txfm_ctxs()
1184 set_txfm_ctx(xd->left_txfm_context, bh, n4_h); in set_txfm_ctxs()
Dblockd.h536 uint8_t n4_w, n4_h; member
Dreconinter.c977 (xd->n4_h - rel_mi_row - left_mi_height) * MI_SIZE * 8; in av1_setup_build_prediction_by_left_pred()
/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h128 uint16_t n4_w, n4_h; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c733 const int num_4x4_h = pd->n4_h; in dec_build_inter_predictors_sb()
754 const int num_4x4_h = pd->n4_h; in dec_build_inter_predictors_sb()
771 memset(pd->left_context, 0, sizeof(ENTROPY_CONTEXT) * pd->n4_h); in dec_reset_skip_context()
780 xd->plane[i].n4_h = (bh << 1) >> xd->plane[i].subsampling_y; in set_plane_n4()
843 const int num_4x4_h = pd->n4_h; in predict_recon_inter()
873 const int num_4x4_h = pd->n4_h; in predict_recon_intra()
928 const int num_4x4_h = pd->n4_h; in decode_block()
961 const int num_4x4_h = pd->n4_h; in decode_block()
/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c346 int this_height = xd->n4_h * MI_SIZE; in av1_build_prediction_by_above_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.c936 int this_height = xd->n4_h * MI_SIZE; in dec_build_prediction_by_above_preds()
1616 set_txfm_ctxs(mbmi->tx_size, xd->n4_w, xd->n4_h, in parse_decode_block()