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_template.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'libpostproc/postprocess_template.c') diff --git a/libpostproc/postprocess_template.c b/libpostproc/postprocess_template.c index b0adfd168c..df1684d1e2 100644 --- a/libpostproc/postprocess_template.c +++ b/libpostproc/postprocess_template.c @@ -2548,7 +2548,7 @@ static av_always_inline void RENAME(do_a_deblock)(uint8_t *src, int step, int st int64_t dc_mask, eq_mask, both_masks; int64_t sums[10*8*2]; src+= step*3; // src points to begin of the 8x8 Block - //{ START_TIMER + __asm__ volatile( "movq %0, %%mm7 \n\t" "movq %1, %%mm6 \n\t" @@ -3071,12 +3071,6 @@ static av_always_inline void RENAME(do_a_deblock)(uint8_t *src, int step, int st : "%"FF_REG_a ); } -/*if(step==16){ - STOP_TIMER("step16") -}else{ - STOP_TIMER("stepX") -} - } */ } #endif //TEMPLATE_PP_MMX -- cgit v1.2.3