summaryrefslogtreecommitdiff
path: root/vp9/common/x86/vp9_mask_sse3.asm
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@google.com>2013-01-14 12:43:12 -0800
committerRonald S. Bultje <rbultje@google.com>2013-01-14 12:44:32 -0800
commit290b83ab627365ac697b477a8d0cfa8cbf6b90db (patch)
tree05072b70c7e3433232ca6edae169ac38aec93a71 /vp9/common/x86/vp9_mask_sse3.asm
parent76ac5b39375203ebc0111a5907abea40678fedf0 (diff)
downloadlibvpx-290b83ab627365ac697b477a8d0cfa8cbf6b90db.tar
libvpx-290b83ab627365ac697b477a8d0cfa8cbf6b90db.tar.gz
libvpx-290b83ab627365ac697b477a8d0cfa8cbf6b90db.tar.bz2
libvpx-290b83ab627365ac697b477a8d0cfa8cbf6b90db.zip
Reset x->skip for each iteration in the RD loop.
This prevents ill-defined behaviour, such as setting x->skip for a mode that is excluded because of frame-level flags (e.g. filter selection, compound prediction selection), then not breaking out of the RD loop because the mode is not allowed, but keeping the flag on. Whatever mode is iterated through next in the RD loop will then carry this flag, and all sort of bad stuff happens, such as x->skip being set on intra pred modes. Change-Id: I5bec46b36e38292174acb1c564b3caf00a9b4b9a
Diffstat (limited to 'vp9/common/x86/vp9_mask_sse3.asm')
0 files changed, 0 insertions, 0 deletions