Searched refs:n4_w (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 1315 bw = n4_w * MI_SIZE; in set_txfm_ctxs() 1319 set_txfm_ctx(xd->above_txfm_context, bw, n4_w); in set_txfm_ctxs()
|
D | mvref_common.c | 164 const int n4_w = mi_size_wide[candidate_bsize]; in scan_row_mbmi() local 165 int len = AOMMIN(xd->width, n4_w); in scan_row_mbmi() 172 if (xd->width >= width_8x8 && xd->width <= n4_w) { in scan_row_mbmi()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 749 const int num_4x4_w = pd->n4_w; in dec_build_inter_predictors_sb() 770 const int num_4x4_w = pd->n4_w; in dec_build_inter_predictors_sb() 787 memset(pd->above_context, 0, sizeof(ENTROPY_CONTEXT) * pd->n4_w); in dec_reset_skip_context() 796 xd->plane[i].n4_w = (bw << 1) >> xd->plane[i].subsampling_x; in set_plane_n4() 859 const int num_4x4_w = pd->n4_w; in predict_recon_inter() 889 const int num_4x4_w = pd->n4_w; in predict_recon_intra() 944 const int num_4x4_w = pd->n4_w; in decode_block() 995 const int num_4x4_w = pd->n4_w; in decode_block()
|