Custom query (96 matches)
Results (19 - 21 of 96)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#20 | fixed | AMVP candidate considered two times. | tech | tech |
Description |
Related to JCT3V-116: Spatial candidate of second list is added two times. Related to #9. Needs to be clarified. |
|||
#21 | fixed | DMM Signalling | tech | lizhang |
Description |
'y0+i' should be replaced by 'y0+j' in all the following arrays used in section H.7.3.9.1: wedge_full_tab_idx[ x0 + i ][ y0 + i ] wedge_predtex_tab_idx[ x0 + i ][ y0 + i ] dmm_delta_end_flag[ x0 + i ][ y0 + i ] dmm_delta_end_abs_minus1[ x0 + i ][ y0 + i ] dmm_dc_1_abs[ x0 + i ][ y0 + i ] dmm_dc_1_sign_flag[ x0 + i ][ y0 + i ] dmm_dc_2_abs[ x0 + i ][ y0 + i ] dmm_dc_2_sign_flag[ x0 + i ][ y0 + i ] 'dmm_delta_end_sign_flag[ x0 ][ y0 ]' used in section H.7.3.9.1 should be replaced by 'dmm_delta_end_sign_flag[ x0 + i ][ y0 + j ]' |
|||
#22 | fixed | Semantics related to chain coding | tech | lizhang |
Description |
The following two equations, DcOffsetP0[ x0 ][ y0 ] = ( 1 − 2 *edge_dc_0_sign_flag[ x0 ][ y0 ]) * edge_dc_1_abs[ x0 ][ y0 ] (H 12) DcOffsetP1[ x0 ][ y0 ] = ( 1 − 2 *edge_dc_0_sign_flag[ x0 ][ y0 ]) * edge_dc_1_abs[ x0 ][ y0 ] should be replaced by: DcOffsetP0[ x0 ][ y0 ] = ( 1 − 2 *edge_dc_0_sign_flag[ x0 ][ y0 ]) * edge_dc_0_abs[ x0 ][ y0 ] (H 12) DcOffsetP1[ x0 ][ y0 ] = ( 1 − 2 *edge_dc_1_sign_flag[ x0 ][ y0 ]) * edge_dc_1_abs[ x0 ][ y0 ] (H 13) |