﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1148	Field-coding - incorrect depth calculation	karlsharman		"The depth calculation in TEncSlice::initEncSlice appears to be wrong for field-coding.

  You get (for randomaccess_field_coding) in decoding order

    Field    Depth    QP     Expected Depth
       0       0     (base)     0
       1       4      +1        0
       16      0      +1        0
       17      4      +1        0
       8       1      +2        1
       9       4      +2        1
       4       2      +3        2
       5       4      +3        2
       2       2      +3        3
       3       4      +4        3
       6       2      +3        3
       7       4      +4        3
       etc

i.e. all odd fields have depth of 4, and a depth of 4 will be seen before a depth of 3, 2 or 1 has even been processed.
"	defect	closed	minor	HM-14.0	HM	HM-12.0	fixed		fbossen ksuehring davidf jct-vc@…
