Home
last modified time | relevance | path

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

/external/libgav1/src/utils/
Dcommon_test.cc94 const int clipped_pixel = Clip3(pixel, 0, (1 << bitdepth) - 1); in TEST() local
95 EXPECT_GE(clipped_pixel, 0) in TEST()
97 EXPECT_LE(clipped_pixel, (1 << bitdepth) - 1) in TEST()