Home
last modified time | relevance | path

Searched refs:uv_width_ (Results 1 – 2 of 2) sorted by relevance

/external/libgav1/libgav1/src/
Dyuv_buffer.h101 return (plane == kPlaneY) ? y_width_ : uv_width_; in width()
160 int uv_width_ = 0; variable
Dyuv_buffer.cc181 uv_width_ = uv_width; in Realloc()