[svn] / trunk / xvidcore / src / quant / x86_asm / quantize_mpeg_xmm.asm Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/quant/x86_asm/quantize_mpeg_xmm.asm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1798, Wed Nov 26 02:21:02 2008 UTC revision 1844, Thu Dec 4 14:41:50 2008 UTC
# Line 20  Line 20 
20  ; *  along with this program ; if not, write to the Free Software  ; *  along with this program ; if not, write to the Free Software
21  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22  ; *  ; *
23  ; * $Id: quantize_mpeg_xmm.asm,v 1.10 2008-11-26 02:21:02 Isibaar Exp $  ; * $Id: quantize_mpeg_xmm.asm,v 1.11 2008-12-04 14:41:50 Isibaar Exp $
24  ; *  ; *
25  ; ***************************************************************************/  ; ***************************************************************************/
26    
# Line 137  Line 137 
137  ; Code  ; Code
138  ;=============================================================================  ;=============================================================================
139    
140  SECTION .rotext align=SECTION_ALIGN  TEXT
141    
142  cglobal quant_mpeg_inter_xmm  cglobal quant_mpeg_inter_xmm
143  cglobal dequant_mpeg_intra_3dne  cglobal dequant_mpeg_intra_3dne
# Line 432  Line 432 
432    psllw mm7, 2    ; << 2. See comment.    psllw mm7, 2    ; << 2. See comment.
433    mov TMP1, prm5 ; mpeg_quant_matrices    mov TMP1, prm5 ; mpeg_quant_matrices
434    push _EBX    push _EBX
435    movsx _EBX, word [TMP0]    XVID_MOVSX _EBX, word [TMP0]
436    pxor mm0, mm0    pxor mm0, mm0
437    pxor mm3, mm3    pxor mm3, mm3
438    push _ESI    push _ESI

Legend:
Removed from v.1798  
changed lines
  Added in v.1844

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4