Skip to content
  • Dmitry Kovalev's avatar
    Splitting partition_probs array into two arrays. · dde8069e
    Dmitry Kovalev authored
    We only update partition_probs for inter frames but they are constant
    for key frames. It is not necessary to have constants inside frame
    context and copy them every time. This change reduces FRAME_CONTEXT size
    by at least 48 bytes.
    
    
    Change-Id: If70a53be51043f37fe7d113853217937710932a7
    dde8069e