webrtc/modules/video_coding/codecs/av1
Danil Chapovalov b3a83ba8a4 Support layer skipping in L3T1 scalability structure
Bug: webrtc:11999
Change-Id: Id60d28cf54e35b23f5da0f05bb94c1d9dcc356b6
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/185806
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32269}
2020-10-01 11:49:39 +00:00
..
BUILD.gn Add factory to create scalability structures by name 2020-07-15 10:26:40 +00:00
create_scalability_structure.cc Add factory to create scalability structures by name 2020-07-15 10:26:40 +00:00
create_scalability_structure.h Add factory to create scalability structures by name 2020-07-15 10:26:40 +00:00
DEPS Add Av1 Decoder wrapper behind a build flag 2020-03-11 11:20:56 +00:00
libaom_av1_decoder.cc Extend I420 frame buffer pool to also create NV12 buffers 2020-09-21 09:46:15 +00:00
libaom_av1_decoder.h Add Av1 Decoder wrapper behind a build flag 2020-03-11 11:20:56 +00:00
libaom_av1_decoder_absent.cc Add Av1 Decoder wrapper behind a build flag 2020-03-11 11:20:56 +00:00
libaom_av1_encoder.cc Explicitly enable CDEF 2020-09-16 11:39:44 +00:00
libaom_av1_encoder.h Introduce layering controller interface for av1 encoder 2020-05-15 15:25:42 +00:00
libaom_av1_encoder_absent.cc Add AV1 encoder wrapper 2020-03-20 12:20:06 +00:00
libaom_av1_encoder_unittest.cc In Av1 encoder propagate zero bitrate as inactive decode target 2020-06-25 16:32:28 +00:00
libaom_av1_unittest.cc AV1: set error_resilience to 0. 2020-07-20 23:57:15 +00:00
scalability_structure_l1t2.cc In Av1 encoder propagate zero bitrate as inactive decode target 2020-06-25 16:32:28 +00:00
scalability_structure_l1t2.h In Av1 encoder propagate zero bitrate as inactive decode target 2020-06-25 16:32:28 +00:00
scalability_structure_l1t3.cc Embed FrameDependencyTemplate builder helpers directly into the struct 2020-06-11 13:43:51 +00:00
scalability_structure_l1t3.h Add av1 structures for 3 spatial and/or 3 temporal layers 2020-06-09 14:50:21 +00:00
scalability_structure_l2t1.cc In av1 add structure with custom spatial scalability factor 2020-07-02 14:52:08 +00:00
scalability_structure_l2t1.h Add av1 test with spatial scalability. 2020-06-02 13:27:57 +00:00
scalability_structure_l2t1_key.cc In av1 add structure with custom spatial scalability factor 2020-07-02 14:52:08 +00:00
scalability_structure_l2t1_key.h Add av1 test with spatial scalability. 2020-06-02 13:27:57 +00:00
scalability_structure_l2t1h.cc In av1 add structure with custom spatial scalability factor 2020-07-02 14:52:08 +00:00
scalability_structure_l2t1h.h In av1 add structure with custom spatial scalability factor 2020-07-02 14:52:08 +00:00
scalability_structure_l2t2.cc In av1 add structure with custom spatial scalability factor 2020-07-02 14:52:08 +00:00
scalability_structure_l2t2.h Add av1 scalability structures for 2 spatial and 2 temporal layers. 2020-06-08 10:23:23 +00:00
scalability_structure_l2t2_key.cc In av1 add structure with custom spatial scalability factor 2020-07-02 14:52:08 +00:00
scalability_structure_l2t2_key.h Add av1 scalability structures for 2 spatial and 2 temporal layers. 2020-06-08 10:23:23 +00:00
scalability_structure_l2t2_key_shift.cc In av1 add structure with custom spatial scalability factor 2020-07-02 14:52:08 +00:00
scalability_structure_l2t2_key_shift.h Add av1 scalability structures for 2 spatial and 2 temporal layers. 2020-06-08 10:23:23 +00:00
scalability_structure_l3t1.cc Support layer skipping in L3T1 scalability structure 2020-10-01 11:49:39 +00:00
scalability_structure_l3t1.h Support layer skipping in L3T1 scalability structure 2020-10-01 11:49:39 +00:00
scalability_structure_l3t3.cc In av1 add structure with custom spatial scalability factor 2020-07-02 14:52:08 +00:00
scalability_structure_l3t3.h Add av1 structures for 3 spatial and/or 3 temporal layers 2020-06-09 14:50:21 +00:00
scalability_structure_s2t1.cc In av1 add structure with custom spatial scalability factor 2020-07-02 14:52:08 +00:00
scalability_structure_s2t1.h Add av1 test with spatial scalability. 2020-06-02 13:27:57 +00:00
scalability_structure_unittest.cc Support layer skipping in L3T1 scalability structure 2020-10-01 11:49:39 +00:00
scalable_video_controller.h In av1 add structure with custom spatial scalability factor 2020-07-02 14:52:08 +00:00
scalable_video_controller_no_layering.cc Add builder setters for ScalableVideoStructure::LayerFrameConfig 2020-06-09 10:31:35 +00:00
scalable_video_controller_no_layering.h Introduce layering controller interface for av1 encoder 2020-05-15 15:25:42 +00:00