FFmpeg
|
#include "libavcodec/vp9dsp.h"
#include "libavutil/mips/generic_macros_msa.h"
#include "vp9dsp_mips.h"
Go to the source code of this file.
Macros | |
#define | VP9_LPF_FILTER4_4W(p1_in, p0_in, q0_in, q1_in, mask_in, hev_in, p1_out, p0_out, q0_out, q1_out) |
#define | VP9_FLAT4(p3_in, p2_in, p0_in, q0_in, q2_in, q3_in, flat_out) |
#define | VP9_FLAT5(p7_in, p6_in, p5_in, p4_in, p0_in, q0_in, q4_in, q5_in, q6_in, q7_in, flat_in, flat2_out) |
#define | VP9_FILTER8(p3_in, p2_in, p1_in, p0_in, q0_in, q1_in, q2_in, q3_in, p2_filt8_out, p1_filt8_out, p0_filt8_out, q0_filt8_out, q1_filt8_out, q2_filt8_out) |
#define | LPF_MASK_HEV(p3_in, p2_in, p1_in, p0_in, q0_in, q1_in, q2_in, q3_in, limit_in, b_limit_in, thresh_in, hev_out, mask_out, flat_out) |
Functions | |
void | ff_loop_filter_v_4_8_msa (uint8_t *src, ptrdiff_t pitch, int32_t b_limit_ptr, int32_t limit_ptr, int32_t thresh_ptr) |
void | ff_loop_filter_v_44_16_msa (uint8_t *src, ptrdiff_t pitch, int32_t b_limit_ptr, int32_t limit_ptr, int32_t thresh_ptr) |
void | ff_loop_filter_v_8_8_msa (uint8_t *src, ptrdiff_t pitch, int32_t b_limit_ptr, int32_t limit_ptr, int32_t thresh_ptr) |
void | ff_loop_filter_v_88_16_msa (uint8_t *src, ptrdiff_t pitch, int32_t b_limit_ptr, int32_t limit_ptr, int32_t thresh_ptr) |
void | ff_loop_filter_v_84_16_msa (uint8_t *src, ptrdiff_t pitch, int32_t b_limit_ptr, int32_t limit_ptr, int32_t thresh_ptr) |
void | ff_loop_filter_v_48_16_msa (uint8_t *src, ptrdiff_t pitch, int32_t b_limit_ptr, int32_t limit_ptr, int32_t thresh_ptr) |
static int32_t | vp9_hz_lpf_t4_and_t8_16w (uint8_t *src, ptrdiff_t pitch, uint8_t *filter48, int32_t b_limit_ptr, int32_t limit_ptr, int32_t thresh_ptr) |
static void | vp9_hz_lpf_t16_16w (uint8_t *src, ptrdiff_t pitch, uint8_t *filter48) |
void | ff_loop_filter_v_16_16_msa (uint8_t *src, ptrdiff_t pitch, int32_t b_limit_ptr, int32_t limit_ptr, int32_t thresh_ptr) |
void | ff_loop_filter_v_16_8_msa (uint8_t *src, ptrdiff_t pitch, int32_t b_limit_ptr, int32_t limit_ptr, int32_t thresh_ptr) |
void | ff_loop_filter_h_4_8_msa (uint8_t *src, ptrdiff_t pitch, int32_t b_limit_ptr, int32_t limit_ptr, int32_t thresh_ptr) |
void | ff_loop_filter_h_44_16_msa (uint8_t *src, ptrdiff_t pitch, int32_t b_limit_ptr, int32_t limit_ptr, int32_t thresh_ptr) |
void | ff_loop_filter_h_8_8_msa (uint8_t *src, ptrdiff_t pitch, int32_t b_limit_ptr, int32_t limit_ptr, int32_t thresh_ptr) |
void | ff_loop_filter_h_88_16_msa (uint8_t *src, ptrdiff_t pitch, int32_t b_limit_ptr, int32_t limit_ptr, int32_t thresh_ptr) |
void | ff_loop_filter_h_84_16_msa (uint8_t *src, ptrdiff_t pitch, int32_t b_limit_ptr, int32_t limit_ptr, int32_t thresh_ptr) |
void | ff_loop_filter_h_48_16_msa (uint8_t *src, ptrdiff_t pitch, int32_t b_limit_ptr, int32_t limit_ptr, int32_t thresh_ptr) |
static void | vp9_transpose_16x8_to_8x16 (uint8_t *input, int32_t in_pitch, uint8_t *output, int32_t out_pitch) |
static void | vp9_transpose_8x16_to_16x8 (uint8_t *input, int32_t in_pitch, uint8_t *output, int32_t out_pitch) |
static void | vp9_transpose_16x16 (uint8_t *input, int32_t in_pitch, uint8_t *output, int32_t out_pitch) |
static int32_t | vp9_vt_lpf_t4_and_t8_8w (uint8_t *src, uint8_t *filter48, uint8_t *src_org, int32_t pitch_org, int32_t b_limit_ptr, int32_t limit_ptr, int32_t thresh_ptr) |
static int32_t | vp9_vt_lpf_t16_8w (uint8_t *src, uint8_t *src_org, ptrdiff_t pitch, uint8_t *filter48) |
void | ff_loop_filter_h_16_8_msa (uint8_t *src, ptrdiff_t pitch, int32_t b_limit_ptr, int32_t limit_ptr, int32_t thresh_ptr) |
static int32_t | vp9_vt_lpf_t4_and_t8_16w (uint8_t *src, uint8_t *filter48, uint8_t *src_org, ptrdiff_t pitch, int32_t b_limit_ptr, int32_t limit_ptr, int32_t thresh_ptr) |
static int32_t | vp9_vt_lpf_t16_16w (uint8_t *src, uint8_t *src_org, ptrdiff_t pitch, uint8_t *filter48) |
void | ff_loop_filter_h_16_16_msa (uint8_t *src, ptrdiff_t pitch, int32_t b_limit_ptr, int32_t limit_ptr, int32_t thresh_ptr) |
#define VP9_LPF_FILTER4_4W | ( | p1_in, | |
p0_in, | |||
q0_in, | |||
q1_in, | |||
mask_in, | |||
hev_in, | |||
p1_out, | |||
p0_out, | |||
q0_out, | |||
q1_out | |||
) |
Definition at line 25 of file vp9_lpf_msa.c.
#define VP9_FLAT4 | ( | p3_in, | |
p2_in, | |||
p0_in, | |||
q0_in, | |||
q2_in, | |||
q3_in, | |||
flat_out | |||
) |
Definition at line 68 of file vp9_lpf_msa.c.
#define VP9_FLAT5 | ( | p7_in, | |
p6_in, | |||
p5_in, | |||
p4_in, | |||
p0_in, | |||
q0_in, | |||
q4_in, | |||
q5_in, | |||
q6_in, | |||
q7_in, | |||
flat_in, | |||
flat2_out | |||
) |
Definition at line 89 of file vp9_lpf_msa.c.
#define VP9_FILTER8 | ( | p3_in, | |
p2_in, | |||
p1_in, | |||
p0_in, | |||
q0_in, | |||
q1_in, | |||
q2_in, | |||
q3_in, | |||
p2_filt8_out, | |||
p1_filt8_out, | |||
p0_filt8_out, | |||
q0_filt8_out, | |||
q1_filt8_out, | |||
q2_filt8_out | |||
) |
Definition at line 119 of file vp9_lpf_msa.c.
#define LPF_MASK_HEV | ( | p3_in, | |
p2_in, | |||
p1_in, | |||
p0_in, | |||
q0_in, | |||
q1_in, | |||
q2_in, | |||
q3_in, | |||
limit_in, | |||
b_limit_in, | |||
thresh_in, | |||
hev_out, | |||
mask_out, | |||
flat_out | |||
) |
Definition at line 158 of file vp9_lpf_msa.c.
void ff_loop_filter_v_4_8_msa | ( | uint8_t * | src, |
ptrdiff_t | pitch, | ||
int32_t | b_limit_ptr, | ||
int32_t | limit_ptr, | ||
int32_t | thresh_ptr | ||
) |
Definition at line 196 of file vp9_lpf_msa.c.
void ff_loop_filter_v_44_16_msa | ( | uint8_t * | src, |
ptrdiff_t | pitch, | ||
int32_t | b_limit_ptr, | ||
int32_t | limit_ptr, | ||
int32_t | thresh_ptr | ||
) |
Definition at line 225 of file vp9_lpf_msa.c.
void ff_loop_filter_v_8_8_msa | ( | uint8_t * | src, |
ptrdiff_t | pitch, | ||
int32_t | b_limit_ptr, | ||
int32_t | limit_ptr, | ||
int32_t | thresh_ptr | ||
) |
Definition at line 255 of file vp9_lpf_msa.c.
void ff_loop_filter_v_88_16_msa | ( | uint8_t * | src, |
ptrdiff_t | pitch, | ||
int32_t | b_limit_ptr, | ||
int32_t | limit_ptr, | ||
int32_t | thresh_ptr | ||
) |
Definition at line 329 of file vp9_lpf_msa.c.
void ff_loop_filter_v_84_16_msa | ( | uint8_t * | src, |
ptrdiff_t | pitch, | ||
int32_t | b_limit_ptr, | ||
int32_t | limit_ptr, | ||
int32_t | thresh_ptr | ||
) |
Definition at line 408 of file vp9_lpf_msa.c.
void ff_loop_filter_v_48_16_msa | ( | uint8_t * | src, |
ptrdiff_t | pitch, | ||
int32_t | b_limit_ptr, | ||
int32_t | limit_ptr, | ||
int32_t | thresh_ptr | ||
) |
Definition at line 479 of file vp9_lpf_msa.c.
|
static |
Definition at line 551 of file vp9_lpf_msa.c.
Referenced by ff_loop_filter_v_16_16_msa().
|
static |
Definition at line 626 of file vp9_lpf_msa.c.
Referenced by ff_loop_filter_v_16_16_msa().
void ff_loop_filter_v_16_16_msa | ( | uint8_t * | src, |
ptrdiff_t | pitch, | ||
int32_t | b_limit_ptr, | ||
int32_t | limit_ptr, | ||
int32_t | thresh_ptr | ||
) |
Definition at line 958 of file vp9_lpf_msa.c.
void ff_loop_filter_v_16_8_msa | ( | uint8_t * | src, |
ptrdiff_t | pitch, | ||
int32_t | b_limit_ptr, | ||
int32_t | limit_ptr, | ||
int32_t | thresh_ptr | ||
) |
Definition at line 974 of file vp9_lpf_msa.c.
void ff_loop_filter_h_4_8_msa | ( | uint8_t * | src, |
ptrdiff_t | pitch, | ||
int32_t | b_limit_ptr, | ||
int32_t | limit_ptr, | ||
int32_t | thresh_ptr | ||
) |
Definition at line 1198 of file vp9_lpf_msa.c.
void ff_loop_filter_h_44_16_msa | ( | uint8_t * | src, |
ptrdiff_t | pitch, | ||
int32_t | b_limit_ptr, | ||
int32_t | limit_ptr, | ||
int32_t | thresh_ptr | ||
) |
Definition at line 1225 of file vp9_lpf_msa.c.
void ff_loop_filter_h_8_8_msa | ( | uint8_t * | src, |
ptrdiff_t | pitch, | ||
int32_t | b_limit_ptr, | ||
int32_t | limit_ptr, | ||
int32_t | thresh_ptr | ||
) |
Definition at line 1271 of file vp9_lpf_msa.c.
void ff_loop_filter_h_88_16_msa | ( | uint8_t * | src, |
ptrdiff_t | pitch, | ||
int32_t | b_limit_ptr, | ||
int32_t | limit_ptr, | ||
int32_t | thresh_ptr | ||
) |
Definition at line 1349 of file vp9_lpf_msa.c.
void ff_loop_filter_h_84_16_msa | ( | uint8_t * | src, |
ptrdiff_t | pitch, | ||
int32_t | b_limit_ptr, | ||
int32_t | limit_ptr, | ||
int32_t | thresh_ptr | ||
) |
Definition at line 1462 of file vp9_lpf_msa.c.
void ff_loop_filter_h_48_16_msa | ( | uint8_t * | src, |
ptrdiff_t | pitch, | ||
int32_t | b_limit_ptr, | ||
int32_t | limit_ptr, | ||
int32_t | thresh_ptr | ||
) |
Definition at line 1565 of file vp9_lpf_msa.c.
|
static |
Definition at line 1670 of file vp9_lpf_msa.c.
Referenced by ff_loop_filter_h_16_8_msa().
|
static |
Definition at line 1697 of file vp9_lpf_msa.c.
Referenced by ff_loop_filter_h_16_8_msa().
|
static |
Definition at line 1710 of file vp9_lpf_msa.c.
Referenced by ff_loop_filter_h_16_16_msa().
|
static |
Definition at line 1770 of file vp9_lpf_msa.c.
Referenced by ff_loop_filter_h_16_8_msa().
|
static |
Definition at line 1842 of file vp9_lpf_msa.c.
Referenced by ff_loop_filter_h_16_8_msa().
void ff_loop_filter_h_16_8_msa | ( | uint8_t * | src, |
ptrdiff_t | pitch, | ||
int32_t | b_limit_ptr, | ||
int32_t | limit_ptr, | ||
int32_t | thresh_ptr | ||
) |
Definition at line 2066 of file vp9_lpf_msa.c.
|
static |
Definition at line 2091 of file vp9_lpf_msa.c.
Referenced by ff_loop_filter_h_16_16_msa().
|
static |
Definition at line 2175 of file vp9_lpf_msa.c.
Referenced by ff_loop_filter_h_16_16_msa().
void ff_loop_filter_h_16_16_msa | ( | uint8_t * | src, |
ptrdiff_t | pitch, | ||
int32_t | b_limit_ptr, | ||
int32_t | limit_ptr, | ||
int32_t | thresh_ptr | ||
) |
Definition at line 2502 of file vp9_lpf_msa.c.