Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/utils/
Dcommon.h314 inline int RowOrColumn4x4ToPixel(int row_or_column4x4, Plane plane, in RowOrColumn4x4ToPixel() argument
316 return MultiplyBy4(row_or_column4x4) >> (plane == kPlaneY ? 0 : subsampling); in RowOrColumn4x4ToPixel()