Home
last modified time | relevance | path

Searched defs:aligned_h (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Dconvolution_transposed.cc582 const int aligned_h = in BindArguments() local
592 const int aligned_h = AlignByN(dst_[0]->Height(), stride_.y * block_size_.y); in GetGridSize() local
/aosp_15_r20/external/libdav1d/tools/
H A Ddav1d.c147 const int aligned_h = (p->p.h + 127) & ~127; in picture_alloc() local
/aosp_15_r20/external/libdav1d/src/
H A Dpicture.c50 const int aligned_h = (p->p.h + 127) & ~127; in dav1d_default_picture_alloc() local