Revision b27b54de
libavcodec/arm/h264pred_init_arm.c | ||
---|---|---|
74 | 74 |
h->pred16x16[PLANE_PRED8x8 ] = ff_pred16x16_plane_neon; |
75 | 75 |
} |
76 | 76 |
|
77 |
void ff_h264_pred_init_arm(H264PredContext *h, int codec_id, bit_depth) |
|
77 |
void ff_h264_pred_init_arm(H264PredContext *h, int codec_id, int bit_depth)
|
|
78 | 78 |
{ |
79 | 79 |
if (HAVE_NEON) ff_h264_pred_init_neon(h, codec_id, bit_depth); |
80 | 80 |
} |
Also available in: Unified diff