diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-07-27 19:40:20 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-08-09 16:15:51 +0000 |
commit | 7acdd3a1275bcd9cad48f9632169f6bbaeb39d84 (patch) | |
tree | d9888f7a1fe3f7c1f199bc686af27212c0fba839 /libavresample | |
parent | 52a2c17ec006282f388071a831dfb21288611253 (diff) | |
download | ffmpeg-7acdd3a1275bcd9cad48f9632169f6bbaeb39d84.tar.gz |
hevc_filter: avoid excessive calls to ff_hevc_get_ref_list()
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()
Diffstat (limited to 'libavresample')
0 files changed, 0 insertions, 0 deletions