libavcodec/arm/mpegvideo_armv5te.c File Reference
#include "libavcodec/avcodec.h"
#include "libavcodec/dsputil.h"
#include "libavcodec/mpegvideo.h"
#include "mpegvideo_arm.h"
Go to the source code of this file.
Function Documentation
      
        
          | static void dct_unquantize_h263_inter_armv5te | ( | MpegEncContext * | s, | 
        
          |  |  | DCTELEM * | block, | 
        
          |  |  | int | n, | 
        
          |  |  | int | qscale |  | 
        
          |  | ) |  |  |  [static] | 
      
 
 
      
        
          | static void dct_unquantize_h263_intra_armv5te | ( | MpegEncContext * | s, | 
        
          |  |  | DCTELEM * | block, | 
        
          |  |  | int | n, | 
        
          |  |  | int | qscale |  | 
        
          |  | ) |  |  |  [static] | 
      
 
 
      
        
          | void ff_dct_unquantize_h263_armv5te | ( | DCTELEM * | block, | 
        
          |  |  | int | qmul, | 
        
          |  |  | int | qadd, | 
        
          |  |  | int | count |  | 
        
          |  | ) |  |  |  |