[svn] / branches / dev-api-4 / xvidcore / src / quant / x86_asm / quantize_h263_3dne.asm Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/quant/x86_asm/quantize_h263_3dne.asm

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

revision 1198, Mon Nov 3 15:51:50 2003 UTC revision 1230, Sun Nov 30 16:13:16 2003 UTC
# Line 19  Line 19 
19  ; *  along with this program ; if not, write to the Free Software  ; *  along with this program ; if not, write to the Free Software
20  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21  ; *  ; *
22  ; * $Id: quantize_h263_3dne.asm,v 1.1.2.4 2003-11-03 15:51:50 edgomez Exp $  ; * $Id: quantize_h263_3dne.asm,v 1.1.2.5 2003-11-30 16:13:16 edgomez Exp $
23  ; *  ; *
24  ; *************************************************************************/  ; *************************************************************************/
25  ;  ;
# Line 156  Line 156 
156  ; uint32_t quant_h263_intra_3dne(int16_t * coeff,  ; uint32_t quant_h263_intra_3dne(int16_t * coeff,
157  ;                                const int16_t const * data,  ;                                const int16_t const * data,
158  ;                                const uint32_t quant,  ;                                const uint32_t quant,
159  ;                                const uint32_t dcscalar);  ;                                const uint32_t dcscalar,
160    ;                                const uint16_t *mpeg_matrices);
161  ;  ;
162  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
163  ;This is Athlon-optimized code (ca 70 clk per call)  ;This is Athlon-optimized code (ca 70 clk per call)
# Line 408  Line 409 
409  ;  ;
410  ; uint32_t quant_h263_inter_3dne(int16_t * coeff,  ; uint32_t quant_h263_inter_3dne(int16_t * coeff,
411  ;                                const int16_t const * data,  ;                                const int16_t const * data,
412  ;                                const uint32_t quant);  ;                                const uint32_t quant,
413    ;                                const uint16_t *mpeg_matrices);
414  ;  ;
415  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
416  ;This is Athlon-optimized code (ca 90 clk per call)  ;This is Athlon-optimized code (ca 90 clk per call)
# Line 561  Line 563 
563  ; uint32_t dequant_h263_intra_3dne(int16_t *data,  ; uint32_t dequant_h263_intra_3dne(int16_t *data,
564  ;                                  const int16_t const *coeff,  ;                                  const int16_t const *coeff,
565  ;                                  const uint32_t quant,  ;                                  const uint32_t quant,
566  ;                                  const uint32_t dcscalar);  ;                                  const uint32_t dcscalar,
567    ;                                  const uint16_t *mpeg_matrices);
568  ;  ;
569  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
570    
# Line 710  Line 713 
713  ;  ;
714  ; uint32_t dequant_h263_inter_3dne(int16_t * data,  ; uint32_t dequant_h263_inter_3dne(int16_t * data,
715  ;                                  const int16_t * const coeff,  ;                                  const int16_t * const coeff,
716  ;                                  const uint32_t quant);  ;                                  const uint32_t quant,
717    ;                                  const uint16_t *mpeg_matrices);
718  ;  ;
719  ;-----------------------------------------------------------------------------  ;-----------------------------------------------------------------------------
720    

Legend:
Removed from v.1198  
changed lines
  Added in v.1230

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