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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwnv1.c47 /* returns modified base_value */
48 static inline int wnv1_get_code(WNV1Context *w, int base_value) argument
55 return base_value + ((v - 7) << w->shift);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwnv1.c49 /* returns modified base_value */
50 static inline int wnv1_get_code(WNV1Context *w, int base_value) argument
57 return base_value + ((v - 7)<<w->shift);

Completed in 54 milliseconds