From 507c55b227731e3cc623ebc8c75d8ccbf5008d3c Mon Sep 17 00:00:00 2001 From: hui su Date: Thu, 17 Mar 2016 16:26:22 -0700 Subject: [PATCH] Minor bug fix in ex-intra experiment No performance change observed from borg tests. Change-Id: I20c232c5dde8cfc84452a4c7185389bd8b812ffd --- vp10/encoder/rdopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vp10/encoder/rdopt.c b/vp10/encoder/rdopt.c index 6543b339f..69c3391db 100644 --- a/vp10/encoder/rdopt.c +++ b/vp10/encoder/rdopt.c @@ -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 -- 2.49.0