view mips/Makefile @ 12222:7acdbfd2a222 libavcodec

Calculate deblock strength per-MB instead of per-row Gives better cache locality, since the VP8Macroblock structs are still in cache. Inspired by the way x264 does it.
author darkshikari
date Thu, 22 Jul 2010 07:24:22 +0000
parents 8ae93fdefcd7
children
line wrap: on
line source

OBJS-$(HAVE_MMI)                       += ps2/dsputil_mmi.o             \
                                          ps2/idct_mmi.o                \
                                          ps2/mpegvideo_mmi.o           \