Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h127 uint16_t n4_w, n4_h; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c681 const int num_4x4_h = pd->n4_h; in dec_build_inter_predictors_sb()
702 const int num_4x4_h = pd->n4_h; in dec_build_inter_predictors_sb()
719 memset(pd->left_context, 0, sizeof(ENTROPY_CONTEXT) * pd->n4_h); in dec_reset_skip_context()
728 xd->plane[i].n4_h = (bh << 1) >> xd->plane[i].subsampling_y; in set_plane_n4()
797 const int num_4x4_h = pd->n4_h; in decode_block()
830 const int num_4x4_h = pd->n4_h; in decode_block()