Home
last modified time | relevance | path

Searched defs:bias_and_scale (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/core/inc/
H A Dhw_shared.h33 struct bias_and_scale { struct
34 uint32_t scale_red;
35 uint32_t bias_red;
36 uint32_t scale_green;
37 uint32_t bias_green;
38 uint32_t scale_blue;
39 uint32_t bias_blue;
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/chip/vpe10/
H A Dvpe10_dpp.c307 void vpe10_dpp_program_cnv_bias_scale(struct dpp *dpp, struct bias_and_scale *bias_and_scale) in vpe10_dpp_program_cnv_bias_scale()
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/core/
H A Dcolor.c542 static bool build_scale_and_bias(struct bias_and_scale *bias_and_scale, in build_scale_and_bias()