Go to the source code of this file.
 | 
| void  | ff_vp8_luma_dc_wht_rvv (int16_t block[4][4][16], int16_t dc[16]) | 
|   | 
| void  | ff_vp8_idct_add_rvv (uint8_t *dst, int16_t block[16], ptrdiff_t stride) | 
|   | 
| void  | ff_vp8_idct_dc_add_rvv (uint8_t *dst, int16_t block[16], ptrdiff_t stride) | 
|   | 
| void  | ff_vp8_idct_dc_add4y_rvv (uint8_t *dst, int16_t block[4][16], ptrdiff_t stride) | 
|   | 
| void  | ff_vp8_idct_dc_add4uv_rvv (uint8_t *dst, int16_t block[4][16], ptrdiff_t stride) | 
|   | 
|   | VP8_EPEL (16, rvi) | 
|   | 
|   | VP8_EPEL (8, rvi) | 
|   | 
|   | VP8_EPEL (4, rvi) | 
|   | 
|   | VP8_EPEL (16, rvv) | 
|   | 
|   | VP8_EPEL (8, rvv) | 
|   | 
|   | VP8_EPEL (4, rvv) | 
|   | 
|   | VP8_BILIN (16, rvv) | 
|   | 
|   | VP8_BILIN (8, rvv) | 
|   | 
|   | VP8_BILIN (4, rvv) | 
|   | 
| av_cold void  | ff_vp78dsp_init_riscv (VP8DSPContext *c) | 
|   | 
| av_cold void  | ff_vp8dsp_init_riscv (VP8DSPContext *c) | 
|   | 
◆ ff_vp8_luma_dc_wht_rvv()
      
        
          | void ff_vp8_luma_dc_wht_rvv  | 
          ( | 
          int16_t  | 
          block[4][4][16],  | 
        
        
           | 
           | 
          int16_t  | 
          dc[16]  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ff_vp8_idct_add_rvv()
      
        
          | void ff_vp8_idct_add_rvv  | 
          ( | 
          uint8_t *  | 
          dst,  | 
        
        
           | 
           | 
          int16_t  | 
          block[16],  | 
        
        
           | 
           | 
          ptrdiff_t  | 
          stride  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ff_vp8_idct_dc_add_rvv()
      
        
          | void ff_vp8_idct_dc_add_rvv  | 
          ( | 
          uint8_t *  | 
          dst,  | 
        
        
           | 
           | 
          int16_t  | 
          block[16],  | 
        
        
           | 
           | 
          ptrdiff_t  | 
          stride  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ff_vp8_idct_dc_add4y_rvv()
      
        
          | void ff_vp8_idct_dc_add4y_rvv  | 
          ( | 
          uint8_t *  | 
          dst,  | 
        
        
           | 
           | 
          int16_t  | 
          block[4][16],  | 
        
        
           | 
           | 
          ptrdiff_t  | 
          stride  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ff_vp8_idct_dc_add4uv_rvv()
      
        
          | void ff_vp8_idct_dc_add4uv_rvv  | 
          ( | 
          uint8_t *  | 
          dst,  | 
        
        
           | 
           | 
          int16_t  | 
          block[4][16],  | 
        
        
           | 
           | 
          ptrdiff_t  | 
          stride  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ VP8_EPEL() [1/6]
◆ VP8_EPEL() [2/6]
◆ VP8_EPEL() [3/6]
◆ VP8_EPEL() [4/6]
◆ VP8_EPEL() [5/6]
◆ VP8_EPEL() [6/6]
◆ VP8_BILIN() [1/3]
◆ VP8_BILIN() [2/3]
◆ VP8_BILIN() [3/3]
◆ ff_vp78dsp_init_riscv()
◆ ff_vp8dsp_init_riscv()