From cc2a9509ce79793fcd00f91bb6ca3f4c53721e9e Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Fri, 13 Mar 2020 14:06:01 +0100 Subject: libavcodec, libpostproc: Remove outcommented START/STOP_TIMER as well as includes of libavutil/timer.h. Signed-off-by: Andreas Rheinhardt Signed-off-by: Michael Niedermayer --- libpostproc/postprocess.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'libpostproc/postprocess.c') diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index e16ef259ce..8d44165dee 100644 --- a/libpostproc/postprocess.c +++ b/libpostproc/postprocess.c @@ -407,7 +407,7 @@ static av_always_inline void do_a_deblock_C(uint8_t *src, int step, const int QP= c->QP; const int dcOffset= ((c->nonBQP*c->ppMode.baseDcDiff)>>8) + 1; const int dcThreshold= dcOffset*2 + 1; -//START_TIMER + src+= step*4; // src points to begin of the 8x8 Block for(y=0; y<8; y++){ int numEq= 0; @@ -511,11 +511,6 @@ static av_always_inline void do_a_deblock_C(uint8_t *src, int step, src += stride; } -/*if(step==16){ - STOP_TIMER("step16") -}else{ - STOP_TIMER("stepX") -}*/ } //Note: we have C, MMX, MMX2, 3DNOW version there is no 3DNOW+MMX2 one -- cgit v1.2.3