Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h132 uint16_t n4_w, n4_h; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c238 const int blocks_high = pd->n4_h + in dec_set_contexts()
Dvp9_decodemv.c158 const int bh = xd->plane[0].n4_h >> 1; in read_inter_segment_id()
214 const int bh = xd->plane[0].n4_h >> 1; in read_intra_frame_mode_info()
Dvp9_decodeframe.c722 const int num_4x4_h = pd->n4_h; in dec_build_inter_predictors_sb()
770 memset(pd->left_context, 0, sizeof(ENTROPY_CONTEXT) * pd->n4_h); in dec_reset_skip_context()
779 xd->plane[i].n4_h = (bh << 1) >> xd->plane[i].subsampling_y; in set_plane_n4()
851 const int num_4x4_h = pd->n4_h; in decode_block()
879 const int num_4x4_h = pd->n4_h; in decode_block()