Go to the source code of this file.
◆ SS_W [1/3]
◆ SS_H [1/3]
◆ BIT_DEPTH [1/9]
◆ BIT_DEPTH [2/9]
◆ BIT_DEPTH [3/9]
◆ SS_W [2/3]
◆ SS_H [2/3]
◆ BIT_DEPTH [4/9]
◆ BIT_DEPTH [5/9]
◆ BIT_DEPTH [6/9]
◆ SS_W [3/3]
◆ SS_H [3/3]
◆ BIT_DEPTH [7/9]
◆ BIT_DEPTH [8/9]
◆ BIT_DEPTH [9/9]
◆ init_yuv2rgb_fn
      
        
          | #define init_yuv2rgb_fn | 
          ( | 
            | 
          bit | ) | 
           | 
        
      
 
 
◆ init_rgb2yuv_fn
      
        
          | #define init_rgb2yuv_fn | 
          ( | 
            | 
          bit | ) | 
           | 
        
      
 
 
◆ init_rgb2yuv_fsb_fn
      
        
          | #define init_rgb2yuv_fsb_fn | 
          ( | 
            | 
          bit | ) | 
           | 
        
      
 
Value:    dsp->rgb2yuv_fsb[BPP_##
bit][
SS_444] = rgb2yuv_fsb_444p##
bit##_c; \
 
    dsp->rgb2yuv_fsb[BPP_##
bit][
SS_422] = rgb2yuv_fsb_422p##
bit##_c; \
 
    dsp->rgb2yuv_fsb[BPP_##
bit][
SS_420] = rgb2yuv_fsb_420p##
bit##_c
 
 
 
 
◆ init_yuv2yuv_fn
      
        
          | #define init_yuv2yuv_fn | 
          ( | 
            | 
          idx1,  | 
        
        
           | 
           | 
            | 
          bit1,  | 
        
        
           | 
           | 
            | 
          bit2  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Value:    dsp->yuv2yuv[idx1][BPP_##bit2][
SS_444] = yuv2yuv_444p##bit1##
to##bit2##_c; \
 
    dsp->yuv2yuv[idx1][BPP_##bit2][
SS_422] = yuv2yuv_422p##bit1##
to##bit2##_c; \
 
    dsp->yuv2yuv[idx1][BPP_##bit2][
SS_420] = yuv2yuv_420p##bit1##
to##bit2##_c
 
 
 
 
◆ init_yuv2yuv_fns
      
        
          | #define init_yuv2yuv_fns | 
          ( | 
            | 
          bit1 | ) | 
           | 
        
      
 
Value:
    init_yuv2yuv_fn(BPP_##bit1, bit1, 10); \
    init_yuv2yuv_fn(BPP_##bit1, bit1, 12)
 
 
 
◆ multiply3x3_c()
  
  
      
        
          | static void multiply3x3_c  | 
          ( | 
          int16_t *  | 
          buf[3],  | 
         
        
           | 
           | 
          ptrdiff_t  | 
          stride,  | 
         
        
           | 
           | 
          int  | 
          w,  | 
         
        
           | 
           | 
          int  | 
          h,  | 
         
        
           | 
           | 
          const int16_t  | 
          m[3][3][8]  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ ff_colorspacedsp_init()