Searched refs:n4_h (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.h | 129 uint16_t n4_w, n4_h; member
|
/external/libaom/libaom/av1/common/ |
D | av1_common_int.h | 1309 static INLINE void set_txfm_ctxs(TX_SIZE tx_size, int n4_w, int n4_h, int skip, in set_txfm_ctxs() argument 1316 bh = n4_h * MI_SIZE; in set_txfm_ctxs() 1320 set_txfm_ctx(xd->left_txfm_context, bh, n4_h); in set_txfm_ctxs()
|
D | mvref_common.c | 211 const int n4_h = mi_size_high[candidate_bsize]; in scan_col_mbmi() local 212 int len = AOMMIN(xd->height, n4_h); in scan_col_mbmi() 219 if (xd->height >= n8_h_8 && xd->height <= n4_h) { in scan_col_mbmi()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 750 const int num_4x4_h = pd->n4_h; in dec_build_inter_predictors_sb() 771 const int num_4x4_h = pd->n4_h; in dec_build_inter_predictors_sb() 788 memset(pd->left_context, 0, sizeof(ENTROPY_CONTEXT) * pd->n4_h); in dec_reset_skip_context() 797 xd->plane[i].n4_h = (bh << 1) >> xd->plane[i].subsampling_y; in set_plane_n4() 860 const int num_4x4_h = pd->n4_h; in predict_recon_inter() 890 const int num_4x4_h = pd->n4_h; in predict_recon_intra() 945 const int num_4x4_h = pd->n4_h; in decode_block() 996 const int num_4x4_h = pd->n4_h; in decode_block()
|