Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/
Dconvolve.cc79 const int max_pixel_value = (1 << bitdepth) - 1; in ConvolveScale2D_C() local
131 max_pixel_value); in ConvolveScale2D_C()
327 const int max_pixel_value = (1 << bitdepth) - 1; in Convolve2D_C() local
374 max_pixel_value); in Convolve2D_C()
405 const int max_pixel_value = (1 << bitdepth) - 1; in ConvolveHorizontal_C() local
416 dest[x] = Clip3(RightShiftWithRounding(sum, bits), 0, max_pixel_value); in ConvolveHorizontal_C()
447 const int max_pixel_value = (1 << bitdepth) - 1; in ConvolveVertical_C() local
458 max_pixel_value); in ConvolveVertical_C()