]> granicus.if.org Git - libvpx/commit
Remove the speed condition on scene detection in 1 pass code.
authorMarco <marpan@google.com>
Wed, 27 Sep 2017 17:11:24 +0000 (10:11 -0700)
committerMarco <marpan@google.com>
Wed, 27 Sep 2017 17:32:54 +0000 (10:32 -0700)
commit535b7b915ae5574db2f95632243cc5bee865f02e
treebc6caa2a43f335f8b71f7b3334f219d9ab1cf611
parentd203a91a0989d84a0887bfc8569f1c79289e80c2
Remove the speed condition on scene detection in 1 pass code.

Scene detection is used for VBR mode and for screen_content mode.

It was also enabled for CBR mode via the speed condition,
but currently the analysis in the scene detection is not used
in CRB mode (similar computations are done locally at superblock level
when the source_sad feature is enabled).

For 1 pass code.
No change in behavior. Small speed gain, ~0.5%.

Change-Id: I59991d7ef2af320bea7af4b907596e057affa42f
vp9/encoder/vp9_encoder.c