Home
last modified time | relevance | path

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

/external/webp/sharpyuv/
Dsharpyuv_gamma.h29 uint16_t SharpYuvLinearToGamma(uint32_t value, int bit_depth);
Dsharpyuv_gamma.c108 uint16_t SharpYuvLinearToGamma(uint32_t value, int bit_depth) { in SharpYuvLinearToGamma() function
Dsharpyuv.c84 return SharpYuvLinearToGamma((A + B + C + D + 2) >> 2, bit_depth); in ScaleDown()
96 dst[i] = (fixed_y_t)SharpYuvLinearToGamma(Y, bit_depth); in UpdateW()