Home
last modified time | relevance | path

Searched refs:WFRAC_BITS (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpegaudio.h53 #define WFRAC_BITS 16 /* fractional bits for window */ macro
H A Dmpegaudioenc_template.c35 #define WFRAC_BITS 14 /* fractional bits for window */ macro
152 #if WFRAC_BITS != 16 in MPA_encode_init()
153 v = (v + (1 << (16 - WFRAC_BITS - 1))) >> (16 - WFRAC_BITS); in MPA_encode_init()
322 #define WSHIFT (WFRAC_BITS + 15 - FRAC_BITS)
H A Dmpegaudiodsp_template.c54 #define OUT_SHIFT (WFRAC_BITS + FRAC_BITS - 15)
/third_party/ffmpeg/libavcodec/aarch64/
H A Dmpegaudiodsp_neon.S24 #define WFRAC_BITS 16 // fractional bits for window define
25 #define OUT_SHIFT (WFRAC_BITS + FRAC_BITS - 15)

Completed in 3 milliseconds