Searched refs:clipped_pixel (Results 1 – 1 of 1) sorted by relevance
94 const int clipped_pixel = Clip3(pixel, 0, (1 << bitdepth) - 1); in TEST() local95 EXPECT_GE(clipped_pixel, 0) in TEST()97 EXPECT_LE(clipped_pixel, (1 << bitdepth) - 1) in TEST()