Home
last modified time | relevance | path

Searched refs:CONST_RECIP_LN2 (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Daacsbr_template.c389 tmp = (int)(((int64_t)tmp * CONST_RECIP_LN2 + 0x20000000) >> 30);
429 tmp = (int)(((int64_t)tmp * CONST_RECIP_LN2 + 0x20000000) >> 30);
578 temp = (int)(((int64_t)temp * CONST_RECIP_LN2 + 0x20000000) >> 30);
H A Daacsbr_fixed.c77 static const int CONST_RECIP_LN2 = Q31(0.7213475204); // 0.5/ln(2) variable

Completed in 5 milliseconds