Searched refs:testneonclobbers (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/arm/ |
H A D | neontest.c | 29 testneonclobbers(avcodec_open2, avctx, codec, options); in avcodec_open2() 37 testneonclobbers(avcodec_decode_subtitle2, avctx, sub, in avcodec_decode_subtitle2() 45 testneonclobbers(avcodec_encode_subtitle, avctx, buf, buf_size, sub); in avcodec_encode_subtitle() 50 testneonclobbers(avcodec_send_packet, avctx, avpkt); in avcodec_send_packet() 55 testneonclobbers(avcodec_receive_packet, avctx, avpkt); in avcodec_receive_packet() 60 testneonclobbers(avcodec_send_frame, avctx, frame); in avcodec_send_frame() 65 testneonclobbers(avcodec_receive_frame, avctx, frame); in avcodec_receive_frame()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | neontest.c | 29 testneonclobbers(avcodec_open2, avctx, codec, options); in avcodec_open2() 37 testneonclobbers(avcodec_decode_subtitle2, avctx, sub, in avcodec_decode_subtitle2() 45 testneonclobbers(avcodec_encode_subtitle, avctx, buf, buf_size, sub); in avcodec_encode_subtitle() 50 testneonclobbers(avcodec_send_packet, avctx, avpkt); in avcodec_send_packet() 55 testneonclobbers(avcodec_receive_packet, avctx, avpkt); in avcodec_receive_packet() 60 testneonclobbers(avcodec_send_frame, avctx, frame); in avcodec_send_frame() 65 testneonclobbers(avcodec_receive_frame, avctx, frame); in avcodec_receive_frame()
|
/third_party/ffmpeg/libswresample/aarch64/ |
H A D | neontest.c | 28 testneonclobbers(swr_convert, s, out, out_count, in, in_count); in swr_convert()
|
/third_party/ffmpeg/libswresample/arm/ |
H A D | neontest.c | 28 testneonclobbers(swr_convert, s, out, out_count, in, in_count); in swr_convert()
|
/third_party/ffmpeg/libavresample/arm/ |
H A D | neontest.c | 29 testneonclobbers(avresample_convert, avr, output, out_plane_size, in avresample_convert()
|
/third_party/ffmpeg/libavresample/aarch64/ |
H A D | neontest.c | 29 testneonclobbers(avresample_convert, avr, output, out_plane_size, in avresample_convert()
|
/third_party/ffmpeg/libavutil/aarch64/ |
H A D | neontest.h | 42 #define testneonclobbers(func, ctx, ...) \ macro
|
/third_party/ffmpeg/libavutil/arm/ |
H A D | neontest.h | 39 #define testneonclobbers(func, ctx, ...) \ macro
|
Completed in 2 milliseconds