Searched refs:SharpYuvLinearToGamma (Results 1 – 3 of 3) sorted by relevance
29 uint16_t SharpYuvLinearToGamma(uint32_t value, int bit_depth);
108 uint16_t SharpYuvLinearToGamma(uint32_t value, int bit_depth) { in SharpYuvLinearToGamma() function
84 return SharpYuvLinearToGamma((A + B + C + D + 2) >> 2, bit_depth); in ScaleDown()96 dst[i] = (fixed_y_t)SharpYuvLinearToGamma(Y, bit_depth); in UpdateW()