Searched refs:n4_wl (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.h | 134 uint8_t n4_wl, n4_hl; member
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 381 vp9_predict_intra_block(xd, pd->n4_wl, tx_size, mode, in predict_and_reconstruct_intra_block() 759 int n4_wl, int n4_hl) { in dec_get_uv_tx_size() argument 761 const int x = VPXMIN(n4_wl, n4_hl); in dec_get_uv_tx_size() 780 xd->plane[i].n4_wl = bwl - xd->plane[i].subsampling_x; in set_plane_n4() 848 plane ? dec_get_uv_tx_size(mbmi, pd->n4_wl, pd->n4_hl) in decode_block() 876 plane ? dec_get_uv_tx_size(mbmi, pd->n4_wl, pd->n4_hl) in decode_block()
|