webrtc/common_video/h264
Piasy 75bc75ccef Optimize FindNaluIndices
We can add i by 3 even if it's not 001, because in any xx1 combination, 1 could not be part of start code.

Bug: None
Change-Id: Ica653d9e49b9f7c665027b9cf4453753c5fdd3ed
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/159721
Commit-Queue: Kári Helgason <kthelgason@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Reviewed-by: Kári Helgason <kthelgason@webrtc.org>
Reviewed-by: Tommi <tommi@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30064}
2019-12-11 15:28:06 +00:00
..
h264_bitstream_parser_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
h264_bitstream_parser.cc Format almost everything. 2019-07-08 13:45:15 +00:00
h264_bitstream_parser.h Add interface class for bitstream parser. 2019-03-22 12:14:41 +00:00
h264_common.cc Optimize FindNaluIndices 2019-12-11 15:28:06 +00:00
h264_common.h Format almost everything. 2019-07-08 13:45:15 +00:00
pps_parser_unittest.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
pps_parser.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
pps_parser.h Replace rtc::Optional with absl::optional 2018-06-21 09:32:56 +00:00
profile_level_id_unittest.cc Delete unneeded direct includes of common_types.h 2019-04-01 07:18:13 +00:00
profile_level_id.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
sps_parser_unittest.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
sps_parser.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
sps_parser.h Avoid overflow when parsing H.264 SPS. 2018-09-27 11:50:10 +00:00
sps_vui_rewriter_unittest.cc Always pass arguments to INSTANTIATE_TEST_SUITE_P. 2019-09-30 12:52:07 +00:00
sps_vui_rewriter.cc Format almost everything. 2019-07-08 13:45:15 +00:00
sps_vui_rewriter.h New interface EncodedImageBufferInterface, replacing use of CopyOnWriteBuffer 2019-06-19 07:02:34 +00:00