Searched refs:base_value (Results 1 – 3 of 3) sorted by relevance
142 uint64 base_value ) in rewrite_test() argument224 upd_rowoffset[i] = base_value + i*10; in rewrite_test()266 uint64 expect = base_value + i*10; in rewrite_test()
122 static WEBP_INLINE int LinearToGamma(uint32_t base_value, int shift) { in LinearToGamma() argument123 const int y = Interpolate(base_value << shift); // final uplifted value in LinearToGamma()131 static WEBP_INLINE int LinearToGamma(uint32_t base_value, int shift) { in LinearToGamma() argument132 return (int)(base_value << shift); in LinearToGamma()
577 GXV_LookupValueDesc base_value; in gxv_LookupTable_fmt4_validate() local623 base_value = GXV_LOOKUP_VALUE_LOAD( p, GXV_LOOKUPVALUE_UNSIGNED ); in gxv_LookupTable_fmt4_validate()628 &base_value, in gxv_LookupTable_fmt4_validate()
Completed in 9 milliseconds