Custom Query (1442 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 1442)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#309 fixed Typo in weighted prediction bbross bbross
Description

8.4.2.2.3.2 Weighted sample prediction process

– Otherwise (C is equal to Cb or Cr for chroma samples, with iCbCr = 0 for Cb, iCbCr = 1 for Cr), logWDc = ChromaLog2WeightDenom + shift1 (8‑209) w0C = ChromaWeightL0[refIdxL0][ iCbCr ] (8‑210) w1C = ChromaWeightL1[refIdxL1][ iCbCr ] (8‑211) o0C = ChromaWeightL0[refIdxL0][ iCbCr ] * ( 1 << ( BitDepthC – 8 ) ) (8‑212) o1C = ChromaOffsetL1[refIdxL1][ iCbCr ] * ( 1 << ( BitDepthC – 8 ) ) (8‑213) This should be modified as follows: – Otherwise (C is equal to Cb or Cr for chroma samples, with iCbCr = 0 for Cb, iCbCr = 1 for Cr), logWDc = ChromaLog2WeightDenom + shift1 (8‑209) w0C = ChromaWeightL0[refIdxL0][ iCbCr ] (8‑210) w1C = ChromaWeightL1[refIdxL1][ iCbCr ] (8‑211) o0C = ChromaOffsetL0[refIdxL0][ iCbCr ] * ( 1 << ( BitDepthC – 8 ) ) (8‑212) o1C = ChromaOffsetL1[refIdxL1][ iCbCr ] * ( 1 << ( BitDepthC – 8 ) ) (8‑213)

#310 fixed missing definition of "cu_qp_delta_enabled_flag" in JCTVC-G1103_d9 bbross haoping
Description

Benjamin, The variable "cu_qp_delta_enabled_flag" in the syntax table has no definition in the latest version of WD, i.e. JCTVC-G1103_d9. Can you fix it?

Thanks Best Regards Haoping

#311 duplicate missing definition of "cu_qp_delta_enabled_flag" in the lateset WD, JCTVC-G1103_d9 bbross haoping
Description

Dear Benjamin,

The definition of variable "cu_qp_delta_enabled_flag" in the syntax table is missing in the latest version of WD, i.e. JCTVC-G1103_d9. Please fix it.

Thanks Best Regards Haoping

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Note: See TracQuery for help on using queries.