Skip to content
  • David Michael Barr's avatar
    Inline often called and almost-trivial functions (#1124) · 7a479a0c
    David Michael Barr authored
    * Inline constrain and msb for cdef_filter_block
      This reduces its average time by around 42%.
    * Inline round_shift for pred_directional and others
      This reduces its average time by around 10%.
    * Inline sgrproj_sum_finish to its various callers
      It is at the lowest level of a hot call graph and almost trivial.
    * Inline get_mv_rate in motion estimation
      It is almost trivial and called often.
    7a479a0c