#include <stdint.h>#include "libavcodec/h264pred.h"Go to the source code of this file.
| void ff_h264_pred_init_arm | ( | H264PredContext * | h, | |
| int | codec_id, | |||
| int | bit_depth | |||
| ) |
| static void ff_h264_pred_init_neon | ( | H264PredContext * | h, | |
| int | codec_id, | |||
| const int | bit_depth | |||
| ) | [static] |
| void ff_pred16x16_128_dc_neon | ( | uint8_t * | src, | |
| int | stride | |||
| ) |
Referenced by ff_h264_pred_init_neon().
| void ff_pred16x16_dc_neon | ( | uint8_t * | src, | |
| int | stride | |||
| ) |
Referenced by ff_h264_pred_init_neon().
| void ff_pred16x16_hor_neon | ( | uint8_t * | src, | |
| int | stride | |||
| ) |
Referenced by ff_h264_pred_init_neon().
| void ff_pred16x16_left_dc_neon | ( | uint8_t * | src, | |
| int | stride | |||
| ) |
Referenced by ff_h264_pred_init_neon().
| void ff_pred16x16_plane_neon | ( | uint8_t * | src, | |
| int | stride | |||
| ) |
Referenced by ff_h264_pred_init_neon().
| void ff_pred16x16_top_dc_neon | ( | uint8_t * | src, | |
| int | stride | |||
| ) |
Referenced by ff_h264_pred_init_neon().
| void ff_pred16x16_vert_neon | ( | uint8_t * | src, | |
| int | stride | |||
| ) |
Referenced by ff_h264_pred_init_neon().
| void ff_pred8x8_0l0_dc_neon | ( | uint8_t * | src, | |
| int | stride | |||
| ) |
Referenced by ff_h264_pred_init_neon().
| void ff_pred8x8_0lt_dc_neon | ( | uint8_t * | src, | |
| int | stride | |||
| ) |
Referenced by ff_h264_pred_init_neon().
| void ff_pred8x8_128_dc_neon | ( | uint8_t * | src, | |
| int | stride | |||
| ) |
Referenced by ff_h264_pred_init_neon().
| void ff_pred8x8_dc_neon | ( | uint8_t * | src, | |
| int | stride | |||
| ) |
Referenced by ff_h264_pred_init_neon().
| void ff_pred8x8_hor_neon | ( | uint8_t * | src, | |
| int | stride | |||
| ) |
Referenced by ff_h264_pred_init_neon().
| void ff_pred8x8_l00_dc_neon | ( | uint8_t * | src, | |
| int | stride | |||
| ) |
Referenced by ff_h264_pred_init_neon().
| void ff_pred8x8_l0t_dc_neon | ( | uint8_t * | src, | |
| int | stride | |||
| ) |
Referenced by ff_h264_pred_init_neon().
| void ff_pred8x8_left_dc_neon | ( | uint8_t * | src, | |
| int | stride | |||
| ) |
Referenced by ff_h264_pred_init_neon().
| void ff_pred8x8_plane_neon | ( | uint8_t * | src, | |
| int | stride | |||
| ) |
Referenced by ff_h264_pred_init_neon().
| void ff_pred8x8_top_dc_neon | ( | uint8_t * | src, | |
| int | stride | |||
| ) |
Referenced by ff_h264_pred_init_neon().
| void ff_pred8x8_vert_neon | ( | uint8_t * | src, | |
| int | stride | |||
| ) |
Referenced by ff_h264_pred_init_neon().
1.5.8