From 99eaa0eba72996480fc985a848b0bdceda6b0498 Mon Sep 17 00:00:00 2001 From: Wei-Ting Lin Date: Thu, 6 Jul 2017 14:28:18 -0700 Subject: [PATCH] Fix compiling bug for ext-inter cdf coding Change-Id: I1ddc3386d5ed78a8595abfb2fd73d634bc5de03a --- av1/common/entropy.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/av1/common/entropy.c b/av1/common/entropy.c index b71f8b2ab..3203c6407 100644 --- a/av1/common/entropy.c +++ b/av1/common/entropy.c @@ -5706,13 +5706,13 @@ void av1_average_tile_inter_cdfs(AV1_COMMON *cm, FRAME_CONTEXT *fc, AVERAGE_TILE_CDFS(drl_cdf) #endif - // FIXME: cdfs not defined for motion_mode_prob, obmc_prob - - // FIXME: cdfs not defined for super_tx +// FIXME: cdfs not defined for motion_mode_prob, obmc_prob +// FIXME: cdfs not defined for super_tx +#if CONFIG_EXT_INTER AVERAGE_TILE_CDFS(inter_compound_mode_cdf) - // interintra_mode etc - +// interintra_mode etc +#endif AVERAGE_TILE_CDFS(y_mode_cdf) if (cm->interp_filter == SWITCHABLE) { -- GitLab