Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dloop_restoration_info.cc113 RowOrColumn4x4ToPixel(column4x4, plane, subsampling_x_); in PopulateUnitInfoForSuperBlock()
114 const int pixel_column_end = RowOrColumn4x4ToPixel( in PopulateUnitInfoForSuperBlock()
120 RowOrColumn4x4ToPixel(row4x4, plane, subsampling_y_); in PopulateUnitInfoForSuperBlock()
121 const int pixel_row_end = RowOrColumn4x4ToPixel( in PopulateUnitInfoForSuperBlock()
/external/libgav1/libgav1/src/utils/
Dcommon.h314 inline int RowOrColumn4x4ToPixel(int row_or_column4x4, Plane plane, in RowOrColumn4x4ToPixel() function