OSDN Git Service

genX_mfd: no need for loop filtering for skipped pictures
authorcarpalis <jerome.borsboom@carpalis.nl>
Mon, 23 Oct 2017 09:02:35 +0000 (11:02 +0200)
committerXiang, Haihao <haihao.xiang@intel.com>
Fri, 5 Jan 2018 06:57:31 +0000 (14:57 +0800)
commit0c2ce9e79bcc917b4469faf85b4f18f6936d5940
treee65193fbb6ad9df9ac1cc19261ff235d200a562a
parent1c848c89d53fcaf834e875fdb47779fd3cce071e
genX_mfd: no need for loop filtering for skipped pictures

Skipped pictures are equal to their reference frame and, therefore,
should not pass the loop filter. Although the loop filter was already
a null operation as all transform coefficients are zero for skipped
pictures, this may save some cyles in the decoder hardware.

Signed-off-by: Jerome Borsboom <jerome.borsboom@carpalis.nl>
src/gen6_mfd.c
src/gen75_mfd.c
src/gen7_mfd.c
src/gen8_mfd.c