Searched refs:vpe_custom_float_format2 (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/utils/ |
H A D | custom_fp16.c | 30 static bool build_custom_float(double value, const struct vpe_custom_float_format2 *fmt, in build_custom_float() 105 static bool setup_custom_float(const struct vpe_custom_float_format2 *fmt, bool bNegative, in setup_custom_float() 158 double value, const struct vpe_custom_float_format2 *fmt, uint16_t *pvalue) in vpe_convert_from_float_to_custom_float() 177 static bool setup_custom_float_generic(const struct vpe_custom_float_format2 *fmt, bool bNegative, in setup_custom_float_generic() 229 double value, const struct vpe_custom_float_format2 *fmt, int *pvalue) in vpe_convert_to_custom_float_generic() 247 const struct vpe_custom_float_format2 *fmt, struct vpe_custom_float_value2 *pvalue) in vpe_convert_to_custom_float_ex_generic() 304 struct vpe_custom_float_format2 fmt; in vpe_convert_from_float_to_fp16()
|
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/utils/inc/ |
H A D | custom_fp16.h | 35 struct vpe_custom_float_format2 { struct 49 double value, const struct vpe_custom_float_format2 *fmt, uint16_t *pvalue); argument 53 double value, const struct vpe_custom_float_format2 *fmt, int *pvalue); 56 const struct vpe_custom_float_format2 *fmt, struct vpe_custom_float_value2 *pvalue);
|
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/core/ |
H A D | shaper_builder.c | 41 struct vpe_custom_float_format2 fmt; in calculate_shaper_properties_const_hdr_mult() 88 struct vpe_custom_float_format2 fmt; in calculate_shaper_properties_variable_hdr_mult()
|