Searched refs:blending (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/
H A Dia_css_xnr3_types.h36 * \brief Scale of the XNR blending parameter.
75 * \details Blending parameters define the blending strength of filtered
77 * blending strength is a fixed-point value between 0.0 and 1.0 (inclusive),
80 * disables the blending and returns the xnr3 filtered output, while a
95 struct ia_css_xnr3_blending_params blending; /** XNR3 blending parameters */ member in struct:ia_css_xnr3_config
H A Dia_css_xnr3_param.h32 /* Scaling factor of the blending strength on the ISP. */
59 /* XNR3 blending strength on the ISP. */
68 struct sh_css_xnr3_blending_params blending; member in struct:sh_css_isp_xnr3_params
H A Dia_css_xnr3.host.c60 * 'blending' parameter is used to create a bypass.
67 /* blending */
113 * Compute the scaled blending strength for the ISP kernel from the value on
125 * factor. The blending factor is positive on the host side, but
163 s32 blending = compute_blending(from->blending.strength); local
181 /* blending strength is expressed in q1.NN format */
182 to->blending.strength = blending;
/linux-master/drivers/gpu/drm/tegra/
H A Dplane.h56 /* used for legacy blending support only */
57 struct tegra_plane_legacy_blending_state blending[2]; member in struct:tegra_plane_state
H A Dplane.c74 copy->blending[i] = state->blending[i];
588 * be emulated using the alpha formats and alpha blending disabled.
685 state->blending[index].alpha = true;
687 state->blending[index].alpha = false;
690 state->blending[index].top = true;
692 state->blending[index].top = false;
701 state->blending[index].top = (index == 1);
714 * If planes zpos / transparency changed, sibling planes blending
716 * into this atom commit, otherwise blending stat
[all...]
H A Ddc.c178 u32 blending[2]; local
181 /* disable blending for non-overlapping case */
189 * Since custom fix-weight blending isn't utilized and weight
191 * blending which in this case results in transparent bottom
193 * alpha blending, then bottom window is getting alpha value
208 if (state->blending[0].alpha &&
209 state->blending[1].alpha)
219 * Enable alpha blending if pixel format has an alpha
231 if (state->blending[i].alpha &&
232 state->blending[
[all...]
/linux-master/drivers/staging/media/av7110/
H A Dav7110_hw.c696 enum av7110_osd_palette_type colordepth, u16 index, u8 blending)
699 windownr, colordepth, index, blending);
695 SetBlend_(struct av7110 *av7110, u8 windownr, enum av7110_osd_palette_type colordepth, u16 index, u8 blending) argument
/linux-master/drivers/staging/media/ipu3/include/uapi/
H A Dintel-ipu3.h1249 * Calculate weight for blending directed and non-directed denoise elements
1445 * @cu_1: calculate weight for blending directed and
1449 * @cu_3: calculate weight for blending directed and
1455 * @cu_7: calculate weight for blending directed and
1568 * @unsharp_weight: Unsharp mask blending weight.
2206 * @gamma: Final blending coefficients. Values[-16, 16], default NA.
2208 * @delta: Final blending coefficients. Values[-16, 16], default NA.
2652 * @strength: The factor for blending output with input. This is tuning
2664 * @blending: parameters for xnr3 blending
2669 struct ipu3_uapi_xnr3_blending_params blending; member in struct:ipu3_uapi_isp_xnr3_params
[all...]

Completed in 219 milliseconds