Skip to content
  • Yushin Cho's avatar
    Fix pvq for cb4x4 and maintain its configure · cd4f4a2a
    Yushin Cho authored
    Recently, sub8x8 inter mode decition functions have been
    removed from the av1 codebase, so codebase does not allow
    disabling cb4x4 anymore.
    
    This makes pvq not working simply crashing
    because we had disabled cb4x4 if pvq is enabled.
    Hence, pvq has been fixed for cb4x4.
    
    Also, if pvq is enabled, disable lgt and highbitdepth in the configure.
    
    Change-Id: I2cb675c0dbc12bce60ed6a66c34ea3e907cc35b3
    cd4f4a2a