Home
last modified time | relevance | path

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

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