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

  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 132 uint16_t n4_w, n4_h; member in struct:macroblockd_plane
133 // log2 of n4_w, n4_h
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 238 const int blocks_high = pd->n4_h +
vp9_decodemv.c 158 const int bh = xd->plane[0].n4_h >> 1;
214 const int bh = xd->plane[0].n4_h >> 1;
vp9_decodeframe.c 722 const int num_4x4_h = pd->n4_h;
770 memset(pd->left_context, 0, sizeof(ENTROPY_CONTEXT) * pd->n4_h);
779 xd->plane[i].n4_h = (bh << 1) >> xd->plane[i].subsampling_y;
851 const int num_4x4_h = pd->n4_h;
879 const int num_4x4_h = pd->n4_h;
    [all...]

Completed in 4310 milliseconds