FFmpeg
Macros | Functions
h264_deblock_msa.c File Reference
#include "libavcodec/bit_depth_template.c"
#include "h264dsp_mips.h"
#include "libavutil/mips/generic_macros_msa.h"

Go to the source code of this file.

Macros

#define h264_loop_filter_strength_iteration_msa(edges, step, mask_mv, dir, d_idx, mask_dir)
 

Functions

void ff_h264_loop_filter_strength_msa (int16_t bS[2][4][4], uint8_t nnz[40], int8_t ref[2][40], int16_t mv[2][40][2], int bidir, int edges, int step, int mask_mv0, int mask_mv1, int field)
 

Macro Definition Documentation

◆ h264_loop_filter_strength_iteration_msa

#define h264_loop_filter_strength_iteration_msa (   edges,
  step,
  mask_mv,
  dir,
  d_idx,
  mask_dir 
)

Definition at line 29 of file h264_deblock_msa.c.

Function Documentation

◆ ff_h264_loop_filter_strength_msa()

void ff_h264_loop_filter_strength_msa ( int16_t  bS[2][4][4],
uint8_t  nnz[40],
int8_t  ref[2][40],
int16_t  mv[2][40][2],
int  bidir,
int  edges,
int  step,
int  mask_mv0,
int  mask_mv1,
int  field 
)

Definition at line 119 of file h264_deblock_msa.c.

Referenced by ff_h264dsp_init_mips().