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 | FILT_8TAP_DPADD_S_H(vec0, vec1, vec2, vec3, filt0, filt1, filt2, filt3) |
#define | HORIZ_8TAP_FILT(src0, src1, mask0, mask1, mask2, mask3, filt_h0, filt_h1, filt_h2, filt_h3) |
#define | HORIZ_8TAP_4WID_4VECS_FILT(src0, src1, src2, src3, mask0, mask1, mask2, mask3, filt0, filt1, filt2, filt3, out0, out1) |
#define | HORIZ_8TAP_8WID_4VECS_FILT(src0, src1, src2, src3, mask0, mask1, mask2, mask3, filt0, filt1, filt2, filt3, out0, out1, out2, out3) |
#define | PCKEV_XORI128_AVG_ST_UB(in0, in1, dst, pdst) |
#define | PCKEV_AVG_ST_UB(in0, in1, dst, pdst) |
#define | PCKEV_AVG_ST8x4_UB(in0, in1, in2, in3, dst0, dst1, pdst, stride) |
#define | VP9_8TAP_MIPS_MSA_FUNC(SIZE, type, type_idx) |
#define | VP9_COPY_AVG_MIPS_MSA_FUNC(SIZE) |
#define | VP9_AVG_MIPS_MSA_FUNC(SIZE) |
Functions | |
static void | common_hz_8t_4x4_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) |
static void | common_hz_8t_4x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) |
static void | common_hz_8t_4w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
static void | common_hz_8t_8x4_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) |
static void | common_hz_8t_8x8mult_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
static void | common_hz_8t_8w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
static void | common_hz_8t_16w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
static void | common_hz_8t_32w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
static void | common_hz_8t_64w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
static void | common_vt_8t_4w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
static void | common_vt_8t_8w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
static void | common_vt_8t_16w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
static void | common_vt_8t_16w_mult_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t width) |
static void | common_vt_8t_32w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
static void | common_vt_8t_64w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
static void | common_hv_8ht_8vt_4w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) |
static void | common_hv_8ht_8vt_8w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) |
static void | common_hv_8ht_8vt_16w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) |
static void | common_hv_8ht_8vt_32w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) |
static void | common_hv_8ht_8vt_64w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) |
static void | common_hz_8t_and_aver_dst_4x4_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) |
static void | common_hz_8t_and_aver_dst_4x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) |
static void | common_hz_8t_and_aver_dst_4w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
static void | common_hz_8t_and_aver_dst_8w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
static void | common_hz_8t_and_aver_dst_16w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
static void | common_hz_8t_and_aver_dst_32w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
static void | common_hz_8t_and_aver_dst_64w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
static void | common_vt_8t_and_aver_dst_4w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
static void | common_vt_8t_and_aver_dst_8w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
static void | common_vt_8t_and_aver_dst_16w_mult_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t width) |
static void | common_vt_8t_and_aver_dst_16w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
static void | common_vt_8t_and_aver_dst_32w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
static void | common_vt_8t_and_aver_dst_64w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
static void | common_hv_8ht_8vt_and_aver_dst_4w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) |
static void | common_hv_8ht_8vt_and_aver_dst_8w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) |
static void | common_hv_8ht_8vt_and_aver_dst_16w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) |
static void | common_hv_8ht_8vt_and_aver_dst_32w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) |
static void | common_hv_8ht_8vt_and_aver_dst_64w_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) |
static void | common_hz_2t_4x4_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) |
static void | common_hz_2t_4x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) |
void | ff_put_bilin_4h_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
static void | common_hz_2t_8x4_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) |
static void | common_hz_2t_8x8mult_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
void | ff_put_bilin_8h_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
void | ff_put_bilin_16h_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
void | ff_put_bilin_32h_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
void | ff_put_bilin_64h_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
static void | common_vt_2t_4x4_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) |
static void | common_vt_2t_4x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) |
void | ff_put_bilin_4v_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
static void | common_vt_2t_8x4_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) |
static void | common_vt_2t_8x8mult_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
void | ff_put_bilin_8v_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
void | ff_put_bilin_16v_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
void | ff_put_bilin_32v_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
void | ff_put_bilin_64v_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
static void | common_hv_2ht_2vt_4x4_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert) |
static void | common_hv_2ht_2vt_4x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert) |
void | ff_put_bilin_4hv_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
static void | common_hv_2ht_2vt_8x4_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert) |
static void | common_hv_2ht_2vt_8x8mult_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) |
void | ff_put_bilin_8hv_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
void | ff_put_bilin_16hv_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
void | ff_put_bilin_32hv_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
void | ff_put_bilin_64hv_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
static void | common_hz_2t_and_aver_dst_4x4_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) |
static void | common_hz_2t_and_aver_dst_4x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) |
void | ff_avg_bilin_4h_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
static void | common_hz_2t_and_aver_dst_8x4_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) |
static void | common_hz_2t_and_aver_dst_8x8mult_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
void | ff_avg_bilin_8h_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
void | ff_avg_bilin_16h_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
void | ff_avg_bilin_32h_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
void | ff_avg_bilin_64h_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
static void | common_vt_2t_and_aver_dst_4x4_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) |
static void | common_vt_2t_and_aver_dst_4x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) |
void | ff_avg_bilin_4v_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
static void | common_vt_2t_and_aver_dst_8x4_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) |
static void | common_vt_2t_and_aver_dst_8x8mult_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) |
void | ff_avg_bilin_8v_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
void | ff_avg_bilin_16v_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
void | ff_avg_bilin_32v_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
void | ff_avg_bilin_64v_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
static void | common_hv_2ht_2vt_and_aver_dst_4x4_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert) |
static void | common_hv_2ht_2vt_and_aver_dst_4x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert) |
void | ff_avg_bilin_4hv_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
static void | common_hv_2ht_2vt_and_aver_dst_8x4_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert) |
static void | common_hv_2ht_2vt_and_aver_dst_8x8mult_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) |
void | ff_avg_bilin_8hv_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
void | ff_avg_bilin_16hv_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
void | ff_avg_bilin_32hv_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
void | ff_avg_bilin_64hv_msa (uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) |
static void | copy_width8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | copy_width16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | copy_width32_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | copy_width64_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | avg_width4_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | avg_width8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | avg_width16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | avg_width32_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | avg_width64_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
VP9_8TAP_MIPS_MSA_FUNC (64, regular, FILTER_8TAP_REGULAR) | |
VP9_8TAP_MIPS_MSA_FUNC (32, regular, FILTER_8TAP_REGULAR) | |
VP9_8TAP_MIPS_MSA_FUNC (16, regular, FILTER_8TAP_REGULAR) | |
VP9_8TAP_MIPS_MSA_FUNC (8, regular, FILTER_8TAP_REGULAR) | |
VP9_8TAP_MIPS_MSA_FUNC (4, regular, FILTER_8TAP_REGULAR) | |
VP9_8TAP_MIPS_MSA_FUNC (64, sharp, FILTER_8TAP_SHARP) | |
VP9_8TAP_MIPS_MSA_FUNC (32, sharp, FILTER_8TAP_SHARP) | |
VP9_8TAP_MIPS_MSA_FUNC (16, sharp, FILTER_8TAP_SHARP) | |
VP9_8TAP_MIPS_MSA_FUNC (8, sharp, FILTER_8TAP_SHARP) | |
VP9_8TAP_MIPS_MSA_FUNC (4, sharp, FILTER_8TAP_SHARP) | |
VP9_8TAP_MIPS_MSA_FUNC (64, smooth, FILTER_8TAP_SMOOTH) | |
VP9_8TAP_MIPS_MSA_FUNC (32, smooth, FILTER_8TAP_SMOOTH) | |
VP9_8TAP_MIPS_MSA_FUNC (16, smooth, FILTER_8TAP_SMOOTH) | |
VP9_8TAP_MIPS_MSA_FUNC (8, smooth, FILTER_8TAP_SMOOTH) | |
VP9_8TAP_MIPS_MSA_FUNC (4, smooth, FILTER_8TAP_SMOOTH) | |
VP9_COPY_AVG_MIPS_MSA_FUNC (64) | |
VP9_COPY_AVG_MIPS_MSA_FUNC (32) | |
VP9_COPY_AVG_MIPS_MSA_FUNC (16) | |
VP9_COPY_AVG_MIPS_MSA_FUNC (8) | |
VP9_AVG_MIPS_MSA_FUNC (4) | |
Variables | |
static const uint8_t | mc_filt_mask_arr [16 *3] |
static const int8_t | vp9_bilinear_filters_msa [15][2] |
static const int8_t | vp9_subpel_filters_msa [3][15][8] |
#define FILT_8TAP_DPADD_S_H | ( | vec0, | |
vec1, | |||
vec2, | |||
vec3, | |||
filt0, | |||
filt1, | |||
filt2, | |||
filt3 | |||
) |
Definition at line 52 of file vp9_mc_msa.c.
#define HORIZ_8TAP_FILT | ( | src0, | |
src1, | |||
mask0, | |||
mask1, | |||
mask2, | |||
mask3, | |||
filt_h0, | |||
filt_h1, | |||
filt_h2, | |||
filt_h3 | |||
) |
Definition at line 66 of file vp9_mc_msa.c.
#define HORIZ_8TAP_4WID_4VECS_FILT | ( | src0, | |
src1, | |||
src2, | |||
src3, | |||
mask0, | |||
mask1, | |||
mask2, | |||
mask3, | |||
filt0, | |||
filt1, | |||
filt2, | |||
filt3, | |||
out0, | |||
out1 | |||
) |
Definition at line 83 of file vp9_mc_msa.c.
#define HORIZ_8TAP_8WID_4VECS_FILT | ( | src0, | |
src1, | |||
src2, | |||
src3, | |||
mask0, | |||
mask1, | |||
mask2, | |||
mask3, | |||
filt0, | |||
filt1, | |||
filt2, | |||
filt3, | |||
out0, | |||
out1, | |||
out2, | |||
out3 | |||
) |
Definition at line 102 of file vp9_mc_msa.c.
#define PCKEV_XORI128_AVG_ST_UB | ( | in0, | |
in1, | |||
dst, | |||
pdst | |||
) |
Definition at line 130 of file vp9_mc_msa.c.
#define PCKEV_AVG_ST_UB | ( | in0, | |
in1, | |||
dst, | |||
pdst | |||
) |
Definition at line 139 of file vp9_mc_msa.c.
#define PCKEV_AVG_ST8x4_UB | ( | in0, | |
in1, | |||
in2, | |||
in3, | |||
dst0, | |||
dst1, | |||
pdst, | |||
stride | |||
) |
Definition at line 148 of file vp9_mc_msa.c.
Definition at line 4326 of file vp9_mc_msa.c.
#define VP9_COPY_AVG_MIPS_MSA_FUNC | ( | SIZE | ) |
#define VP9_AVG_MIPS_MSA_FUNC | ( | SIZE | ) |
|
static |
Definition at line 159 of file vp9_mc_msa.c.
Referenced by common_hz_8t_4w_msa().
|
static |
Definition at line 188 of file vp9_mc_msa.c.
Referenced by common_hz_8t_4w_msa().
|
static |
Definition at line 225 of file vp9_mc_msa.c.
|
static |
Definition at line 236 of file vp9_mc_msa.c.
Referenced by common_hz_8t_8w_msa().
|
static |
Definition at line 267 of file vp9_mc_msa.c.
Referenced by common_hz_8t_8w_msa().
|
static |
Definition at line 303 of file vp9_mc_msa.c.
|
static |
Definition at line 315 of file vp9_mc_msa.c.
|
static |
Definition at line 354 of file vp9_mc_msa.c.
|
static |
Definition at line 413 of file vp9_mc_msa.c.
|
static |
Definition at line 470 of file vp9_mc_msa.c.
|
static |
Definition at line 522 of file vp9_mc_msa.c.
|
static |
Definition at line 577 of file vp9_mc_msa.c.
|
static |
Definition at line 656 of file vp9_mc_msa.c.
Referenced by common_vt_8t_32w_msa(), and common_vt_8t_64w_msa().
|
static |
Definition at line 745 of file vp9_mc_msa.c.
|
static |
Definition at line 753 of file vp9_mc_msa.c.
|
static |
Definition at line 761 of file vp9_mc_msa.c.
|
static |
Definition at line 837 of file vp9_mc_msa.c.
Referenced by common_hv_8ht_8vt_16w_msa(), common_hv_8ht_8vt_32w_msa(), and common_hv_8ht_8vt_64w_msa().
|
static |
Definition at line 935 of file vp9_mc_msa.c.
|
static |
Definition at line 952 of file vp9_mc_msa.c.
|
static |
Definition at line 969 of file vp9_mc_msa.c.
|
static |
Definition at line 986 of file vp9_mc_msa.c.
Referenced by common_hz_8t_and_aver_dst_4w_msa().
|
static |
Definition at line 1021 of file vp9_mc_msa.c.
Referenced by common_hz_8t_and_aver_dst_4w_msa().
|
static |
Definition at line 1066 of file vp9_mc_msa.c.
|
static |
Definition at line 1081 of file vp9_mc_msa.c.
|
static |
Definition at line 1122 of file vp9_mc_msa.c.
|
static |
Definition at line 1180 of file vp9_mc_msa.c.
|
static |
Definition at line 1239 of file vp9_mc_msa.c.
|
static |
Definition at line 1301 of file vp9_mc_msa.c.
|
static |
Definition at line 1360 of file vp9_mc_msa.c.
|
static |
Definition at line 1421 of file vp9_mc_msa.c.
Referenced by common_vt_8t_and_aver_dst_16w_msa(), common_vt_8t_and_aver_dst_32w_msa(), and common_vt_8t_and_aver_dst_64w_msa().
|
static |
Definition at line 1518 of file vp9_mc_msa.c.
|
static |
Definition at line 1528 of file vp9_mc_msa.c.
|
static |
Definition at line 1538 of file vp9_mc_msa.c.
|
static |
Definition at line 1548 of file vp9_mc_msa.c.
|
static |
Definition at line 1631 of file vp9_mc_msa.c.
Referenced by common_hv_8ht_8vt_and_aver_dst_16w_msa(), common_hv_8ht_8vt_and_aver_dst_32w_msa(), and common_hv_8ht_8vt_and_aver_dst_64w_msa().
|
static |
Definition at line 1735 of file vp9_mc_msa.c.
|
static |
Definition at line 1755 of file vp9_mc_msa.c.
|
static |
Definition at line 1775 of file vp9_mc_msa.c.
|
static |
Definition at line 1795 of file vp9_mc_msa.c.
Referenced by ff_put_bilin_4h_msa().
|
static |
Definition at line 1818 of file vp9_mc_msa.c.
Referenced by ff_put_bilin_4h_msa().
void ff_put_bilin_4h_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 1847 of file vp9_mc_msa.c.
|
static |
Definition at line 1860 of file vp9_mc_msa.c.
Referenced by ff_put_bilin_8h_msa().
|
static |
Definition at line 1884 of file vp9_mc_msa.c.
Referenced by ff_put_bilin_8h_msa().
void ff_put_bilin_8h_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 1946 of file vp9_mc_msa.c.
void ff_put_bilin_16h_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 1960 of file vp9_mc_msa.c.
void ff_put_bilin_32h_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 2027 of file vp9_mc_msa.c.
void ff_put_bilin_64h_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 2074 of file vp9_mc_msa.c.
|
static |
Definition at line 2117 of file vp9_mc_msa.c.
Referenced by ff_put_bilin_4v_msa().
|
static |
Definition at line 2143 of file vp9_mc_msa.c.
Referenced by ff_put_bilin_4v_msa().
void ff_put_bilin_4v_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 2177 of file vp9_mc_msa.c.
|
static |
Definition at line 2190 of file vp9_mc_msa.c.
Referenced by ff_put_bilin_8v_msa().
|
static |
Definition at line 2214 of file vp9_mc_msa.c.
Referenced by ff_put_bilin_8v_msa().
void ff_put_bilin_8v_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 2259 of file vp9_mc_msa.c.
void ff_put_bilin_16v_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 2273 of file vp9_mc_msa.c.
void ff_put_bilin_32v_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 2327 of file vp9_mc_msa.c.
void ff_put_bilin_64v_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 2405 of file vp9_mc_msa.c.
|
static |
Definition at line 2486 of file vp9_mc_msa.c.
Referenced by ff_put_bilin_4hv_msa().
|
static |
Definition at line 2519 of file vp9_mc_msa.c.
Referenced by ff_put_bilin_4hv_msa().
void ff_put_bilin_4hv_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 2565 of file vp9_mc_msa.c.
|
static |
Definition at line 2581 of file vp9_mc_msa.c.
Referenced by ff_put_bilin_8hv_msa().
|
static |
Definition at line 2624 of file vp9_mc_msa.c.
Referenced by ff_put_bilin_8hv_msa().
void ff_put_bilin_8hv_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 2703 of file vp9_mc_msa.c.
void ff_put_bilin_16hv_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 2719 of file vp9_mc_msa.c.
Referenced by ff_put_bilin_32hv_msa(), and ff_put_bilin_64hv_msa().
void ff_put_bilin_32hv_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 2790 of file vp9_mc_msa.c.
void ff_put_bilin_64hv_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 2804 of file vp9_mc_msa.c.
|
static |
Definition at line 2818 of file vp9_mc_msa.c.
Referenced by ff_avg_bilin_4h_msa().
|
static |
Definition at line 2847 of file vp9_mc_msa.c.
Referenced by ff_avg_bilin_4h_msa().
void ff_avg_bilin_4h_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 2881 of file vp9_mc_msa.c.
|
static |
Definition at line 2896 of file vp9_mc_msa.c.
Referenced by ff_avg_bilin_8h_msa().
|
static |
Definition at line 2924 of file vp9_mc_msa.c.
Referenced by ff_avg_bilin_8h_msa().
void ff_avg_bilin_8h_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 2996 of file vp9_mc_msa.c.
void ff_avg_bilin_16h_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 3011 of file vp9_mc_msa.c.
void ff_avg_bilin_32h_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 3079 of file vp9_mc_msa.c.
void ff_avg_bilin_64h_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 3129 of file vp9_mc_msa.c.
|
static |
Definition at line 3171 of file vp9_mc_msa.c.
Referenced by ff_avg_bilin_4v_msa().
|
static |
Definition at line 3207 of file vp9_mc_msa.c.
Referenced by ff_avg_bilin_4v_msa().
void ff_avg_bilin_4v_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 3246 of file vp9_mc_msa.c.
|
static |
Definition at line 3261 of file vp9_mc_msa.c.
Referenced by ff_avg_bilin_8v_msa().
|
static |
Definition at line 3290 of file vp9_mc_msa.c.
Referenced by ff_avg_bilin_8v_msa().
void ff_avg_bilin_8v_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 3345 of file vp9_mc_msa.c.
void ff_avg_bilin_16v_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 3360 of file vp9_mc_msa.c.
void ff_avg_bilin_32v_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 3414 of file vp9_mc_msa.c.
void ff_avg_bilin_64v_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 3494 of file vp9_mc_msa.c.
|
static |
Definition at line 3581 of file vp9_mc_msa.c.
Referenced by ff_avg_bilin_4hv_msa().
|
static |
Definition at line 3625 of file vp9_mc_msa.c.
Referenced by ff_avg_bilin_4hv_msa().
void ff_avg_bilin_4hv_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 3677 of file vp9_mc_msa.c.
|
static |
Definition at line 3693 of file vp9_mc_msa.c.
Referenced by ff_avg_bilin_8hv_msa().
|
static |
Definition at line 3743 of file vp9_mc_msa.c.
Referenced by ff_avg_bilin_8hv_msa().
void ff_avg_bilin_8hv_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 3805 of file vp9_mc_msa.c.
void ff_avg_bilin_16hv_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 3823 of file vp9_mc_msa.c.
Referenced by ff_avg_bilin_32hv_msa(), and ff_avg_bilin_64hv_msa().
void ff_avg_bilin_32hv_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 3894 of file vp9_mc_msa.c.
void ff_avg_bilin_64hv_msa | ( | uint8_t * | dst, |
ptrdiff_t | dst_stride, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_stride, | ||
int | height, | ||
int | mx, | ||
int | my | ||
) |
Definition at line 3908 of file vp9_mc_msa.c.
|
static |
Definition at line 3922 of file vp9_mc_msa.c.
|
static |
Definition at line 3952 of file vp9_mc_msa.c.
|
static |
Definition at line 3996 of file vp9_mc_msa.c.
|
static |
Definition at line 4026 of file vp9_mc_msa.c.
|
static |
Definition at line 4055 of file vp9_mc_msa.c.
|
static |
Definition at line 4084 of file vp9_mc_msa.c.
|
static |
Definition at line 4126 of file vp9_mc_msa.c.
|
static |
Definition at line 4161 of file vp9_mc_msa.c.
|
static |
Definition at line 4224 of file vp9_mc_msa.c.
VP9_8TAP_MIPS_MSA_FUNC | ( | 64 | , |
regular | , | ||
FILTER_8TAP_REGULAR | |||
) |
VP9_8TAP_MIPS_MSA_FUNC | ( | 32 | , |
regular | , | ||
FILTER_8TAP_REGULAR | |||
) |
VP9_8TAP_MIPS_MSA_FUNC | ( | 16 | , |
regular | , | ||
FILTER_8TAP_REGULAR | |||
) |
VP9_8TAP_MIPS_MSA_FUNC | ( | 8 | , |
regular | , | ||
FILTER_8TAP_REGULAR | |||
) |
VP9_8TAP_MIPS_MSA_FUNC | ( | 4 | , |
regular | , | ||
FILTER_8TAP_REGULAR | |||
) |
VP9_8TAP_MIPS_MSA_FUNC | ( | 64 | , |
sharp | , | ||
FILTER_8TAP_SHARP | |||
) |
VP9_8TAP_MIPS_MSA_FUNC | ( | 32 | , |
sharp | , | ||
FILTER_8TAP_SHARP | |||
) |
VP9_8TAP_MIPS_MSA_FUNC | ( | 16 | , |
sharp | , | ||
FILTER_8TAP_SHARP | |||
) |
VP9_8TAP_MIPS_MSA_FUNC | ( | 8 | , |
sharp | , | ||
FILTER_8TAP_SHARP | |||
) |
VP9_8TAP_MIPS_MSA_FUNC | ( | 4 | , |
sharp | , | ||
FILTER_8TAP_SHARP | |||
) |
VP9_8TAP_MIPS_MSA_FUNC | ( | 64 | , |
smooth | , | ||
FILTER_8TAP_SMOOTH | |||
) |
VP9_8TAP_MIPS_MSA_FUNC | ( | 32 | , |
smooth | , | ||
FILTER_8TAP_SMOOTH | |||
) |
VP9_8TAP_MIPS_MSA_FUNC | ( | 16 | , |
smooth | , | ||
FILTER_8TAP_SMOOTH | |||
) |
VP9_8TAP_MIPS_MSA_FUNC | ( | 8 | , |
smooth | , | ||
FILTER_8TAP_SMOOTH | |||
) |
VP9_8TAP_MIPS_MSA_FUNC | ( | 4 | , |
smooth | , | ||
FILTER_8TAP_SMOOTH | |||
) |
VP9_COPY_AVG_MIPS_MSA_FUNC | ( | 64 | ) |
VP9_COPY_AVG_MIPS_MSA_FUNC | ( | 32 | ) |
VP9_COPY_AVG_MIPS_MSA_FUNC | ( | 16 | ) |
VP9_COPY_AVG_MIPS_MSA_FUNC | ( | 8 | ) |
VP9_AVG_MIPS_MSA_FUNC | ( | 4 | ) |
|
static |
Definition at line 25 of file vp9_mc_msa.c.
Referenced by common_hv_2ht_2vt_4x4_msa(), common_hv_2ht_2vt_4x8_msa(), common_hv_2ht_2vt_8x4_msa(), common_hv_2ht_2vt_8x8mult_msa(), common_hv_2ht_2vt_and_aver_dst_4x4_msa(), common_hv_2ht_2vt_and_aver_dst_4x8_msa(), common_hv_2ht_2vt_and_aver_dst_8x4_msa(), common_hv_2ht_2vt_and_aver_dst_8x8mult_msa(), common_hv_8ht_8vt_4w_msa(), common_hv_8ht_8vt_8w_msa(), common_hv_8ht_8vt_and_aver_dst_4w_msa(), common_hv_8ht_8vt_and_aver_dst_8w_msa(), common_hz_2t_4x4_msa(), common_hz_2t_4x8_msa(), common_hz_2t_8x4_msa(), common_hz_2t_8x8mult_msa(), common_hz_2t_and_aver_dst_4x4_msa(), common_hz_2t_and_aver_dst_4x8_msa(), common_hz_2t_and_aver_dst_8x4_msa(), common_hz_2t_and_aver_dst_8x8mult_msa(), common_hz_8t_16w_msa(), common_hz_8t_32w_msa(), common_hz_8t_4x4_msa(), common_hz_8t_4x8_msa(), common_hz_8t_64w_msa(), common_hz_8t_8x4_msa(), common_hz_8t_8x8mult_msa(), common_hz_8t_and_aver_dst_16w_msa(), common_hz_8t_and_aver_dst_32w_msa(), common_hz_8t_and_aver_dst_4x4_msa(), common_hz_8t_and_aver_dst_4x8_msa(), common_hz_8t_and_aver_dst_64w_msa(), common_hz_8t_and_aver_dst_8w_msa(), ff_avg_bilin_16h_msa(), ff_avg_bilin_16hv_msa(), ff_avg_bilin_32h_msa(), ff_avg_bilin_64h_msa(), ff_put_bilin_16h_msa(), ff_put_bilin_16hv_msa(), ff_put_bilin_32h_msa(), and ff_put_bilin_64h_msa().
|
static |
Definition at line 34 of file vp9_mc_msa.c.
Referenced by ff_avg_bilin_16h_msa(), ff_avg_bilin_16hv_msa(), ff_avg_bilin_16v_msa(), ff_avg_bilin_32h_msa(), ff_avg_bilin_32v_msa(), ff_avg_bilin_4h_msa(), ff_avg_bilin_4hv_msa(), ff_avg_bilin_4v_msa(), ff_avg_bilin_64h_msa(), ff_avg_bilin_64v_msa(), ff_avg_bilin_8h_msa(), ff_avg_bilin_8hv_msa(), ff_avg_bilin_8v_msa(), ff_put_bilin_16h_msa(), ff_put_bilin_16hv_msa(), ff_put_bilin_16v_msa(), ff_put_bilin_32h_msa(), ff_put_bilin_32v_msa(), ff_put_bilin_4h_msa(), ff_put_bilin_4hv_msa(), ff_put_bilin_4v_msa(), ff_put_bilin_64h_msa(), ff_put_bilin_64v_msa(), ff_put_bilin_8h_msa(), ff_put_bilin_8hv_msa(), and ff_put_bilin_8v_msa().
|
static |
Definition at line 4274 of file vp9_mc_msa.c.