• Anton Khirnov's avatar
    hevc_filter: avoid excessive calls to ff_hevc_get_ref_list() · 7acdd3a1
    Anton Khirnov authored
    1) each of the loops run within a single CTB, so the relevant reference
    list is constant
    2) when that CTB is, or lies on the same slice as, the current one, we
    can use a simple access instead of a relatively expensive call to
    ff_hevc_get_ref_list()
    7acdd3a1
hevc_filter.c 31.6 KB