Skip to content
  • Jingning Han's avatar
    Speed up non-rd mode decision search · 83cbe226
    Jingning Han authored
    This commit makes the encoder to explicitly calculate the SAD
    associated with the LAST_FRAME motion vector and compare it to
    that of the GOLDEN_FRAME given by integral projection motion
    estimation. It skips the expensive sub-pixel motion search over
    GOLDEN_FRAME when the LAST_FRAME can provide fairly good motion
    compensated prediction quality.
    
    For dark720p speed -6 single thread goes from
    33304 b/f, 40.070 dB, 18156 ms ->
    33319 b/f, 40.061 dB, 17611 ms
    
    Change-Id: I01bc94b9b598075567a392111046b97a9bc30efe
    83cbe226