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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/avisynth/
H A Davxsynth_c.h480 AVSC_INLINE int avs_is_int(AVS_Value v) { return v.type == 'i'; } function
503 { return avs_is_int(v) ? v.d.integer : v.d.floating_pt; }
H A Davisynth_c.h530 AVSC_INLINE int avs_is_int(AVS_Value v) { return v.type == 'i'; } function
546 { return avs_is_int(v) ? v.d.integer : v.d.floating_pt; }

Completed in 105 milliseconds