MCPcopy Index your code

hub / github.com/dayanch96/YTMusicUltimate / functions

Functions114 in github.com/dayanch96/YTMusicUltimate

↓ 10 callersFunctionff_eval_poly
Source/Utils/MobileFFmpeg/libavutil/libm.h:82
↓ 5 callersFunctionav_double2int
* Reinterpret a double as a 64-bit integer. */
Source/Utils/MobileFFmpeg/libavutil/intfloat.h:70
↓ 3 callersFunctionav_float2int
* Reinterpret a float as a 32-bit integer. */
Source/Utils/MobileFFmpeg/libavutil/intfloat.h:50
↓ 2 callersFunctionav_bswap32
Source/Utils/MobileFFmpeg/libavutil/bswap.h:66
↓ 2 callersFunctionav_int2double
* Reinterpret a 64-bit integer as a double. */
Source/Utils/MobileFFmpeg/libavutil/intfloat.h:60
↓ 2 callersFunctionrint
Source/Utils/MobileFFmpeg/libavutil/libm.h:423
↓ 1 callersFunctionFASTDIV
Source/Utils/MobileFFmpeg/libavcodec/arm/mathops.h:41
↓ 1 callersFunctionMUL64
Source/Utils/MobileFFmpeg/libavcodec/x86/mathops.h:60
↓ 1 callersFunctionav_isdigit
* Locale-independent conversion of ASCII isdigit. */
Source/Utils/MobileFFmpeg/libavutil/avstring.h:206
↓ 1 callersFunctionav_q2d
* Convert an AVRational to a `double`. * @param a AVRational to convert * @return `a` in floating-point form * @see av_d2q() */
Source/Utils/MobileFFmpeg/libavutil/rational.h:104
↓ 1 callersFunctionav_tolower
* Locale-independent conversion of ASCII characters to lowercase. */
Source/Utils/MobileFFmpeg/libavutil/avstring.h:241
FunctionAVRational av_inv_q
* Invert a rational. * @param q value * @return 1 / q */
Source/Utils/MobileFFmpeg/libavutil/rational.h:159
FunctionMUL16
Source/Utils/MobileFFmpeg/libavcodec/arm/mathops.h:75
FunctionMULH
Source/Utils/MobileFFmpeg/libavcodec/mathops.h:62
FunctionMULH
Source/Utils/MobileFFmpeg/libavcodec/arm/mathops.h:33
FunctionMULH
Source/Utils/MobileFFmpeg/libavcodec/x86/mathops.h:48
FunctionMULL
Source/Utils/MobileFFmpeg/libavcodec/x86/mathops.h:35
FunctionNEG_SSR32
Source/Utils/MobileFFmpeg/libavcodec/x86/mathops.h:115
FunctionNEG_USR32
Source/Utils/MobileFFmpeg/libavcodec/x86/mathops.h:124
FunctionUMULH
Source/Utils/MobileFFmpeg/libavcodec/mathops.h:68
Functionav_bprint_is_complete
* Test if the print buffer is complete (not truncated). * * It may have been truncated due to a memory allocation failure * or the size_max limit (
Source/Utils/MobileFFmpeg/libavutil/bprint.h:185
Functionav_bswap16
Source/Utils/MobileFFmpeg/libavutil/bswap.h:58
Functionav_bswap64
Source/Utils/MobileFFmpeg/libavutil/bswap.h:73
Functionav_ceil_log2_c
Compute ceil(log2(x)). * @param x value used to compute ceil(log2(x)) * @return computed ceiling of log2(x) */
Source/Utils/MobileFFmpeg/libavutil/common.h:372
Functionav_clip64_c
* Clip a signed 64bit integer value into the amin-amax range. * @param a value to clip * @param amin minimum value of the clip range * @param amax
Source/Utils/MobileFFmpeg/libavutil/common.h:144
Functionav_clip_c
* Clip a signed integer value into the amin-amax range. * @param a value to clip * @param amin minimum value of the clip range * @param amax maximu
Source/Utils/MobileFFmpeg/libavutil/common.h:127
Functionav_clip_int16_c
* Clip a signed integer value into the -32768,32767 range. * @param a value to clip * @return clipped value */
Source/Utils/MobileFFmpeg/libavutil/common.h:192
Functionav_clip_int8_c
* Clip a signed integer value into the -128,127 range. * @param a value to clip * @return clipped value */
Source/Utils/MobileFFmpeg/libavutil/common.h:170
Functionav_clip_intp2_c
* Clip a signed integer into the -(2^p),(2^p-1) range. * @param a value to clip * @param p bit position to clip at * @return clipped value */
Source/Utils/MobileFFmpeg/libavutil/common.h:215
Functionav_clip_uint16_c
* Clip a signed integer value into the 0-65535 range. * @param a value to clip * @return clipped value */
Source/Utils/MobileFFmpeg/libavutil/common.h:181
Functionav_clip_uint8_c
* Clip a signed integer value into the 0-255 range. * @param a value to clip * @return clipped value */
Source/Utils/MobileFFmpeg/libavutil/common.h:159
Functionav_clip_uintp2_c
* Clip a signed integer to an unsigned power of two range. * @param a value to clip * @param p bit position to clip at * @return clipped value *
Source/Utils/MobileFFmpeg/libavutil/common.h:229
Functionav_clipd_c
* Clip a double value into the amin-amax range. * @param a value to clip * @param amin minimum value of the clip range * @param amax maximum value
Source/Utils/MobileFFmpeg/libavutil/common.h:358
Functionav_clipf_c
* Clip a float value into the amin-amax range. * @param a value to clip * @param amin minimum value of the clip range * @param amax maximum value o
Source/Utils/MobileFFmpeg/libavutil/common.h:341
Functionav_clipl_int32_c
* Clip a signed 64-bit integer value into the -2147483648,2147483647 range. * @param a value to clip * @return clipped value */
Source/Utils/MobileFFmpeg/libavutil/common.h:203
Functionav_cmp_q
* Compare two rationals. * * @param a First rational * @param b Second rational * * @return One of the following values: * - 0 if `a ==
Source/Utils/MobileFFmpeg/libavutil/rational.h:89
Functionav_fifo_peek2
* Return a pointer to the data stored in a FIFO buffer at a certain offset. * The FIFO buffer is not modified. * * @param f AVFifoBuffer to peek
Source/Utils/MobileFFmpeg/libavutil/fifo.h:169
Functionav_int2float
* Reinterpret a 32-bit integer as a float. */
Source/Utils/MobileFFmpeg/libavutil/intfloat.h:40
Functionav_isgraph
* Locale-independent conversion of ASCII isgraph. */
Source/Utils/MobileFFmpeg/libavutil/avstring.h:214
Functionav_isspace
* Locale-independent conversion of ASCII isspace. */
Source/Utils/MobileFFmpeg/libavutil/avstring.h:222
Functionav_isxdigit
* Locale-independent conversion of ASCII isxdigit. */
Source/Utils/MobileFFmpeg/libavutil/avstring.h:251
Functionav_lfg_get
* Get the next random unsigned 32-bit number using an ALFG. * * Please also consider a simple LCG like state= state*1664525+1013904223, * it may be
Source/Utils/MobileFFmpeg/libavutil/lfg.h:53
Functionav_make_error_string
* Fill the provided buffer with a string containing an error string * corresponding to the AVERROR code errnum. * * @param errbuf a buffer
Source/Utils/MobileFFmpeg/libavutil/error.h:109
Functionav_make_q
* Create an AVRational. * * Useful for compilers that do not support compound literals. * * @note The return value is not reduced. * @see av_redu
Source/Utils/MobileFFmpeg/libavutil/rational.h:71
Functionav_mlfg_get
* Get the next random unsigned 32-bit number using a MLFG. * * Please also consider av_lfg_get() above, it is faster. */
Source/Utils/MobileFFmpeg/libavutil/lfg.h:64
Functionav_mod_uintp2_c
* Clear high bits from an unsigned integer starting with specific bit position * @param a value to clip * @param p bit position to clip at * @ret
Source/Utils/MobileFFmpeg/libavutil/common.h:241
Functionav_parity_c
Source/Utils/MobileFFmpeg/libavutil/common.h:401
Functionav_popcount64_c
* Count number of bits set to one in x * @param x value to count bits of * @return the number of bits set to one in x */
Source/Utils/MobileFFmpeg/libavutil/common.h:396
Functionav_popcount_c
* Count number of bits set to one in x * @param x value to count bits of * @return the number of bits set to one in x */
Source/Utils/MobileFFmpeg/libavutil/common.h:382
Functionav_sat_add32_c
* Add two signed 32-bit values with saturation. * * @param a one value * @param b another value * @return sum with signed saturation */
Source/Utils/MobileFFmpeg/libavutil/common.h:253
Functionav_sat_add64_c
* Add two signed 64-bit values with saturation. * * @param a one value * @param b another value * @return sum with signed saturation */
Source/Utils/MobileFFmpeg/libavutil/common.h:301
Functionav_sat_dadd32_c
* Add a doubled value to another value with saturation at both stages. * * @param a first value * @param b value doubled and added to a * @retur
Source/Utils/MobileFFmpeg/libavutil/common.h:265
Functionav_sat_dsub32_c
* Subtract a doubled value from another value with saturation at both stages. * * @param a first value * @param b value doubled and subtracted fr
Source/Utils/MobileFFmpeg/libavutil/common.h:289
Functionav_sat_sub32_c
* Subtract two signed 32-bit values with saturation. * * @param a one value * @param b another value * @return difference with signed saturation
Source/Utils/MobileFFmpeg/libavutil/common.h:277
Functionav_sat_sub64_c
* Subtract two signed 64-bit values with saturation. * * @param a one value * @param b another value * @return difference with signed saturation
Source/Utils/MobileFFmpeg/libavutil/common.h:321
Functionav_size_mult
* Multiply two `size_t` values checking for overflow. * * @param[in] a,b Operands of multiplication * @param[out] r Pointer to the result of the
Source/Utils/MobileFFmpeg/libavutil/mem.h:669
Functionav_strnlen
* Get the count of continuous non zero chars starting from the beginning. * * @param len maximum number of characters to check in the string, that
Source/Utils/MobileFFmpeg/libavutil/avstring.h:140
Functionav_toupper
* Locale-independent conversion of ASCII characters to uppercase. */
Source/Utils/MobileFFmpeg/libavutil/avstring.h:231
Functionav_ts_make_string
* Fill the provided buffer with a string containing a timestamp * representation. * * @param buf a buffer with size in bytes of at least AV_TS_MAX_
Source/Utils/MobileFFmpeg/libavutil/timestamp.h:43
Functionav_ts_make_time_string
* Fill the provided buffer with a string containing a timestamp time * representation. * * @param buf a buffer with size in bytes of at least AV_TS
Source/Utils/MobileFFmpeg/libavutil/timestamp.h:65
Functionav_x_if_null
* Return x default pointer in case p is NULL. */
Source/Utils/MobileFFmpeg/libavutil/avutil.h:308
Functionavio_tell
* ftell() equivalent for AVIOContext. * @return position or AVERROR. */
Source/Utils/MobileFFmpeg/libavformat/avio.h:557
Functionavpriv_isfinite
Source/Utils/MobileFFmpeg/libavutil/libm.h:353
Functionavpriv_isfinitef
Source/Utils/MobileFFmpeg/libavutil/libm.h:347
Functionavpriv_isinf
Source/Utils/MobileFFmpeg/libavutil/libm.h:309
Functionavpriv_isinff
Note: these do not follow the BSD/Apple/GNU convention of returning -1 for -Inf, +1 for Inf, 0 otherwise, but merely follow the POSIX/ISO mandated spe
Source/Utils/MobileFFmpeg/libavutil/libm.h:301
Functionavpriv_isnan
Source/Utils/MobileFFmpeg/libavutil/libm.h:332
Functionavpriv_isnanf
Source/Utils/MobileFFmpeg/libavutil/libm.h:324
Functionavpriv_mirror
Source/Utils/MobileFFmpeg/libavutil/internal.h:305
Functionbitswap_32
Source/Utils/MobileFFmpeg/libavcodec/mathops.h:243
Functioncbrt
Source/Utils/MobileFFmpeg/libavutil/libm.h:54
Functioncbrtf
Source/Utils/MobileFFmpeg/libavutil/libm.h:61
Functioncopysign
Source/Utils/MobileFFmpeg/libavutil/libm.h:68
Functionemms_c
* Empty mmx state. * this must be called between any dsp function and float/double code. * for example sin(); dsp->idct_put(); emms_c(); cos() * No
Source/Utils/MobileFFmpeg/libavutil/x86/emms.h:37
Functionerf
* erf function * Algorithm taken from the Boost project, source: * http://www.boost.org/doc/libs/1_46_1/boost/math/special_functions/erf.hpp * Use,
Source/Utils/MobileFFmpeg/libavutil/libm.h:121
Functionff_mutex_destroy
Source/Utils/MobileFFmpeg/libavutil/thread.h:170
Functionff_mutex_init
Source/Utils/MobileFFmpeg/libavutil/thread.h:167
Functionff_mutex_lock
Source/Utils/MobileFFmpeg/libavutil/thread.h:168
Functionff_mutex_unlock
Source/Utils/MobileFFmpeg/libavutil/thread.h:169
Functionff_rint64_clip
* Clip and convert a double value into the long long amin-amax range. * This function is needed because conversion of floating point to integers when
Source/Utils/MobileFFmpeg/libavutil/internal.h:262
Functionff_sqrf
Source/Utils/MobileFFmpeg/libavcodec/mathops.h:228
Functionff_sqrt
Source/Utils/MobileFFmpeg/libavcodec/mathops.h:207
Functionff_thread_once
Source/Utils/MobileFFmpeg/libavutil/thread.h:175
Functionff_u8_to_s8
Source/Utils/MobileFFmpeg/libavcodec/mathops.h:233
Functionhypot
Source/Utils/MobileFFmpeg/libavutil/libm.h:366
Functionis_dos_path
Source/Utils/MobileFFmpeg/libavformat/os_support.h:70
Functionlrint
Source/Utils/MobileFFmpeg/libavutil/libm.h:430
Functionlrintf
Source/Utils/MobileFFmpeg/libavutil/libm.h:437
Functionmedian4
Source/Utils/MobileFFmpeg/libavcodec/mathops.h:117
Functionmid_pred
Source/Utils/MobileFFmpeg/libavcodec/mathops.h:98
Functionmid_pred
Source/Utils/MobileFFmpeg/libavcodec/arm/mathops.h:85
Functionmid_pred
Source/Utils/MobileFFmpeg/libavcodec/x86/mathops.h:76
Functionread_time
Source/Utils/MobileFFmpeg/libavutil/aarch64/timer.h:31
Functionread_time
Source/Utils/MobileFFmpeg/libavutil/arm/timer.h:31
Functionread_time
Source/Utils/MobileFFmpeg/libavutil/x86/timer.h:31
Functionround
Source/Utils/MobileFFmpeg/libavutil/libm.h:444
Functionroundf
Source/Utils/MobileFFmpeg/libavutil/libm.h:451
Functionsign_extend
Source/Utils/MobileFFmpeg/libavcodec/mathops.h:130
Functionstrict_pthread_cond_broadcast
Source/Utils/MobileFFmpeg/libavutil/thread.h:105
Functionstrict_pthread_cond_destroy
Source/Utils/MobileFFmpeg/libavutil/thread.h:95
next →1–100 of 114, ranked by callers