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

  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 128 uint16_t n4_w, n4_h; member in struct:macroblockd_plane
129 // log2 of n4_w, n4_h
  /external/libaom/libaom/av1/common/
mvref_common.c 147 int end_mi = AOMMIN(xd->n4_w, cm->mi_cols - mi_col);
156 if ((mi_col & 0x01) && xd->n4_w < n8_w_8) --col_offset;
158 const int use_step_16 = (xd->n4_w >= 16);
165 const int n4_w = mi_size_wide[candidate_bsize]; local
166 int len = AOMMIN(xd->n4_w, n4_w);
173 if (xd->n4_w >= n8_w_8 && xd->n4_w <= n4_w) {
294 if (xd->n4_w < xd->n4_h
1153 uint8_t n4_w = mi_size_wide[mbmi->sb_type]; local
    [all...]

Completed in 535 milliseconds