comparison x86/h264_intrapred.asm @ 12002:9c8584f68754 libavcodec

Add missing comment header for predict_4x4_dc_mmxext
author darkshikari
date Mon, 28 Jun 2010 23:37:24 +0000
parents 953a0949c789
children 3b761226ea35
comparison
equal deleted inserted replaced
12001:953a0949c789 12002:9c8584f68754
464 lea r0, [r0+r1*2] 464 lea r0, [r0+r1*2]
465 dec r2d 465 dec r2d
466 jg .loop 466 jg .loop
467 REP_RET 467 REP_RET
468 468
469 ;-----------------------------------------------------------------------------
470 ; void pred4x4_dc_mmxext(uint8_t *src, const uint8_t *topright, int stride)
471 ;-----------------------------------------------------------------------------
472
469 cglobal pred4x4_dc_mmxext, 3,5 473 cglobal pred4x4_dc_mmxext, 3,5
470 pxor mm7, mm7 474 pxor mm7, mm7
471 mov r4, r0 475 mov r4, r0
472 sub r0, r2 476 sub r0, r2
473 movd mm0, [r0] 477 movd mm0, [r0]