Searched refs:WFRAC_BITS (Results 1 – 4 of 4) sorted by relevance
34 #define WFRAC_BITS 14 /* fractional bits for window */ macro151 #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)
53 #define WFRAC_BITS 16 /* fractional bits for window */ macro
55 #define OUT_SHIFT (WFRAC_BITS + FRAC_BITS - 15)
24 #define WFRAC_BITS 16 // fractional bits for window macro25 #define OUT_SHIFT (WFRAC_BITS + FRAC_BITS - 15)