FFmpeg
|
Go to the source code of this file.
Macros | |
#define | APPLY_HORIZ_QPEL_FILTER(inp0, inp1, mask, coef0, coef1, coef2) |
#define | APPLY_HORIZ_QPEL_FILTER_8BYTE(inp0, inp1, mask0, mask1, mask2, mask3, coef0, coef1, coef2) |
#define | APPLY_HORIZ_QPEL_FILTER_8BYTE_1ROW(inp0, mask0, mask1, mask2, mask3, coef0, coef1, coef2) |
#define | APPLY_HORIZ_QPEL_NO_ROUND_FILTER_8BYTE_1ROW(inp0, mask0, mask1, mask2, mask3, coef0, coef1, coef2) |
#define | APPLY_HORIZ_QPEL_NO_ROUND_FILTER(inp0, inp1, mask, coef0, coef1, coef2) |
#define | APPLY_HORIZ_QPEL_NO_ROUND_FILTER_8BYTE(inp0, inp1, mask0, mask1, mask2, mask3, coef0, coef1, coef2) |
#define | APPLY_VERT_QPEL_FILTER(inp0, inp1, inp2, inp3, inp4, inp5, inp6, inp7, coef0, coef1, coef2) |
#define | APPLY_VERT_QPEL_FILTER_8BYTE(inp00, inp01, inp02, inp03, inp04, inp05, inp06, inp07, inp10, inp11, inp12, inp13, inp14, inp15, inp16, inp17, coef0, coef1, coef2) |
#define | APPLY_VERT_QPEL_NO_ROUND_FILTER(inp0, inp1, inp2, inp3, inp4, inp5, inp6, inp7, coef0, coef1, coef2) |
#define | APPLY_VERT_QPEL_NO_ROUND_FILTER_8BYTE(inp00, inp01, inp02, inp03, inp04, inp05, inp06, inp07, inp10, inp11, inp12, inp13, inp14, inp15, inp16, inp17, coef0, coef1, coef2) |
Functions | |
static void | horiz_mc_qpel_aver_src0_8width_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | horiz_mc_qpel_aver_src0_16width_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | horiz_mc_qpel_8width_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | horiz_mc_qpel_16width_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | horiz_mc_qpel_aver_src1_8width_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | horiz_mc_qpel_aver_src1_16width_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | horiz_mc_qpel_no_rnd_aver_src0_8width_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | horiz_mc_qpel_no_rnd_aver_src0_16width_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | horiz_mc_qpel_no_rnd_8width_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | horiz_mc_qpel_no_rnd_16width_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | horiz_mc_qpel_no_rnd_aver_src1_8width_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | horiz_mc_qpel_no_rnd_aver_src1_16width_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | horiz_mc_qpel_avg_dst_aver_src0_8width_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | horiz_mc_qpel_avg_dst_aver_src0_16width_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | horiz_mc_qpel_avg_dst_8width_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | horiz_mc_qpel_avg_dst_16width_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | horiz_mc_qpel_avg_dst_aver_src1_8width_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | horiz_mc_qpel_avg_dst_aver_src1_16width_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | vert_mc_qpel_aver_src0_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | vert_mc_qpel_aver_src0_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | vert_mc_qpel_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | vert_mc_qpel_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | vert_mc_qpel_aver_src1_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | vert_mc_qpel_aver_src1_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | vert_mc_qpel_no_rnd_aver_src0_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | vert_mc_qpel_no_rnd_aver_src0_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | vert_mc_qpel_no_rnd_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | vert_mc_qpel_no_rnd_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | vert_mc_qpel_no_rnd_aver_src1_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | vert_mc_qpel_no_rnd_aver_src1_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | vert_mc_qpel_avg_dst_aver_src0_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | vert_mc_qpel_avg_dst_aver_src0_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | vert_mc_qpel_avg_dst_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | vert_mc_qpel_avg_dst_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | vert_mc_qpel_avg_dst_aver_src1_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | vert_mc_qpel_avg_dst_aver_src1_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_no_rnd_horiz_src0_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | hv_mc_qpel_no_rnd_aver_hv_src00_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_no_rnd_aver_hv_src00_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_no_rnd_horiz_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | hv_mc_qpel_no_rnd_aver_v_src0_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_no_rnd_aver_v_src0_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_no_rnd_horiz_src1_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | hv_mc_qpel_no_rnd_aver_hv_src10_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_no_rnd_aver_hv_src10_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_no_rnd_aver_h_src0_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_no_rnd_aver_h_src0_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_no_rnd_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_no_rnd_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_no_rnd_aver_h_src1_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_no_rnd_aver_h_src1_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_no_rnd_aver_hv_src01_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_no_rnd_aver_hv_src01_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_no_rnd_aver_v_src1_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_no_rnd_aver_v_src1_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_no_rnd_aver_hv_src11_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_no_rnd_aver_hv_src11_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_aver_horiz_src0_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | hv_mc_qpel_aver_hv_src00_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_aver_hv_src00_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_aver_horiz_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | hv_mc_qpel_aver_v_src0_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_aver_v_src0_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_aver_horiz_src1_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) |
static void | hv_mc_qpel_aver_hv_src10_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_aver_hv_src10_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_aver_h_src0_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_aver_h_src0_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_aver_h_src1_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_aver_h_src1_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_aver_hv_src01_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_aver_hv_src01_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_aver_v_src1_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_aver_v_src1_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_aver_hv_src11_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_aver_hv_src11_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_avg_dst_aver_hv_src00_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_avg_dst_aver_hv_src00_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_avg_dst_aver_v_src0_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_avg_dst_aver_v_src0_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_avg_dst_aver_hv_src10_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_avg_dst_aver_hv_src10_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_avg_dst_aver_h_src0_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_avg_dst_aver_h_src0_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_avg_dst_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_avg_dst_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_avg_dst_aver_h_src1_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_avg_dst_aver_h_src1_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_avg_dst_aver_hv_src01_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_avg_dst_aver_hv_src01_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_avg_dst_aver_v_src1_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_avg_dst_aver_v_src1_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_avg_dst_aver_hv_src11_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | hv_mc_qpel_avg_dst_aver_hv_src11_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | copy_8x8_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
static void | copy_16x16_msa (const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) |
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) |
void | ff_copy_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_copy_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_horiz_mc_qpel_aver_src0_8width_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_horiz_mc_qpel_aver_src0_16width_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_horiz_mc_qpel_8width_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_horiz_mc_qpel_16width_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_horiz_mc_qpel_aver_src1_8width_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_horiz_mc_qpel_aver_src1_16width_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_horiz_mc_qpel_no_rnd_aver_src0_8width_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_horiz_mc_qpel_no_rnd_aver_src0_16width_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_horiz_mc_qpel_no_rnd_8width_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_horiz_mc_qpel_no_rnd_16width_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_horiz_mc_qpel_no_rnd_aver_src1_8width_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_horiz_mc_qpel_no_rnd_aver_src1_16width_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_avg_width8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_avg_width16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_horiz_mc_qpel_avg_dst_aver_src0_8width_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_horiz_mc_qpel_avg_dst_aver_src0_16width_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_horiz_mc_qpel_avg_dst_8width_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_horiz_mc_qpel_avg_dst_16width_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_horiz_mc_qpel_avg_dst_aver_src1_8width_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_horiz_mc_qpel_avg_dst_aver_src1_16width_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_vert_mc_qpel_aver_src0_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_vert_mc_qpel_aver_src0_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_vert_mc_qpel_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_vert_mc_qpel_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_vert_mc_qpel_aver_src1_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_vert_mc_qpel_aver_src1_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_vert_mc_qpel_no_rnd_aver_src0_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_vert_mc_qpel_no_rnd_aver_src0_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_vert_mc_qpel_no_rnd_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_vert_mc_qpel_no_rnd_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_vert_mc_qpel_no_rnd_aver_src1_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_vert_mc_qpel_no_rnd_aver_src1_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_vert_mc_qpel_avg_dst_aver_src0_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_vert_mc_qpel_avg_dst_aver_src0_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_vert_mc_qpel_avg_dst_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_vert_mc_qpel_avg_dst_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_vert_mc_qpel_avg_dst_aver_src1_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_vert_mc_qpel_avg_dst_aver_src1_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_aver_hv_src00_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_aver_hv_src00_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_aver_v_src0_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_aver_v_src0_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_aver_hv_src10_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_aver_hv_src10_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_aver_h_src0_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_aver_h_src0_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_aver_h_src1_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_aver_h_src1_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_aver_hv_src01_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_aver_hv_src01_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_aver_v_src1_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_aver_v_src1_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_aver_hv_src11_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_aver_hv_src11_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_avg_dst_aver_hv_src00_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_avg_dst_aver_hv_src00_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_avg_dst_aver_v_src0_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_avg_dst_aver_v_src0_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_avg_dst_aver_hv_src10_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_avg_dst_aver_hv_src10_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_avg_dst_aver_h_src0_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_avg_dst_aver_h_src0_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_avg_dst_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_avg_dst_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_avg_dst_aver_h_src1_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_avg_dst_aver_h_src1_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_avg_dst_aver_hv_src01_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_avg_dst_aver_hv_src01_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_avg_dst_aver_v_src1_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_avg_dst_aver_v_src1_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_avg_dst_aver_hv_src11_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_avg_dst_aver_hv_src11_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_no_rnd_aver_hv_src00_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_no_rnd_aver_hv_src00_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_no_rnd_aver_v_src0_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_no_rnd_aver_v_src0_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_no_rnd_aver_hv_src10_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_no_rnd_aver_hv_src10_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_no_rnd_aver_h_src0_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_no_rnd_aver_h_src0_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_no_rnd_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_no_rnd_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_no_rnd_aver_h_src1_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_no_rnd_aver_h_src1_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_no_rnd_aver_hv_src01_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_no_rnd_aver_hv_src01_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_no_rnd_aver_v_src1_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_no_rnd_aver_v_src1_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_no_rnd_aver_hv_src11_16x16_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
void | ff_hv_mc_qpel_no_rnd_aver_hv_src11_8x8_msa (uint8_t *dest, const uint8_t *src, ptrdiff_t stride) |
#define APPLY_HORIZ_QPEL_FILTER | ( | inp0, | |
inp1, | |||
mask, | |||
coef0, | |||
coef1, | |||
coef2 | |||
) |
Definition at line 24 of file qpeldsp_msa.c.
#define APPLY_HORIZ_QPEL_FILTER_8BYTE | ( | inp0, | |
inp1, | |||
mask0, | |||
mask1, | |||
mask2, | |||
mask3, | |||
coef0, | |||
coef1, | |||
coef2 | |||
) |
Definition at line 58 of file qpeldsp_msa.c.
#define APPLY_HORIZ_QPEL_FILTER_8BYTE_1ROW | ( | inp0, | |
mask0, | |||
mask1, | |||
mask2, | |||
mask3, | |||
coef0, | |||
coef1, | |||
coef2 | |||
) |
Definition at line 84 of file qpeldsp_msa.c.
#define APPLY_HORIZ_QPEL_NO_ROUND_FILTER_8BYTE_1ROW | ( | inp0, | |
mask0, | |||
mask1, | |||
mask2, | |||
mask3, | |||
coef0, | |||
coef1, | |||
coef2 | |||
) |
Definition at line 105 of file qpeldsp_msa.c.
#define APPLY_HORIZ_QPEL_NO_ROUND_FILTER | ( | inp0, | |
inp1, | |||
mask, | |||
coef0, | |||
coef1, | |||
coef2 | |||
) |
Definition at line 127 of file qpeldsp_msa.c.
#define APPLY_HORIZ_QPEL_NO_ROUND_FILTER_8BYTE | ( | inp0, | |
inp1, | |||
mask0, | |||
mask1, | |||
mask2, | |||
mask3, | |||
coef0, | |||
coef1, | |||
coef2 | |||
) |
Definition at line 165 of file qpeldsp_msa.c.
#define APPLY_VERT_QPEL_FILTER | ( | inp0, | |
inp1, | |||
inp2, | |||
inp3, | |||
inp4, | |||
inp5, | |||
inp6, | |||
inp7, | |||
coef0, | |||
coef1, | |||
coef2 | |||
) |
Definition at line 194 of file qpeldsp_msa.c.
#define APPLY_VERT_QPEL_FILTER_8BYTE | ( | inp00, | |
inp01, | |||
inp02, | |||
inp03, | |||
inp04, | |||
inp05, | |||
inp06, | |||
inp07, | |||
inp10, | |||
inp11, | |||
inp12, | |||
inp13, | |||
inp14, | |||
inp15, | |||
inp16, | |||
inp17, | |||
coef0, | |||
coef1, | |||
coef2 | |||
) |
Definition at line 220 of file qpeldsp_msa.c.
#define APPLY_VERT_QPEL_NO_ROUND_FILTER | ( | inp0, | |
inp1, | |||
inp2, | |||
inp3, | |||
inp4, | |||
inp5, | |||
inp6, | |||
inp7, | |||
coef0, | |||
coef1, | |||
coef2 | |||
) |
Definition at line 248 of file qpeldsp_msa.c.
#define APPLY_VERT_QPEL_NO_ROUND_FILTER_8BYTE | ( | inp00, | |
inp01, | |||
inp02, | |||
inp03, | |||
inp04, | |||
inp05, | |||
inp06, | |||
inp07, | |||
inp10, | |||
inp11, | |||
inp12, | |||
inp13, | |||
inp14, | |||
inp15, | |||
inp16, | |||
inp17, | |||
coef0, | |||
coef1, | |||
coef2 | |||
) |
Definition at line 277 of file qpeldsp_msa.c.
|
static |
Definition at line 308 of file qpeldsp_msa.c.
Referenced by ff_horiz_mc_qpel_aver_src0_8width_msa().
|
static |
Definition at line 342 of file qpeldsp_msa.c.
Referenced by ff_horiz_mc_qpel_aver_src0_16width_msa().
|
static |
Definition at line 386 of file qpeldsp_msa.c.
Referenced by ff_horiz_mc_qpel_8width_msa().
|
static |
Definition at line 417 of file qpeldsp_msa.c.
Referenced by ff_horiz_mc_qpel_16width_msa().
|
static |
Definition at line 457 of file qpeldsp_msa.c.
Referenced by ff_horiz_mc_qpel_aver_src1_8width_msa().
|
static |
Definition at line 493 of file qpeldsp_msa.c.
Referenced by ff_horiz_mc_qpel_aver_src1_16width_msa().
|
static |
Definition at line 537 of file qpeldsp_msa.c.
Referenced by ff_horiz_mc_qpel_no_rnd_aver_src0_8width_msa().
|
static |
Definition at line 572 of file qpeldsp_msa.c.
Referenced by ff_horiz_mc_qpel_no_rnd_aver_src0_16width_msa().
|
static |
Definition at line 616 of file qpeldsp_msa.c.
Referenced by ff_horiz_mc_qpel_no_rnd_8width_msa().
|
static |
Definition at line 647 of file qpeldsp_msa.c.
Referenced by ff_horiz_mc_qpel_no_rnd_16width_msa().
|
static |
Definition at line 687 of file qpeldsp_msa.c.
Referenced by ff_horiz_mc_qpel_no_rnd_aver_src1_8width_msa().
|
static |
Definition at line 724 of file qpeldsp_msa.c.
Referenced by ff_horiz_mc_qpel_no_rnd_aver_src1_16width_msa().
|
static |
Definition at line 768 of file qpeldsp_msa.c.
Referenced by ff_horiz_mc_qpel_avg_dst_aver_src0_8width_msa().
|
static |
Definition at line 807 of file qpeldsp_msa.c.
Referenced by ff_horiz_mc_qpel_avg_dst_aver_src0_16width_msa().
|
static |
Definition at line 848 of file qpeldsp_msa.c.
Referenced by ff_horiz_mc_qpel_avg_dst_8width_msa().
|
static |
Definition at line 884 of file qpeldsp_msa.c.
Referenced by ff_horiz_mc_qpel_avg_dst_16width_msa().
|
static |
Definition at line 923 of file qpeldsp_msa.c.
Referenced by ff_horiz_mc_qpel_avg_dst_aver_src1_8width_msa().
|
static |
Definition at line 964 of file qpeldsp_msa.c.
Referenced by ff_horiz_mc_qpel_avg_dst_aver_src1_16width_msa().
|
static |
Definition at line 1004 of file qpeldsp_msa.c.
Referenced by ff_vert_mc_qpel_aver_src0_8x8_msa().
|
static |
Definition at line 1053 of file qpeldsp_msa.c.
Referenced by ff_vert_mc_qpel_aver_src0_16x16_msa(), hv_mc_qpel_aver_hv_src00_16x16_msa(), hv_mc_qpel_aver_hv_src10_16x16_msa(), and hv_mc_qpel_aver_v_src0_16x16_msa().
|
static |
Definition at line 1194 of file qpeldsp_msa.c.
Referenced by ff_vert_mc_qpel_8x8_msa().
|
static |
Definition at line 1237 of file qpeldsp_msa.c.
Referenced by ff_vert_mc_qpel_16x16_msa(), hv_mc_qpel_16x16_msa(), hv_mc_qpel_aver_h_src0_16x16_msa(), and hv_mc_qpel_aver_h_src1_16x16_msa().
|
static |
Definition at line 1373 of file qpeldsp_msa.c.
Referenced by ff_vert_mc_qpel_aver_src1_8x8_msa().
|
static |
Definition at line 1423 of file qpeldsp_msa.c.
Referenced by ff_vert_mc_qpel_aver_src1_16x16_msa(), hv_mc_qpel_aver_hv_src01_16x16_msa(), hv_mc_qpel_aver_hv_src11_16x16_msa(), and hv_mc_qpel_aver_v_src1_16x16_msa().
|
static |
Definition at line 1574 of file qpeldsp_msa.c.
Referenced by ff_vert_mc_qpel_no_rnd_aver_src0_8x8_msa().
|
static |
Definition at line 1625 of file qpeldsp_msa.c.
Referenced by ff_vert_mc_qpel_no_rnd_aver_src0_16x16_msa(), hv_mc_qpel_no_rnd_aver_hv_src00_16x16_msa(), hv_mc_qpel_no_rnd_aver_hv_src10_16x16_msa(), and hv_mc_qpel_no_rnd_aver_v_src0_16x16_msa().
|
static |
Definition at line 1775 of file qpeldsp_msa.c.
Referenced by ff_vert_mc_qpel_no_rnd_8x8_msa().
|
static |
Definition at line 1818 of file qpeldsp_msa.c.
Referenced by ff_vert_mc_qpel_no_rnd_16x16_msa(), hv_mc_qpel_no_rnd_16x16_msa(), hv_mc_qpel_no_rnd_aver_h_src0_16x16_msa(), and hv_mc_qpel_no_rnd_aver_h_src1_16x16_msa().
|
static |
Definition at line 1951 of file qpeldsp_msa.c.
Referenced by ff_vert_mc_qpel_no_rnd_aver_src1_8x8_msa().
|
static |
Definition at line 2002 of file qpeldsp_msa.c.
Referenced by ff_vert_mc_qpel_no_rnd_aver_src1_16x16_msa(), hv_mc_qpel_no_rnd_aver_hv_src01_16x16_msa(), hv_mc_qpel_no_rnd_aver_hv_src11_16x16_msa(), and hv_mc_qpel_no_rnd_aver_v_src1_16x16_msa().
|
static |
Definition at line 2151 of file qpeldsp_msa.c.
Referenced by ff_vert_mc_qpel_avg_dst_aver_src0_8x8_msa().
|
static |
Definition at line 2213 of file qpeldsp_msa.c.
Referenced by ff_vert_mc_qpel_avg_dst_aver_src0_16x16_msa(), hv_mc_qpel_avg_dst_aver_hv_src00_16x16_msa(), hv_mc_qpel_avg_dst_aver_hv_src10_16x16_msa(), and hv_mc_qpel_avg_dst_aver_v_src0_16x16_msa().
|
static |
Definition at line 2345 of file qpeldsp_msa.c.
Referenced by ff_vert_mc_qpel_avg_dst_8x8_msa().
|
static |
Definition at line 2398 of file qpeldsp_msa.c.
Referenced by ff_vert_mc_qpel_avg_dst_16x16_msa(), hv_mc_qpel_avg_dst_16x16_msa(), hv_mc_qpel_avg_dst_aver_h_src0_16x16_msa(), and hv_mc_qpel_avg_dst_aver_h_src1_16x16_msa().
|
static |
Definition at line 2523 of file qpeldsp_msa.c.
Referenced by ff_vert_mc_qpel_avg_dst_aver_src1_8x8_msa().
|
static |
Definition at line 2582 of file qpeldsp_msa.c.
Referenced by ff_vert_mc_qpel_avg_dst_aver_src1_16x16_msa(), hv_mc_qpel_avg_dst_aver_hv_src01_16x16_msa(), hv_mc_qpel_avg_dst_aver_hv_src11_16x16_msa(), and hv_mc_qpel_avg_dst_aver_v_src1_16x16_msa().
|
static |
Definition at line 2715 of file qpeldsp_msa.c.
Referenced by hv_mc_qpel_no_rnd_aver_h_src0_16x16_msa(), hv_mc_qpel_no_rnd_aver_hv_src00_16x16_msa(), and hv_mc_qpel_no_rnd_aver_hv_src01_16x16_msa().
|
static |
Definition at line 2765 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_no_rnd_aver_hv_src00_16x16_msa().
|
static |
Definition at line 2776 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_no_rnd_aver_hv_src00_8x8_msa().
|
static |
Definition at line 2870 of file qpeldsp_msa.c.
Referenced by hv_mc_qpel_no_rnd_16x16_msa(), hv_mc_qpel_no_rnd_aver_v_src0_16x16_msa(), and hv_mc_qpel_no_rnd_aver_v_src1_16x16_msa().
|
static |
Definition at line 2915 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_no_rnd_aver_v_src0_16x16_msa().
|
static |
Definition at line 2926 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_no_rnd_aver_v_src0_8x8_msa().
|
static |
Definition at line 3014 of file qpeldsp_msa.c.
Referenced by hv_mc_qpel_no_rnd_aver_h_src1_16x16_msa(), hv_mc_qpel_no_rnd_aver_hv_src10_16x16_msa(), and hv_mc_qpel_no_rnd_aver_hv_src11_16x16_msa().
|
static |
Definition at line 3064 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_no_rnd_aver_hv_src10_16x16_msa().
|
static |
Definition at line 3075 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_no_rnd_aver_hv_src10_8x8_msa().
|
static |
Definition at line 3178 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_no_rnd_aver_h_src0_16x16_msa().
|
static |
Definition at line 3189 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_no_rnd_aver_h_src0_8x8_msa().
|
static |
Definition at line 3273 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_no_rnd_16x16_msa().
|
static |
Definition at line 3284 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_no_rnd_8x8_msa().
|
static |
Definition at line 3359 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_no_rnd_aver_h_src1_16x16_msa().
|
static |
Definition at line 3370 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_no_rnd_aver_h_src1_8x8_msa().
|
static |
Definition at line 3462 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_no_rnd_aver_hv_src01_16x16_msa().
|
static |
Definition at line 3473 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_no_rnd_aver_hv_src01_8x8_msa().
|
static |
Definition at line 3568 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_no_rnd_aver_v_src1_16x16_msa().
|
static |
Definition at line 3579 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_no_rnd_aver_v_src1_8x8_msa().
|
static |
Definition at line 3661 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_no_rnd_aver_hv_src11_16x16_msa().
|
static |
Definition at line 3672 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_no_rnd_aver_hv_src11_8x8_msa().
|
static |
Definition at line 3772 of file qpeldsp_msa.c.
Referenced by hv_mc_qpel_aver_h_src0_16x16_msa(), hv_mc_qpel_aver_hv_src00_16x16_msa(), hv_mc_qpel_aver_hv_src01_16x16_msa(), hv_mc_qpel_avg_dst_aver_h_src0_16x16_msa(), hv_mc_qpel_avg_dst_aver_hv_src00_16x16_msa(), and hv_mc_qpel_avg_dst_aver_hv_src01_16x16_msa().
|
static |
Definition at line 3821 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_aver_hv_src00_16x16_msa().
|
static |
Definition at line 3832 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_aver_hv_src00_8x8_msa().
|
static |
Definition at line 3917 of file qpeldsp_msa.c.
Referenced by hv_mc_qpel_16x16_msa(), hv_mc_qpel_aver_v_src0_16x16_msa(), hv_mc_qpel_aver_v_src1_16x16_msa(), hv_mc_qpel_avg_dst_16x16_msa(), hv_mc_qpel_avg_dst_aver_v_src0_16x16_msa(), and hv_mc_qpel_avg_dst_aver_v_src1_16x16_msa().
|
static |
Definition at line 3961 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_aver_v_src0_16x16_msa().
|
static |
Definition at line 3972 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_aver_v_src0_8x8_msa().
|
static |
Definition at line 4054 of file qpeldsp_msa.c.
Referenced by hv_mc_qpel_aver_h_src1_16x16_msa(), hv_mc_qpel_aver_hv_src10_16x16_msa(), hv_mc_qpel_aver_hv_src11_16x16_msa(), hv_mc_qpel_avg_dst_aver_h_src1_16x16_msa(), hv_mc_qpel_avg_dst_aver_hv_src10_16x16_msa(), and hv_mc_qpel_avg_dst_aver_hv_src11_16x16_msa().
|
static |
Definition at line 4103 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_aver_hv_src10_16x16_msa().
|
static |
Definition at line 4114 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_aver_hv_src10_8x8_msa().
|
static |
Definition at line 4205 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_aver_h_src0_16x16_msa().
|
static |
Definition at line 4216 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_aver_h_src0_8x8_msa().
|
static |
Definition at line 4295 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_16x16_msa().
|
static |
Definition at line 4306 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_8x8_msa().
|
static |
Definition at line 4378 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_aver_h_src1_16x16_msa().
|
static |
Definition at line 4389 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_aver_h_src1_8x8_msa().
|
static |
Definition at line 4470 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_aver_hv_src01_16x16_msa().
|
static |
Definition at line 4481 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_aver_hv_src01_8x8_msa().
|
static |
Definition at line 4567 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_aver_v_src1_16x16_msa().
|
static |
Definition at line 4578 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_aver_v_src1_8x8_msa().
|
static |
Definition at line 4661 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_aver_hv_src11_16x16_msa().
|
static |
Definition at line 4672 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_aver_hv_src11_8x8_msa().
|
static |
Definition at line 4765 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_avg_dst_aver_hv_src00_16x16_msa().
|
static |
Definition at line 4776 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_avg_dst_aver_hv_src00_8x8_msa().
|
static |
Definition at line 4878 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_avg_dst_aver_v_src0_16x16_msa().
|
static |
Definition at line 4889 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_avg_dst_aver_v_src0_8x8_msa().
|
static |
Definition at line 4987 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_avg_dst_aver_hv_src10_16x16_msa().
|
static |
Definition at line 4998 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_avg_dst_aver_hv_src10_8x8_msa().
|
static |
Definition at line 5112 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_avg_dst_aver_h_src0_16x16_msa().
|
static |
Definition at line 5123 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_avg_dst_aver_h_src0_8x8_msa().
|
static |
Definition at line 5217 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_avg_dst_16x16_msa().
|
static |
Definition at line 5227 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_avg_dst_8x8_msa().
|
static |
Definition at line 5315 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_avg_dst_aver_h_src1_16x16_msa().
|
static |
Definition at line 5326 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_avg_dst_aver_h_src1_8x8_msa().
|
static |
Definition at line 5431 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_avg_dst_aver_hv_src01_16x16_msa().
|
static |
Definition at line 5442 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_avg_dst_aver_hv_src01_8x8_msa().
|
static |
Definition at line 5545 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_avg_dst_aver_v_src1_16x16_msa().
|
static |
Definition at line 5556 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_avg_dst_aver_v_src1_8x8_msa().
|
static |
Definition at line 5652 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_avg_dst_aver_hv_src11_16x16_msa().
|
static |
Definition at line 5663 of file qpeldsp_msa.c.
Referenced by ff_hv_mc_qpel_avg_dst_aver_hv_src11_8x8_msa().
|
static |
Definition at line 5770 of file qpeldsp_msa.c.
Referenced by ff_copy_8x8_msa().
|
static |
Definition at line 5789 of file qpeldsp_msa.c.
Referenced by ff_copy_16x16_msa().
|
static |
Definition at line 5806 of file qpeldsp_msa.c.
Referenced by ff_avg_width8_msa().
|
static |
Definition at line 5832 of file qpeldsp_msa.c.
Referenced by ff_avg_width16_msa().
void ff_copy_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 5854 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_copy_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 5859 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_horiz_mc_qpel_aver_src0_8width_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 5864 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_horiz_mc_qpel_aver_src0_16width_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 5871 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_horiz_mc_qpel_8width_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 5878 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_horiz_mc_qpel_16width_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 5884 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_horiz_mc_qpel_aver_src1_8width_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 5890 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_horiz_mc_qpel_aver_src1_16width_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 5897 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_horiz_mc_qpel_no_rnd_aver_src0_8width_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 5904 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_horiz_mc_qpel_no_rnd_aver_src0_16width_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 5911 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_horiz_mc_qpel_no_rnd_8width_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 5918 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_horiz_mc_qpel_no_rnd_16width_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 5924 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_horiz_mc_qpel_no_rnd_aver_src1_8width_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 5930 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_horiz_mc_qpel_no_rnd_aver_src1_16width_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 5937 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_avg_width8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 5944 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_avg_width16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 5949 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_horiz_mc_qpel_avg_dst_aver_src0_8width_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 5954 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_horiz_mc_qpel_avg_dst_aver_src0_16width_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 5961 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_horiz_mc_qpel_avg_dst_8width_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 5968 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_horiz_mc_qpel_avg_dst_16width_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 5974 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_horiz_mc_qpel_avg_dst_aver_src1_8width_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 5980 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_horiz_mc_qpel_avg_dst_aver_src1_16width_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 5987 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_vert_mc_qpel_aver_src0_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 5995 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_vert_mc_qpel_aver_src0_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6001 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_vert_mc_qpel_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6007 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_vert_mc_qpel_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6013 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_vert_mc_qpel_aver_src1_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6019 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_vert_mc_qpel_aver_src1_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6025 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_vert_mc_qpel_no_rnd_aver_src0_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6031 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_vert_mc_qpel_no_rnd_aver_src0_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6038 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_vert_mc_qpel_no_rnd_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6045 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_vert_mc_qpel_no_rnd_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6051 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_vert_mc_qpel_no_rnd_aver_src1_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6057 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_vert_mc_qpel_no_rnd_aver_src1_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6064 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_vert_mc_qpel_avg_dst_aver_src0_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6071 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_vert_mc_qpel_avg_dst_aver_src0_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6078 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_vert_mc_qpel_avg_dst_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6085 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_vert_mc_qpel_avg_dst_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6091 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_vert_mc_qpel_avg_dst_aver_src1_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6097 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_vert_mc_qpel_avg_dst_aver_src1_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6104 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_aver_hv_src00_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6112 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_aver_hv_src00_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6119 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_aver_v_src0_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6125 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_aver_v_src0_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6131 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_aver_hv_src10_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6137 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_aver_hv_src10_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6144 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_aver_h_src0_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6150 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_aver_h_src0_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6156 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6162 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6168 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_aver_h_src1_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6174 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_aver_h_src1_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6180 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_aver_hv_src01_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6186 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_aver_hv_src01_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6193 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_aver_v_src1_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6199 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_aver_v_src1_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6205 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_aver_hv_src11_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6211 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_aver_hv_src11_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6218 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_avg_dst_aver_hv_src00_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6224 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_avg_dst_aver_hv_src00_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6231 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_avg_dst_aver_v_src0_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6238 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_avg_dst_aver_v_src0_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6245 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_avg_dst_aver_hv_src10_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6252 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_avg_dst_aver_hv_src10_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6259 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_avg_dst_aver_h_src0_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6266 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_avg_dst_aver_h_src0_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6273 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_avg_dst_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6280 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_avg_dst_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6286 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_avg_dst_aver_h_src1_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6292 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_avg_dst_aver_h_src1_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6299 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_avg_dst_aver_hv_src01_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6306 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_avg_dst_aver_hv_src01_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6313 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_avg_dst_aver_v_src1_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6320 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_avg_dst_aver_v_src1_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6327 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_avg_dst_aver_hv_src11_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6334 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_avg_dst_aver_hv_src11_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6341 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_no_rnd_aver_hv_src00_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6348 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_no_rnd_aver_hv_src00_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6355 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_no_rnd_aver_v_src0_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6362 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_no_rnd_aver_v_src0_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6369 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_no_rnd_aver_hv_src10_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6376 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_no_rnd_aver_hv_src10_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6383 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_no_rnd_aver_h_src0_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6390 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_no_rnd_aver_h_src0_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6397 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_no_rnd_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6404 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_no_rnd_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6410 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_no_rnd_aver_h_src1_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6416 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_no_rnd_aver_h_src1_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6423 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_no_rnd_aver_hv_src01_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6430 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_no_rnd_aver_hv_src01_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6437 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_no_rnd_aver_v_src1_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6444 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_no_rnd_aver_v_src1_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6451 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_no_rnd_aver_hv_src11_16x16_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6458 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().
void ff_hv_mc_qpel_no_rnd_aver_hv_src11_8x8_msa | ( | uint8_t * | dest, |
const uint8_t * | src, | ||
ptrdiff_t | stride | ||
) |
Definition at line 6465 of file qpeldsp_msa.c.
Referenced by ff_qpeldsp_init_mips().