Searched defs:aligned_w (Results 1 – 3 of 3) sorted by relevance
146 const int aligned_w = (p->p.w + 127) & ~127; in picture_alloc() local
49 const int aligned_w = (p->p.w + 127) & ~127; in dav1d_default_picture_alloc() local
591 const int aligned_w = AlignByN(dst_[0]->Width(), stride_.x * block_size_.x); in GetGridSize() local