Changeset 218d6844 in ffmpeg

Timestamp:
Aug 8, 2013, 9:08:30 AM (11 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
45e10e5c, c0f2ad3d
Parents:
7a82022e
git-author:
Ben Avison <bavison@riscosopen.org> (08/05/13 12:12:47)
git-committer:
Martin Storsjö <martin@martin.st> (08/08/13 09:08:30)
Message:

h264dsp: Factorize code into a new function, h264_find_start_code_candidate

This performs the start code search which was previously part of
h264_find_frame_end() - the most CPU intensive part of the function.

By itself, this results in a performance regression:

Before After
Mean StdDev Mean StdDev Change

Overall time 2925.6 26.2 3068.5 31.7 -4.7%

but this can more than be made up for by platform-optimised
implementations of the function.

Signed-off-by: Martin Storsjö <martin@martin.st>

(No files)

Note: See TracChangeset for help on using the changeset viewer.