#include <stdint.h>
#include "libswscale/swscale_internal.h"
 
Go to the source code of this file.
◆ YUV2PACKEDX_HEADER
      
        
          | #define YUV2PACKEDX_HEADER | 
          ( | 
            | 
          suffix | ) | 
           | 
        
      
 
Value:
                                         const int16_t *lumFilter,  \
                                         const int16_t **lumSrc,    \
                                         int lumFilterSize,         \
                                         const int16_t *chrFilter,  \
                                         const int16_t **chrUSrc,   \
                                         const int16_t **chrVSrc,   \
                                         int chrFilterSize,         \
                                         const int16_t **alpSrc,    \
                                         uint8_t *dest,             \
                                         int dstW, int dstY);
 
Definition at line 31 of file yuv2rgb_altivec.h.
 
 
◆ YUV2PACKEDX_HEADER() [1/6]
      
        
          | YUV2PACKEDX_HEADER  | 
          ( | 
          abgr  | 
           | ) | 
           | 
        
      
 
 
◆ YUV2PACKEDX_HEADER() [2/6]
      
        
          | YUV2PACKEDX_HEADER  | 
          ( | 
          bgra  | 
           | ) | 
           | 
        
      
 
 
◆ YUV2PACKEDX_HEADER() [3/6]
      
        
          | YUV2PACKEDX_HEADER  | 
          ( | 
          argb  | 
           | ) | 
           | 
        
      
 
 
◆ YUV2PACKEDX_HEADER() [4/6]
      
        
          | YUV2PACKEDX_HEADER  | 
          ( | 
          rgba  | 
           | ) | 
           | 
        
      
 
 
◆ YUV2PACKEDX_HEADER() [5/6]
      
        
          | YUV2PACKEDX_HEADER  | 
          ( | 
          rgb24  | 
           | ) | 
           | 
        
      
 
 
◆ YUV2PACKEDX_HEADER() [6/6]
      
        
          | YUV2PACKEDX_HEADER  | 
          ( | 
          bgr24  | 
           | ) | 
           |