integer 511 compat/avisynth/avisynth_c.h int integer; integer 542 compat/avisynth/avisynth_c.h { return v.d.integer; } integer 546 compat/avisynth/avisynth_c.h { return avs_is_int(v) ? v.d.integer : v.d.floating_pt; } integer 561 compat/avisynth/avisynth_c.h { AVS_Value v; v.type = 'i'; v.d.integer = v0; return v; } integer 460 compat/avisynth/avxsynth_c.h int integer; integer 499 compat/avisynth/avxsynth_c.h { return v.d.integer; } integer 503 compat/avisynth/avxsynth_c.h { return avs_is_int(v) ? v.d.integer : v.d.floating_pt; } integer 518 compat/avisynth/avxsynth_c.h { AVS_Value v = {0}; v.type = 'i'; v.d.integer = v0; return v; } integer 47 libswresample/rematrix_template.c typedef void (RENAME(mix_any_func_type))(SAMPLE **out, const SAMPLE **in1, COEFF *coeffp, integer len); integer 49 libswresample/rematrix_template.c static void RENAME(sum2)(SAMPLE *out, const SAMPLE *in1, const SAMPLE *in2, COEFF *coeffp, integer index1, integer index2, integer len){ integer 58 libswresample/rematrix_template.c static void RENAME(copy)(SAMPLE *out, const SAMPLE *in, COEFF *coeffp, integer index, integer len){ integer 65 libswresample/rematrix_template.c static void RENAME(mix6to2)(SAMPLE **out, const SAMPLE **in, COEFF *coeffp, integer len){ integer 75 libswresample/rematrix_template.c static void RENAME(mix8to2)(SAMPLE **out, const SAMPLE **in, COEFF *coeffp, integer len){ integer 40 libswresample/swresample_internal.h typedef void (mix_1_1_func_type)(void *out, const void *in, void *coeffp, integer index, integer len); integer 41 libswresample/swresample_internal.h typedef void (mix_2_1_func_type)(void *out, const void *in1, const void *in2, void *coeffp, integer index1, integer index2, integer len); integer 43 libswresample/swresample_internal.h typedef void (mix_any_func_type)(uint8_t **out, const uint8_t **in1, void *coeffp, integer len);