struct

Defined at line 954 of file ../../src/graphics/display/drivers/intel-display/registers-pipe-scaler.h

This specifies the most significant 13 bits of the fractional part of the

initial phase of the UV semiplane (for YUV420) or RGB filter.

uv_initial_phase_fraction

= int(initial_phase - int(initial_phase)) * 2 ^ 13 if initial_phase >= 0

= int(1 - fabs(initial_phase)) * 2 ^ 13 if initial_phase

<

0

Public Members

Field field

Records