Skip to content
Snippets Groups Projects
InterPrediction.cpp 73.4 KiB
Newer Older
  • Learn to ignore specific revisions
  • #if JVET_J0090_MEMORY_BANDWITH_MEASURE
    void InterPrediction::cacheAssign( CacheModel *cache )
    {
      m_cacheModel = cache;
      m_if.cacheAssign( cache );
      m_if.initInterpolationFilter( !cache->isCacheEnable() );
    }
    #endif
    
    //! \}