mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-03-03 09:37:28 +00:00
Merge commit '6ce93757ee6b81fe727bfdc9f546fd0ddf9139c3'
* commit '6ce93757ee6b81fe727bfdc9f546fd0ddf9139c3': ppc: Update #endif comments This commit is mostly a noop as we seem to support PPC LE (see 902ce2a6c4364fd27ae3f1db78cd275caf79c006). Only the h264 chunks are updated. Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
commit
7c54e5870f
@ -189,7 +189,7 @@ static void PREFIX_h264_qpel16_h_lowpass_altivec(uint8_t *dst,
|
||||
dst += dstStride;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif /* PREFIX_h264_qpel16_h_lowpass_altivec */
|
||||
|
||||
/* this code assume stride % 16 == 0 */
|
||||
#ifdef PREFIX_h264_qpel16_v_lowpass_altivec
|
||||
@ -291,7 +291,7 @@ static void PREFIX_h264_qpel16_v_lowpass_altivec(uint8_t *dst,
|
||||
dst += dstStride;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif /* PREFIX_h264_qpel16_v_lowpass_altivec */
|
||||
|
||||
/* this code assume stride % 16 == 0 *and* tmp is properly aligned */
|
||||
#ifdef PREFIX_h264_qpel16_hv_lowpass_altivec
|
||||
@ -481,4 +481,4 @@ static void PREFIX_h264_qpel16_hv_lowpass_altivec(uint8_t *dst, int16_t *tmp,
|
||||
dst += dstStride;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif /* PREFIX_h264_qpel16_hv_lowpass_altivec */
|
||||
|
Loading…
x
Reference in New Issue
Block a user