| 
    FFmpeg
    
   | 
 
#include <stdint.h>#include "libavutil/attributes.h"#include "libavcodec/avcodec.h"#include "libavcodec/rv34dsp.h"#include "libavutil/arm/cpu.h"Go to the source code of this file.
Macros | |
| #define | DECL_QPEL3(type, w, pos) | 
| #define | DECL_QPEL2(w, pos) | 
| #define | DECL_QPEL_XY(x, y) | 
| #define | DECL_QPEL_Y(y) | 
| #define DECL_QPEL3 | ( | type, | |
| w, | |||
| pos | |||
| ) | 
Definition at line 28 of file rv40dsp_init_arm.c.
| #define DECL_QPEL2 | ( | w, | |
| pos | |||
| ) | 
Definition at line 33 of file rv40dsp_init_arm.c.
| #define DECL_QPEL_XY | ( | x, | |
| y | |||
| ) | 
Definition at line 37 of file rv40dsp_init_arm.c.
| #define DECL_QPEL_Y | ( | y | ) | 
Definition at line 41 of file rv40dsp_init_arm.c.
| DECL_QPEL_Y | ( | 0 | ) | 
| DECL_QPEL_Y | ( | 1 | ) | 
| DECL_QPEL_Y | ( | 2 | ) | 
| DECL_QPEL_Y | ( | 3 | ) | 
Referenced by rv40dsp_init_neon().
Referenced by rv40dsp_init_neon().
Referenced by rv40dsp_init_neon().
Referenced by rv40dsp_init_neon().
Referenced by rv40dsp_init_neon().
Referenced by rv40dsp_init_neon().
| int ff_rv40_h_loop_filter_strength_neon | ( | uint8_t * | src, | 
| ptrdiff_t | stride, | ||
| int | beta, | ||
| int | beta2, | ||
| int | edge, | ||
| int * | p1, | ||
| int * | q1 | ||
| ) | 
Referenced by rv40dsp_init_neon().
| int ff_rv40_v_loop_filter_strength_neon | ( | uint8_t * | src, | 
| ptrdiff_t | stride, | ||
| int | beta, | ||
| int | beta2, | ||
| int | edge, | ||
| int * | p1, | ||
| int * | q1 | ||
| ) | 
Referenced by rv40dsp_init_neon().
| void ff_rv40_h_weak_loop_filter_neon | ( | uint8_t * | src, | 
| ptrdiff_t | stride, | ||
| int | filter_p1, | ||
| int | filter_q1, | ||
| int | alpha, | ||
| int | beta, | ||
| int | lim_p0q0, | ||
| int | lim_q1, | ||
| int | lim_p1 | ||
| ) | 
Referenced by rv40dsp_init_neon().
| void ff_rv40_v_weak_loop_filter_neon | ( | uint8_t * | src, | 
| ptrdiff_t | stride, | ||
| int | filter_p1, | ||
| int | filter_q1, | ||
| int | alpha, | ||
| int | beta, | ||
| int | lim_p0q0, | ||
| int | lim_q1, | ||
| int | lim_p1 | ||
| ) | 
Referenced by rv40dsp_init_neon().
      
  | 
  static | 
Definition at line 75 of file rv40dsp_init_arm.c.
Referenced by ff_rv40dsp_init_arm().
| av_cold void ff_rv40dsp_init_arm | ( | RV34DSPContext * | c | ) | 
Definition at line 144 of file rv40dsp_init_arm.c.
Referenced by ff_rv40dsp_init().
 1.8.6