Skip to content
  • Yushin Cho's avatar
    Enable full early-exit for bottomup partition search (#991) · 8a721b62
    Yushin Cho authored
    In addition to PARTITION_SPLIT, fully enable early-exit for HORZ
    and VERT partition types. This gives further reduction of encoding time
    at speed 0, now x3 and x2 for Qindex 252 and 220, resp.
    
    It turns out that the broken directional intra prediction has been
    the curprit of bdrate change when enabling full early-exit with bottomup
    partition search.
    8a721b62