in reply to Re^8: encoding hdmi video byte
in thread encoding hdmi video byte
Just to clarify, is the proper interpretation of your OP that of Re^7: encoding hdmi video byte, or is it more like
Data byte D(0:7) encode this to make 9bit data q_m(0:8) new previous bit of bit of q_m(0) = D(0); q_m(1) = q_m(0) XOR D(1); q_m(2) = q_m(1) XOR D(2); q_m(3) = q_m(2) XOR D(3); q_m(4) = q_m(3) XOR D(4); q_m(5) = q_m(4) XOR D(5); q_m(6) = q_m(5) XOR D(6); q_m(7) = q_m(6) XOR D(7); q_m(8) = 1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: encoding hdmi video byte
by BrowserUk (Patriarch) on Feb 25, 2010 at 10:37 UTC | |
|
Re^10: encoding hdmi video byte
by hdmiguru (Initiate) on Feb 25, 2010 at 17:13 UTC |