]> granicus.if.org Git - libvpx/commitdiff
Minor bug fix in ex-intra experiment
authorhui su <huisu@google.com>
Thu, 17 Mar 2016 23:26:22 +0000 (16:26 -0700)
committerhui su <huisu@google.com>
Fri, 18 Mar 2016 02:37:21 +0000 (19:37 -0700)
No performance change observed from borg tests.

Change-Id: I20c232c5dde8cfc84452a4c7185389bd8b812ffd

vp10/encoder/rdopt.c

index 6543b339f9e6f2f0d89b7f3145132b46273d3267..69c3391db626bc20d06c005344b1e2ffeff2ad21 100644 (file)
@@ -3842,7 +3842,7 @@ static int rd_pick_intra_angle_sbuv(VP10_COMP *cpi, MACROBLOCK *x,
   mbmi->angle_delta[1] = best_angle_delta;
   if (*rate_tokenonly != INT_MAX)
     super_block_uvrd(cpi, x, &this_rate_tokenonly,
-                     &this_distortion, &s, &this_sse, bsize, INT_MAX);
+                     &this_distortion, &s, &this_sse, bsize, INT64_MAX);
   return *rate_tokenonly != INT_MAX;
 }
 #endif  // CONFIG_EXT_INTRA