Searched defs:base_value (Results 1 - 3 of 3) sorted by relevance

/external/freetype/src/gxvalid/
H A Dgxvcommn.c577 GXV_LookupValueDesc base_value; local
623 base_value = GXV_LOOKUP_VALUE_LOAD( p, GXV_LOOKUPVALUE_UNSIGNED );
628 &base_value,
/external/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c280 struct vtn_value *base_value,
299 _foreach_decoration_helper(b, base_value, member, dec->group,
302 cb(b, base_value, member, dec, data);
279 _foreach_decoration_helper(struct vtn_builder *b, struct vtn_value *base_value, int parent_member, struct vtn_value *value, vtn_decoration_foreach_cb cb, void *data) argument
/external/webp/src/enc/
H A Dpicture_csp_enc.c122 static WEBP_INLINE int LinearToGamma(uint32_t base_value, int shift) { argument
123 const int y = Interpolate(base_value << shift); // final uplifted value
131 static WEBP_INLINE int LinearToGamma(uint32_t base_value, int shift) { argument
132 return (int)(base_value << shift);

Completed in 184 milliseconds