Custom Query (1442 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 1442)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#1456 worksforme Clarification on note related to repetition of SPS adarsh
Description

The following note in sub-clause F.7.4.2.4.2 in W1005-v4 seems to be contradictory due to a missing "not" in the sentence. The first sentence of the note says that the SPS ID space is shared, but the second sentence says that SPS with a particular SPS_ID and a different layer ID would update the SPS of the same SPS_ID. This needs to be corrected.

Any SPS NAL unit with any nuh_layer_id value containing the value of sps_seq_parameter_set_id for the active SPS RBSP for a particular layer shall have the same content as that of the active SPS RBSP for the particular layer unless it follows the access unit auA containing the last coded picture for which the active SPS RBSP for the particular layer is required to be active for the particular layer and precedes the first NAL unit succeeding auA in decoding order that activates an SPS RBSP with the same value of seq_parameter_set_id.

NOTE 2 – All SPSs, regardless of their values of nuh_layer_id, share the same value space for sps_seq_parameter_set_id. In other words, an SPS with nuh_layer_id equal to X and sps_seq_parameter_set_id equal to A would update the previously received SPS with nuh_layer_id not equal to X and sps_seq_parameter_set_id equal to A.

Also, in order that the note be complete w.r.t to the text in the paragraph above it, the scope should also be added to the latter sentence in the note. Suggested text for the Note is below (additions highlighted with bold font).

NOTE 2 – All SPSs, regardless of their values of nuh_layer_id, share the same value space for sps_seq_parameter_set_id. In other words, an SPS with nuh_layer_id equal to X and sps_seq_parameter_set_id equal to A would not update the previously received SPS with nuh_layer_id not equal to X and sps_seq_parameter_set_id equal to A unless the SPS with nuh_layer_id equal to X and sps_seq_parameter_set_id equal to A succeeds the last access unit containing a picture belonging to a CLVS for which the SPS with nuh_layer_id not equal to X and sps_seq_parameter_set_id equal to A is active.

#1462 worksforme Cygwin Install mbernardo
Description

Can anyone explain how to run the makefile inside the build/linux on cygwin, without errors?

#57 duplicate Excessive memory allocation fbossen
Description

Memory allocation is excessive, possibly leading to crashes.

Memory usage has been analyzed for the following case: class B encoding with max CU=32x32, memory snapshot during encoding of 2nd frame

  • Transform coefficients:

9 TComList objects 2040 CUs per frame 3 32x32 integer arrays per CU (luma+2*chroma), each array is 4KB 9 * 2040 * 3 * 32 * 32 * 4 = 215MB

  • Luma frame buffers: 40 * 4.48MB = 179MB
  • Chroma frame buffers: 79 * 1.12MB = 89MB
  • Bitstream buffers (TComBitStream objects): 8 * 11.87MB = 95MB

Also see attached jpeg file

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.