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(in1, dst0, in2, dst1, in3, dst2, in4, dst3,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_4x16_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_16multx8mult_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height, int32_t width) |
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.
Referenced by 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_vt_8t_16w_msa(), common_vt_8t_16w_mult_msa(), common_vt_8t_4w_msa(), common_vt_8t_8w_msa(), common_vt_8t_and_aver_dst_16w_mult_msa(), common_vt_8t_and_aver_dst_4w_msa(), and common_vt_8t_and_aver_dst_8w_msa().
#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.
Referenced by common_hv_8ht_8vt_4w_msa(), common_hv_8ht_8vt_8w_msa(), common_hv_8ht_8vt_and_aver_dst_4w_msa(), and common_hv_8ht_8vt_and_aver_dst_8w_msa().
#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.
Referenced by common_hz_8t_4x16_msa(), common_hz_8t_4x4_msa(), common_hz_8t_4x8_msa(), common_hz_8t_and_aver_dst_4x4_msa(), and common_hz_8t_and_aver_dst_4x8_msa().
#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.
Referenced by common_hz_8t_16w_msa(), common_hz_8t_32w_msa(), common_hz_8t_64w_msa(), common_hz_8t_8x4_msa(), common_hz_8t_8x8mult_msa(), and common_hz_8t_and_aver_dst_8w_msa().
#define PCKEV_XORI128_AVG_ST_UB | ( | in0, | |
in1, | |||
dst, | |||
pdst | |||
) |
Definition at line 130 of file vp9_mc_msa.c.
Referenced by common_hz_8t_and_aver_dst_16w_msa(), common_hz_8t_and_aver_dst_32w_msa(), and common_hz_8t_and_aver_dst_64w_msa().
#define PCKEV_AVG_ST_UB | ( | in0, | |
in1, | |||
dst, | |||
pdst | |||
) |
Definition at line 139 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_64h_msa(), and ff_avg_bilin_64v_msa().
#define PCKEV_AVG_ST8x4_UB | ( | in1, | |
dst0, | |||
in2, | |||
dst1, | |||
in3, | |||
dst2, | |||
in4, | |||
dst3, | |||
pdst, | |||
stride | |||
) |
Definition at line 148 of file vp9_mc_msa.c.
Referenced by common_hv_2ht_2vt_and_aver_dst_8x4_msa(), common_hv_2ht_2vt_and_aver_dst_8x8mult_msa(), common_hz_2t_and_aver_dst_8x4_msa(), common_hz_2t_and_aver_dst_8x8mult_msa(), common_vt_2t_and_aver_dst_8x4_msa(), and common_vt_2t_and_aver_dst_8x8mult_msa().
Definition at line 4390 of file vp9_mc_msa.c.
#define VP9_COPY_AVG_MIPS_MSA_FUNC | ( | SIZE | ) |
Definition at line 4458 of file vp9_mc_msa.c.
#define VP9_AVG_MIPS_MSA_FUNC | ( | SIZE | ) |
Definition at line 4475 of file vp9_mc_msa.c.
|
static |
Definition at line 160 of file vp9_mc_msa.c.
Referenced by common_hz_8t_4w_msa().
|
static |
Definition at line 189 of file vp9_mc_msa.c.
Referenced by common_hz_8t_4w_msa().
|
static |
Definition at line 227 of file vp9_mc_msa.c.
Referenced by common_hz_8t_4w_msa().
|
static |
Definition at line 285 of file vp9_mc_msa.c.
|
static |
Definition at line 298 of file vp9_mc_msa.c.
Referenced by common_hz_8t_8w_msa().
|
static |
Definition at line 329 of file vp9_mc_msa.c.
Referenced by common_hz_8t_8w_msa().
|
static |
Definition at line 365 of file vp9_mc_msa.c.
|
static |
Definition at line 377 of file vp9_mc_msa.c.
|
static |
Definition at line 416 of file vp9_mc_msa.c.
|
static |
Definition at line 475 of file vp9_mc_msa.c.
|
static |
Definition at line 532 of file vp9_mc_msa.c.
|
static |
Definition at line 584 of file vp9_mc_msa.c.
|
static |
Definition at line 639 of file vp9_mc_msa.c.
|
static |
Definition at line 718 of file vp9_mc_msa.c.
Referenced by common_vt_8t_32w_msa(), and common_vt_8t_64w_msa().
|
static |
Definition at line 807 of file vp9_mc_msa.c.
|
static |
Definition at line 815 of file vp9_mc_msa.c.
|
static |
Definition at line 823 of file vp9_mc_msa.c.
|
static |
Definition at line 899 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 997 of file vp9_mc_msa.c.
|
static |
Definition at line 1014 of file vp9_mc_msa.c.
|
static |
Definition at line 1031 of file vp9_mc_msa.c.
|
static |
Definition at line 1048 of file vp9_mc_msa.c.
Referenced by common_hz_8t_and_aver_dst_4w_msa().
|
static |
Definition at line 1083 of file vp9_mc_msa.c.
Referenced by common_hz_8t_and_aver_dst_4w_msa().
|
static |
Definition at line 1127 of file vp9_mc_msa.c.
|
static |
Definition at line 1142 of file vp9_mc_msa.c.
|
static |
Definition at line 1180 of file vp9_mc_msa.c.
|
static |
Definition at line 1238 of file vp9_mc_msa.c.
|
static |
Definition at line 1297 of file vp9_mc_msa.c.
|
static |
Definition at line 1359 of file vp9_mc_msa.c.
|
static |
Definition at line 1419 of file vp9_mc_msa.c.
|
static |
Definition at line 1477 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 1574 of file vp9_mc_msa.c.
|
static |
Definition at line 1584 of file vp9_mc_msa.c.
|
static |
Definition at line 1594 of file vp9_mc_msa.c.
|
static |
Definition at line 1604 of file vp9_mc_msa.c.
|
static |
Definition at line 1687 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 1788 of file vp9_mc_msa.c.
|
static |
Definition at line 1808 of file vp9_mc_msa.c.
|
static |
Definition at line 1828 of file vp9_mc_msa.c.
|
static |
Definition at line 1848 of file vp9_mc_msa.c.
Referenced by ff_put_bilin_4h_msa().
|
static |
Definition at line 1870 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 1898 of file vp9_mc_msa.c.
|
static |
Definition at line 1911 of file vp9_mc_msa.c.
Referenced by ff_put_bilin_8h_msa().
|
static |
Definition at line 1935 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 1998 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 2012 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 2079 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 2126 of file vp9_mc_msa.c.
|
static |
Definition at line 2169 of file vp9_mc_msa.c.
Referenced by ff_put_bilin_4v_msa().
|
static |
Definition at line 2195 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 2230 of file vp9_mc_msa.c.
|
static |
Definition at line 2243 of file vp9_mc_msa.c.
Referenced by ff_put_bilin_8v_msa().
|
static |
Definition at line 2267 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 2313 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 2327 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 2381 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 2459 of file vp9_mc_msa.c.
|
static |
Definition at line 2540 of file vp9_mc_msa.c.
Referenced by ff_put_bilin_4hv_msa().
|
static |
Definition at line 2572 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 2617 of file vp9_mc_msa.c.
|
static |
Definition at line 2633 of file vp9_mc_msa.c.
Referenced by ff_put_bilin_8hv_msa().
|
static |
Definition at line 2676 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 2756 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 2772 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 2843 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 2857 of file vp9_mc_msa.c.
|
static |
Definition at line 2871 of file vp9_mc_msa.c.
Referenced by ff_avg_bilin_4h_msa().
|
static |
Definition at line 2897 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 2931 of file vp9_mc_msa.c.
|
static |
Definition at line 2946 of file vp9_mc_msa.c.
Referenced by ff_avg_bilin_8h_msa().
|
static |
Definition at line 2972 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 3039 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 3054 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 3122 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 3172 of file vp9_mc_msa.c.
|
static |
Definition at line 3214 of file vp9_mc_msa.c.
Referenced by ff_avg_bilin_4v_msa().
|
static |
Definition at line 3250 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 3290 of file vp9_mc_msa.c.
|
static |
Definition at line 3305 of file vp9_mc_msa.c.
Referenced by ff_avg_bilin_8v_msa().
|
static |
Definition at line 3332 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 3382 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 3397 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 3451 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 3531 of file vp9_mc_msa.c.
|
static |
Definition at line 3618 of file vp9_mc_msa.c.
Referenced by ff_avg_bilin_4hv_msa().
|
static |
Definition at line 3658 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 3712 of file vp9_mc_msa.c.
|
static |
Definition at line 3728 of file vp9_mc_msa.c.
Referenced by ff_avg_bilin_8hv_msa().
|
static |
Definition at line 3776 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 3836 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 3854 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 3925 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 3939 of file vp9_mc_msa.c.
|
static |
Definition at line 3953 of file vp9_mc_msa.c.
|
static |
Definition at line 4039 of file vp9_mc_msa.c.
Referenced by copy_width16_msa(), copy_width32_msa(), and copy_width64_msa().
|
static |
Definition at line 4067 of file vp9_mc_msa.c.
|
static |
Definition at line 4101 of file vp9_mc_msa.c.
|
static |
Definition at line 4145 of file vp9_mc_msa.c.
|
static |
Definition at line 4152 of file vp9_mc_msa.c.
|
static |
Definition at line 4197 of file vp9_mc_msa.c.
|
static |
Definition at line 4223 of file vp9_mc_msa.c.
|
static |
Definition at line 4245 of file vp9_mc_msa.c.
|
static |
Definition at line 4288 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_4x16_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 4338 of file vp9_mc_msa.c.