]> granicus.if.org Git - libvpx/commit
Missing threshold case for disable split.
authorPaul Wilkins <paulwilkins@google.com>
Fri, 4 Oct 2013 10:52:18 +0000 (11:52 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Fri, 4 Oct 2013 10:54:24 +0000 (11:54 +0100)
commit03dd2818e41bbbbbbe0b39b40d801e40dd788e46
treecdca271ce17529691d62140b237d100ea4db39c5
parentd975804e9abcff9c6c2c3c3384ceb3dc04f5c087
Missing threshold case for disable split.

In relation to change:
Refactor inter mode rate-distortion search
 Ie6bdfa0a370148dd60bd800961077f7e97e67dd4

sf->thresh_mult_sub8x8[THR_INTRA] = INT_MAX missing;

Change-Id: Ia86b68a5073368a3e2ca124a27b632243b525c8b
vp9/encoder/vp9_onyx_if.c