-
- Downloads
Use ptrdiff_t instead of int for intra pred "stride" function parameter.
This way, SIMD-optimized functions don't have to sign-extend their stride argument manually to be able to do pointer arithmetic.
Showing
- libavcodec/arm/h264pred_init_arm.c 18 additions, 18 deletionslibavcodec/arm/h264pred_init_arm.c
- libavcodec/h264pred.c 58 additions, 21 deletionslibavcodec/h264pred.c
- libavcodec/h264pred.h 10 additions, 8 deletionslibavcodec/h264pred.h
- libavcodec/h264pred_template.c 167 additions, 66 deletionslibavcodec/h264pred_template.c
- libavcodec/x86/h264_intrapred_init.c 11 additions, 4 deletionslibavcodec/x86/h264_intrapred_init.c
Loading
Please register or sign in to comment