mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-10-19 18:03:17 +00:00
avutil/softfloat: Basic documentation for av_sincos_sf()
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 4aa1a42a91
)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
706c44541e
commit
18bf4e4ff7
1 changed files with 4 additions and 0 deletions
|
@ -236,6 +236,10 @@ static av_always_inline SoftFloat av_sqrt_sf(SoftFloat val)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Rounding-to-nearest used.
|
* Rounding-to-nearest used.
|
||||||
|
*
|
||||||
|
* @param a angle in units of (1ULL<<30)/M_PI radians
|
||||||
|
* @param s pointer to where sine in units of (1<<30) is returned
|
||||||
|
* @param c pointer to where cosine in units of (1<<30) is returned
|
||||||
*/
|
*/
|
||||||
static av_unused void av_sincos_sf(int a, int *s, int *c)
|
static av_unused void av_sincos_sf(int a, int *s, int *c)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue