HomeSort by relevance Sort by last modified time
    Searched refs:n4_w (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 664 const int num_4x4_w = pd->n4_w;
685 const int num_4x4_w = pd->n4_w;
702 memset(pd->above_context, 0, sizeof(ENTROPY_CONTEXT) * pd->n4_w);
711 xd->plane[i].n4_w = (bw << 1) >> xd->plane[i].subsampling_x;
780 const int num_4x4_w = pd->n4_w;
813 const int num_4x4_w = pd->n4_w;
    [all...]

Completed in 170 milliseconds