Home
last modified time | relevance | path

Searched defs:out_y (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
H A Damdgpu_color_gamma.c117 static void compute_pq(struct fixed31_32 in_x, struct fixed31_32 *out_y) in compute_pq()
146 static void compute_de_pq(struct fixed31_32 in_x, struct fixed31_32 *out_y) in compute_de_pq()
187 struct fixed31_32 *out_y, in compute_hlg_eotf()
218 static void compute_hlg_oetf(struct fixed31_32 in_x, struct fixed31_32 *out_y, in compute_hlg_oetf()
/netbsd-src/sys/dev/stbi/
H A Dstb_image.c1966 static uint8 *load_jpeg_image(jpeg *z, int *out_x, int *out_y, int *comp, int req_comp) in load_jpeg_image()