|
Libav 0.7.1
|
Go to the source code of this file.
Functions | |
| void | ff_h264_v_loop_filter_luma_neon (uint8_t *pix, int stride, int alpha, int beta, int8_t *tc0) |
| void | ff_h264_h_loop_filter_luma_neon (uint8_t *pix, int stride, int alpha, int beta, int8_t *tc0) |
| void | ff_h264_v_loop_filter_chroma_neon (uint8_t *pix, int stride, int alpha, int beta, int8_t *tc0) |
| void | ff_h264_h_loop_filter_chroma_neon (uint8_t *pix, int stride, int alpha, int beta, int8_t *tc0) |
| void | ff_weight_h264_pixels_16x16_neon (uint8_t *ds, int stride, int log2_den, int weight, int offset) |
| void | ff_weight_h264_pixels_16x8_neon (uint8_t *ds, int stride, int log2_den, int weight, int offset) |
| void | ff_weight_h264_pixels_8x16_neon (uint8_t *ds, int stride, int log2_den, int weight, int offset) |
| void | ff_weight_h264_pixels_8x8_neon (uint8_t *ds, int stride, int log2_den, int weight, int offset) |
| void | ff_weight_h264_pixels_8x4_neon (uint8_t *ds, int stride, int log2_den, int weight, int offset) |
| void | ff_weight_h264_pixels_4x8_neon (uint8_t *ds, int stride, int log2_den, int weight, int offset) |
| void | ff_weight_h264_pixels_4x4_neon (uint8_t *ds, int stride, int log2_den, int weight, int offset) |
| void | ff_weight_h264_pixels_4x2_neon (uint8_t *ds, int stride, int log2_den, int weight, int offset) |
| void | ff_biweight_h264_pixels_16x16_neon (uint8_t *dst, uint8_t *src, int stride, int log2_den, int weightd, int weights, int offset) |
| void | ff_biweight_h264_pixels_16x8_neon (uint8_t *dst, uint8_t *src, int stride, int log2_den, int weightd, int weights, int offset) |
| void | ff_biweight_h264_pixels_8x16_neon (uint8_t *dst, uint8_t *src, int stride, int log2_den, int weightd, int weights, int offset) |
| void | ff_biweight_h264_pixels_8x8_neon (uint8_t *dst, uint8_t *src, int stride, int log2_den, int weightd, int weights, int offset) |
| void | ff_biweight_h264_pixels_8x4_neon (uint8_t *dst, uint8_t *src, int stride, int log2_den, int weightd, int weights, int offset) |
| void | ff_biweight_h264_pixels_4x8_neon (uint8_t *dst, uint8_t *src, int stride, int log2_den, int weightd, int weights, int offset) |
| void | ff_biweight_h264_pixels_4x4_neon (uint8_t *dst, uint8_t *src, int stride, int log2_den, int weightd, int weights, int offset) |
| void | ff_biweight_h264_pixels_4x2_neon (uint8_t *dst, uint8_t *src, int stride, int log2_den, int weightd, int weights, int offset) |
| void | ff_h264_idct_add_neon (uint8_t *dst, DCTELEM *block, int stride) |
| void | ff_h264_idct_dc_add_neon (uint8_t *dst, DCTELEM *block, int stride) |
| void | ff_h264_idct_add16_neon (uint8_t *dst, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[6 *8]) |
| void | ff_h264_idct_add16intra_neon (uint8_t *dst, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[6 *8]) |
| void | ff_h264_idct_add8_neon (uint8_t **dest, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[6 *8]) |
| void | ff_h264_idct8_add_neon (uint8_t *dst, DCTELEM *block, int stride) |
| void | ff_h264_idct8_dc_add_neon (uint8_t *dst, DCTELEM *block, int stride) |
| void | ff_h264_idct8_add4_neon (uint8_t *dst, const int *block_offset, DCTELEM *block, int stride, const uint8_t nnzc[6 *8]) |
| static void | ff_h264dsp_init_neon (H264DSPContext *c, const int bit_depth) |
| void | ff_h264dsp_init_arm (H264DSPContext *c, const int bit_depth) |
| void ff_biweight_h264_pixels_16x16_neon | ( | uint8_t * | dst, |
| uint8_t * | src, | ||
| int | stride, | ||
| int | log2_den, | ||
| int | weightd, | ||
| int | weights, | ||
| int | offset | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_biweight_h264_pixels_16x8_neon | ( | uint8_t * | dst, |
| uint8_t * | src, | ||
| int | stride, | ||
| int | log2_den, | ||
| int | weightd, | ||
| int | weights, | ||
| int | offset | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_biweight_h264_pixels_4x2_neon | ( | uint8_t * | dst, |
| uint8_t * | src, | ||
| int | stride, | ||
| int | log2_den, | ||
| int | weightd, | ||
| int | weights, | ||
| int | offset | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_biweight_h264_pixels_4x4_neon | ( | uint8_t * | dst, |
| uint8_t * | src, | ||
| int | stride, | ||
| int | log2_den, | ||
| int | weightd, | ||
| int | weights, | ||
| int | offset | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_biweight_h264_pixels_4x8_neon | ( | uint8_t * | dst, |
| uint8_t * | src, | ||
| int | stride, | ||
| int | log2_den, | ||
| int | weightd, | ||
| int | weights, | ||
| int | offset | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_biweight_h264_pixels_8x16_neon | ( | uint8_t * | dst, |
| uint8_t * | src, | ||
| int | stride, | ||
| int | log2_den, | ||
| int | weightd, | ||
| int | weights, | ||
| int | offset | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_biweight_h264_pixels_8x4_neon | ( | uint8_t * | dst, |
| uint8_t * | src, | ||
| int | stride, | ||
| int | log2_den, | ||
| int | weightd, | ||
| int | weights, | ||
| int | offset | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_biweight_h264_pixels_8x8_neon | ( | uint8_t * | dst, |
| uint8_t * | src, | ||
| int | stride, | ||
| int | log2_den, | ||
| int | weightd, | ||
| int | weights, | ||
| int | offset | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_h264_h_loop_filter_chroma_neon | ( | uint8_t * | pix, |
| int | stride, | ||
| int | alpha, | ||
| int | beta, | ||
| int8_t * | tc0 | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_h264_h_loop_filter_luma_neon | ( | uint8_t * | pix, |
| int | stride, | ||
| int | alpha, | ||
| int | beta, | ||
| int8_t * | tc0 | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_h264_idct8_add4_neon | ( | uint8_t * | dst, |
| const int * | block_offset, | ||
| DCTELEM * | block, | ||
| int | stride, | ||
| const uint8_t | nnzc[6 *8] | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_h264_idct8_add_neon | ( | uint8_t * | dst, |
| DCTELEM * | block, | ||
| int | stride | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_h264_idct8_dc_add_neon | ( | uint8_t * | dst, |
| DCTELEM * | block, | ||
| int | stride | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_h264_idct_add16_neon | ( | uint8_t * | dst, |
| const int * | block_offset, | ||
| DCTELEM * | block, | ||
| int | stride, | ||
| const uint8_t | nnzc[6 *8] | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_h264_idct_add16intra_neon | ( | uint8_t * | dst, |
| const int * | block_offset, | ||
| DCTELEM * | block, | ||
| int | stride, | ||
| const uint8_t | nnzc[6 *8] | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_h264_idct_add8_neon | ( | uint8_t ** | dest, |
| const int * | block_offset, | ||
| DCTELEM * | block, | ||
| int | stride, | ||
| const uint8_t | nnzc[6 *8] | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_h264_idct_add_neon | ( | uint8_t * | dst, |
| DCTELEM * | block, | ||
| int | stride | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_h264_idct_dc_add_neon | ( | uint8_t * | dst, |
| DCTELEM * | block, | ||
| int | stride | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_h264_v_loop_filter_chroma_neon | ( | uint8_t * | pix, |
| int | stride, | ||
| int | alpha, | ||
| int | beta, | ||
| int8_t * | tc0 | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_h264_v_loop_filter_luma_neon | ( | uint8_t * | pix, |
| int | stride, | ||
| int | alpha, | ||
| int | beta, | ||
| int8_t * | tc0 | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_h264dsp_init_arm | ( | H264DSPContext * | c, |
| const int | bit_depth | ||
| ) |
Definition at line 132 of file h264dsp_init_arm.c.
Referenced by ff_h264dsp_init().
| static void ff_h264dsp_init_neon | ( | H264DSPContext * | c, |
| const int | bit_depth | ||
| ) | [static] |
Definition at line 95 of file h264dsp_init_arm.c.
Referenced by ff_h264dsp_init_arm().
| void ff_weight_h264_pixels_16x16_neon | ( | uint8_t * | ds, |
| int | stride, | ||
| int | log2_den, | ||
| int | weight, | ||
| int | offset | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_weight_h264_pixels_16x8_neon | ( | uint8_t * | ds, |
| int | stride, | ||
| int | log2_den, | ||
| int | weight, | ||
| int | offset | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_weight_h264_pixels_4x2_neon | ( | uint8_t * | ds, |
| int | stride, | ||
| int | log2_den, | ||
| int | weight, | ||
| int | offset | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_weight_h264_pixels_4x4_neon | ( | uint8_t * | ds, |
| int | stride, | ||
| int | log2_den, | ||
| int | weight, | ||
| int | offset | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_weight_h264_pixels_4x8_neon | ( | uint8_t * | ds, |
| int | stride, | ||
| int | log2_den, | ||
| int | weight, | ||
| int | offset | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_weight_h264_pixels_8x16_neon | ( | uint8_t * | ds, |
| int | stride, | ||
| int | log2_den, | ||
| int | weight, | ||
| int | offset | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_weight_h264_pixels_8x4_neon | ( | uint8_t * | ds, |
| int | stride, | ||
| int | log2_den, | ||
| int | weight, | ||
| int | offset | ||
| ) |
Referenced by ff_h264dsp_init_neon().
| void ff_weight_h264_pixels_8x8_neon | ( | uint8_t * | ds, |
| int | stride, | ||
| int | log2_den, | ||
| int | weight, | ||
| int | offset | ||
| ) |
Referenced by ff_h264dsp_init_neon().
1.7.4