
Go to the source code of this file.
Functions | |
| void | PREFIX_h264_chroma_mc8_altivec (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y) |
| static void | PREFIX_h264_qpel16_h_lowpass_altivec (uint8_t *dst, uint8_t *src, int dstStride, int srcStride) |
| static void | PREFIX_h264_qpel16_v_lowpass_altivec (uint8_t *dst, uint8_t *src, int dstStride, int srcStride) |
| static void | PREFIX_h264_qpel16_hv_lowpass_altivec (uint8_t *dst, int16_t *tmp, uint8_t *src, int dstStride, int tmpStride, int srcStride) |
| void PREFIX_h264_chroma_mc8_altivec | ( | uint8_t * | dst, | |
| uint8_t * | src, | |||
| int | stride, | |||
| int | h, | |||
| int | x, | |||
| int | y | |||
| ) |
Definition at line 20 of file dsputil_h264_template_altivec.c.
References __attribute__(), AVV, OP_U8_ALTIVEC, POWERPC_PERF_DECLARE, POWERPC_PERF_START_COUNT, POWERPC_PERF_STOP_COUNT, and PREFIX_h264_chroma_mc8_num.

| static void PREFIX_h264_qpel16_h_lowpass_altivec | ( | uint8_t * | dst, | |
| uint8_t * | src, | |||
| int | dstStride, | |||
| int | srcStride | |||
| ) | [static] |
Definition at line 158 of file dsputil_h264_template_altivec.c.
References AVV, OP_U8_ALTIVEC, POWERPC_PERF_DECLARE, POWERPC_PERF_START_COUNT, POWERPC_PERF_STOP_COUNT, PREFIX_h264_qpel16_h_lowpass_num, and vec_mergel.
| static void PREFIX_h264_qpel16_hv_lowpass_altivec | ( | uint8_t * | dst, | |
| int16_t * | tmp, | |||
| uint8_t * | src, | |||
| int | dstStride, | |||
| int | tmpStride, | |||
| int | srcStride | |||
| ) | [static] |
Definition at line 413 of file dsputil_h264_template_altivec.c.
References AVV, OP_U8_ALTIVEC, POWERPC_PERF_DECLARE, POWERPC_PERF_START_COUNT, POWERPC_PERF_STOP_COUNT, PREFIX_h264_qpel16_hv_lowpass_num, and vec_mergel.
| static void PREFIX_h264_qpel16_v_lowpass_altivec | ( | uint8_t * | dst, | |
| uint8_t * | src, | |||
| int | dstStride, | |||
| int | srcStride | |||
| ) | [static] |
Definition at line 300 of file dsputil_h264_template_altivec.c.
References AVV, OP_U8_ALTIVEC, POWERPC_PERF_DECLARE, POWERPC_PERF_START_COUNT, POWERPC_PERF_STOP_COUNT, PREFIX_h264_qpel16_v_lowpass_num, and vec_mergel.
1.5.5