Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/
A Drewrite_tag.c142 uint64 base_value ) in rewrite_test() argument
224 upd_rowoffset[i] = base_value + i*10; in rewrite_test()
266 uint64 expect = base_value + i*10; in rewrite_test()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_csp_enc.c122 static WEBP_INLINE int LinearToGamma(uint32_t base_value, int shift) { in LinearToGamma() argument
123 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() argument
132 return (int)(base_value << shift); in LinearToGamma()
/AliOS-Things-master/components/freetype/src/gxvalid/
A Dgxvcommn.c577 GXV_LookupValueDesc base_value; in gxv_LookupTable_fmt4_validate() local
623 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