HomeSort by relevance Sort by last modified time
    Searched refs:n4_h (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 127 uint16_t n4_w, n4_h; member in struct:macroblockd_plane
128 // log2 of n4_w, n4_h
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 681 const int num_4x4_h = pd->n4_h;
702 const int num_4x4_h = pd->n4_h;
719 memset(pd->left_context, 0, sizeof(ENTROPY_CONTEXT) * pd->n4_h);
728 xd->plane[i].n4_h = (bh << 1) >> xd->plane[i].subsampling_y;
797 const int num_4x4_h = pd->n4_h;
830 const int num_4x4_h = pd->n4_h;
    [all...]

Completed in 532 milliseconds