Home
last modified time | relevance | path

Searched refs:n4_hl (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h134 uint8_t n4_wl, n4_hl; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c759 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()
781 xd->plane[i].n4_hl = bhl - xd->plane[i].subsampling_y; 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()