webrtc/src/modules/rtp_rtcp
marpan@webrtc.org 1d34212a45 FEC: Update to packets masks (FEC generator matrix) in fec_private_tables.h
A set of the packet masks (up 10x10 size) are modified for the following reasons:

1) have more even column and row degree (number of 1 bits), when possible.

2) if cases where the column degree cannot be constant across source packets, placed the extra 1 bit in the first packet column (so little more protection on 1st partition), as opposed to having some ~middle source packet have the extra bit.

3) in some cases, made the mask a little more sparse/reduced the overlap.

Overall the average recovery is a little better with these masks.

Mask sizes above 10 will be updated in future changelist.
Review URL: http://webrtc-codereview.appspot.com/305001

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1113 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-12-06 18:50:11 +00:00
..
interface Introduce a mockable RtpRtcpClock interface replacing ModuleRTPUtility time functions 2011-12-01 15:42:31 +00:00
source FEC: Update to packets masks (FEC generator matrix) in fec_private_tables.h 2011-12-06 18:50:11 +00:00
test FEC: Fix to valgrind warning. 2011-11-28 22:10:05 +00:00
OWNERS Switch to webrtc.org accounts (for those which exist). 2011-08-10 05:16:31 +00:00