]> git.sesse.net Git - ffmpeg/commit
avcodec/mips: [loongson] simplify the usage of intermediate variable addr.
authorShiyou Yin <yinshiyou-hf@loongson.cn>
Tue, 4 Sep 2018 08:05:33 +0000 (16:05 +0800)
committerMichael Niedermayer <michael@niedermayer.cc>
Tue, 4 Sep 2018 19:47:56 +0000 (21:47 +0200)
commit17c635e605af5a708ce6e29f18946f4089e66c6f
tree2c9387f77f667399f11f3871d9c6a0b8e51fa2c4
parent61eeb40a62d0fa7e5dd9f816c5a756a4e1199f03
avcodec/mips: [loongson] simplify the usage of intermediate variable addr.

Simplify the usage of intermediate variable addr in following functions:
1. ff_put_pixels4_8_mmi
2. ff_put_pixels8_8_mmi
3. ff_put_pixels16_8_mmi
4. ff_avg_pixels16_8_mmi.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/mips/hpeldsp_mmi.c