AVSC_INLINE 220 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_has_video(const AVS_VideoInfo * p) AVSC_INLINE 223 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_has_audio(const AVS_VideoInfo * p) AVSC_INLINE 226 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_rgb(const AVS_VideoInfo * p) AVSC_INLINE 229 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_rgb24(const AVS_VideoInfo * p) AVSC_INLINE 232 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_rgb32(const AVS_VideoInfo * p) AVSC_INLINE 235 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_yuv(const AVS_VideoInfo * p) AVSC_INLINE 238 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_yuy2(const AVS_VideoInfo * p) AVSC_INLINE 241 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_yv24(const AVS_VideoInfo * p) AVSC_INLINE 244 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_yv16(const AVS_VideoInfo * p) AVSC_INLINE 247 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_yv12(const AVS_VideoInfo * p) AVSC_INLINE 250 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_yv411(const AVS_VideoInfo * p) AVSC_INLINE 253 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_y8(const AVS_VideoInfo * p) AVSC_INLINE 256 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_property(const AVS_VideoInfo * p, int property) AVSC_INLINE 259 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_planar(const AVS_VideoInfo * p) AVSC_INLINE 262 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_color_space(const AVS_VideoInfo * p, int c_space) AVSC_INLINE 265 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_field_based(const AVS_VideoInfo * p) AVSC_INLINE 268 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_parity_known(const AVS_VideoInfo * p) AVSC_INLINE 271 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_bff(const AVS_VideoInfo * p) AVSC_INLINE 274 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_tff(const AVS_VideoInfo * p) AVSC_INLINE 277 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_bits_per_pixel(const AVS_VideoInfo * p) AVSC_INLINE 288 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_bytes_from_pixels(const AVS_VideoInfo * p, int pixels) AVSC_INLINE 291 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_row_size(const AVS_VideoInfo * p) AVSC_INLINE 294 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_bmp_size(const AVS_VideoInfo * vi) AVSC_INLINE 297 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_samples_per_second(const AVS_VideoInfo * p) AVSC_INLINE 301 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_bytes_per_channel_sample(const AVS_VideoInfo * p) AVSC_INLINE 312 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_bytes_per_audio_sample(const AVS_VideoInfo * p) AVSC_INLINE 315 compat/avisynth/avisynth_c.h AVSC_INLINE INT64 avs_audio_samples_from_frames(const AVS_VideoInfo * p, INT64 frames) AVSC_INLINE 318 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_frames_from_audio_samples(const AVS_VideoInfo * p, INT64 samples) AVSC_INLINE 321 compat/avisynth/avisynth_c.h AVSC_INLINE INT64 avs_audio_samples_from_bytes(const AVS_VideoInfo * p, INT64 bytes) AVSC_INLINE 324 compat/avisynth/avisynth_c.h AVSC_INLINE INT64 avs_bytes_from_audio_samples(const AVS_VideoInfo * p, INT64 samples) AVSC_INLINE 327 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_audio_channels(const AVS_VideoInfo * p) AVSC_INLINE 330 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_sample_type(const AVS_VideoInfo * p) AVSC_INLINE 334 compat/avisynth/avisynth_c.h AVSC_INLINE void avs_set_property(AVS_VideoInfo * p, int property) AVSC_INLINE 337 compat/avisynth/avisynth_c.h AVSC_INLINE void avs_clear_property(AVS_VideoInfo * p, int property) AVSC_INLINE 340 compat/avisynth/avisynth_c.h AVSC_INLINE void avs_set_field_based(AVS_VideoInfo * p, int isfieldbased) AVSC_INLINE 343 compat/avisynth/avisynth_c.h AVSC_INLINE void avs_set_fps(AVS_VideoInfo * p, unsigned numerator, unsigned denominator) AVSC_INLINE 353 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_same_colorspace(AVS_VideoInfo * x, AVS_VideoInfo * y) AVSC_INLINE 394 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_get_pitch(const AVS_VideoFrame * p) { AVSC_INLINE 397 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_get_pitch_p(const AVS_VideoFrame * p, int plane) { AVSC_INLINE 402 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_get_row_size(const AVS_VideoFrame * p) { AVSC_INLINE 405 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_get_row_size_p(const AVS_VideoFrame * p, int plane) { AVSC_INLINE 427 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_get_height(const AVS_VideoFrame * p) { AVSC_INLINE 430 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_get_height_p(const AVS_VideoFrame * p, int plane) { AVSC_INLINE 438 compat/avisynth/avisynth_c.h AVSC_INLINE const BYTE* avs_get_read_ptr(const AVS_VideoFrame * p) { AVSC_INLINE 441 compat/avisynth/avisynth_c.h AVSC_INLINE const BYTE* avs_get_read_ptr_p(const AVS_VideoFrame * p, int plane) AVSC_INLINE 449 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_writable(const AVS_VideoFrame * p) { AVSC_INLINE 452 compat/avisynth/avisynth_c.h AVSC_INLINE BYTE* avs_get_write_ptr(const AVS_VideoFrame * p) AVSC_INLINE 461 compat/avisynth/avisynth_c.h AVSC_INLINE BYTE* avs_get_write_ptr_p(const AVS_VideoFrame * p, int plane) AVSC_INLINE 483 compat/avisynth/avisynth_c.h AVSC_INLINE void avs_release_frame(AVS_VideoFrame * f) AVSC_INLINE 485 compat/avisynth/avisynth_c.h AVSC_INLINE AVS_VideoFrame * avs_copy_frame(AVS_VideoFrame * f) AVSC_INLINE 527 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_defined(AVS_Value v) { return v.type != 'v'; } AVSC_INLINE 528 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_clip(AVS_Value v) { return v.type == 'c'; } AVSC_INLINE 529 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_bool(AVS_Value v) { return v.type == 'b'; } AVSC_INLINE 530 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_int(AVS_Value v) { return v.type == 'i'; } AVSC_INLINE 531 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_float(AVS_Value v) { return v.type == 'f' || v.type == 'i'; } AVSC_INLINE 532 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_string(AVS_Value v) { return v.type == 's'; } AVSC_INLINE 533 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_array(AVS_Value v) { return v.type == 'a'; } AVSC_INLINE 534 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_is_error(AVS_Value v) { return v.type == 'e'; } AVSC_INLINE 539 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_as_bool(AVS_Value v) AVSC_INLINE 541 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_as_int(AVS_Value v) AVSC_INLINE 543 compat/avisynth/avisynth_c.h AVSC_INLINE const char * avs_as_string(AVS_Value v) AVSC_INLINE 545 compat/avisynth/avisynth_c.h AVSC_INLINE double avs_as_float(AVS_Value v) AVSC_INLINE 547 compat/avisynth/avisynth_c.h AVSC_INLINE const char * avs_as_error(AVS_Value v) AVSC_INLINE 549 compat/avisynth/avisynth_c.h AVSC_INLINE const AVS_Value * avs_as_array(AVS_Value v) AVSC_INLINE 551 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_array_size(AVS_Value v) AVSC_INLINE 553 compat/avisynth/avisynth_c.h AVSC_INLINE AVS_Value avs_array_elt(AVS_Value v, int index) AVSC_INLINE 558 compat/avisynth/avisynth_c.h AVSC_INLINE AVS_Value avs_new_value_bool(int v0) AVSC_INLINE 560 compat/avisynth/avisynth_c.h AVSC_INLINE AVS_Value avs_new_value_int(int v0) AVSC_INLINE 562 compat/avisynth/avisynth_c.h AVSC_INLINE AVS_Value avs_new_value_string(const char * v0) AVSC_INLINE 564 compat/avisynth/avisynth_c.h AVSC_INLINE AVS_Value avs_new_value_float(float v0) AVSC_INLINE 566 compat/avisynth/avisynth_c.h AVSC_INLINE AVS_Value avs_new_value_error(const char * v0) AVSC_INLINE 569 compat/avisynth/avisynth_c.h AVSC_INLINE AVS_Value avs_new_value_clip(AVS_Clip * v0) AVSC_INLINE 572 compat/avisynth/avisynth_c.h AVSC_INLINE AVS_Value avs_new_value_array(AVS_Value * v0, int size) AVSC_INLINE 700 compat/avisynth/avisynth_c.h AVSC_INLINE AVSC_INLINE 705 compat/avisynth/avisynth_c.h AVSC_INLINE AVSC_INLINE 806 compat/avisynth/avisynth_c.h AVSC_INLINE AVS_Library * avs_load_library() { AVSC_INLINE 872 compat/avisynth/avisynth_c.h AVSC_INLINE void avs_free_library(AVS_Library *library) { AVSC_INLINE 29 compat/avisynth/avisynth_c_25.h AVSC_INLINE int avs_get_height_p_25(const AVS_VideoFrame * p, int plane) { AVSC_INLINE 39 compat/avisynth/avisynth_c_25.h AVSC_INLINE int avs_get_row_size_p_25(const AVS_VideoFrame * p, int plane) { AVSC_INLINE 67 compat/avisynth/avisynth_c_25.h AVSC_INLINE int avs_is_yv12_25(const AVS_VideoInfo * p) AVSC_INLINE 176 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_has_video(const AVS_VideoInfo * p) AVSC_INLINE 179 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_has_audio(const AVS_VideoInfo * p) AVSC_INLINE 182 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_rgb(const AVS_VideoInfo * p) AVSC_INLINE 185 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_rgb24(const AVS_VideoInfo * p) AVSC_INLINE 188 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_rgb32(const AVS_VideoInfo * p) AVSC_INLINE 191 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_yuv(const AVS_VideoInfo * p) AVSC_INLINE 194 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_yuy2(const AVS_VideoInfo * p) AVSC_INLINE 197 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_yv12(const AVS_VideoInfo * p) AVSC_INLINE 200 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_color_space(const AVS_VideoInfo * p, int c_space) AVSC_INLINE 203 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_property(const AVS_VideoInfo * p, int property) AVSC_INLINE 206 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_planar(const AVS_VideoInfo * p) AVSC_INLINE 209 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_field_based(const AVS_VideoInfo * p) AVSC_INLINE 212 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_parity_known(const AVS_VideoInfo * p) AVSC_INLINE 215 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_bff(const AVS_VideoInfo * p) AVSC_INLINE 218 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_tff(const AVS_VideoInfo * p) AVSC_INLINE 221 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_bits_per_pixel(const AVS_VideoInfo * p) AVSC_INLINE 232 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_bytes_from_pixels(const AVS_VideoInfo * p, int pixels) AVSC_INLINE 235 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_row_size(const AVS_VideoInfo * p) AVSC_INLINE 238 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_bmp_size(const AVS_VideoInfo * vi) AVSC_INLINE 241 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_samples_per_second(const AVS_VideoInfo * p) AVSC_INLINE 245 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_bytes_per_channel_sample(const AVS_VideoInfo * p) AVSC_INLINE 256 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_bytes_per_audio_sample(const AVS_VideoInfo * p) AVSC_INLINE 259 compat/avisynth/avxsynth_c.h AVSC_INLINE INT64 avs_audio_samples_from_frames(const AVS_VideoInfo * p, INT64 frames) AVSC_INLINE 262 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_frames_from_audio_samples(const AVS_VideoInfo * p, INT64 samples) AVSC_INLINE 265 compat/avisynth/avxsynth_c.h AVSC_INLINE INT64 avs_audio_samples_from_bytes(const AVS_VideoInfo * p, INT64 bytes) AVSC_INLINE 268 compat/avisynth/avxsynth_c.h AVSC_INLINE INT64 avs_bytes_from_audio_samples(const AVS_VideoInfo * p, INT64 samples) AVSC_INLINE 271 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_audio_channels(const AVS_VideoInfo * p) AVSC_INLINE 274 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_sample_type(const AVS_VideoInfo * p) AVSC_INLINE 278 compat/avisynth/avxsynth_c.h AVSC_INLINE void avs_set_property(AVS_VideoInfo * p, int property) AVSC_INLINE 281 compat/avisynth/avxsynth_c.h AVSC_INLINE void avs_clear_property(AVS_VideoInfo * p, int property) AVSC_INLINE 284 compat/avisynth/avxsynth_c.h AVSC_INLINE void avs_set_field_based(AVS_VideoInfo * p, int isfieldbased) AVSC_INLINE 287 compat/avisynth/avxsynth_c.h AVSC_INLINE void avs_set_fps(AVS_VideoInfo * p, unsigned numerator, unsigned denominator) AVSC_INLINE 297 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_same_colorspace(AVS_VideoInfo * x, AVS_VideoInfo * y) AVSC_INLINE 337 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_get_pitch(const AVS_VideoFrame * p) { AVSC_INLINE 340 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_get_pitch_p(const AVS_VideoFrame * p, int plane) { AVSC_INLINE 345 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_get_row_size(const AVS_VideoFrame * p) { AVSC_INLINE 348 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_get_row_size_p(const AVS_VideoFrame * p, int plane) { AVSC_INLINE 370 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_get_height(const AVS_VideoFrame * p) { AVSC_INLINE 373 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_get_height_p(const AVS_VideoFrame * p, int plane) { AVSC_INLINE 381 compat/avisynth/avxsynth_c.h AVSC_INLINE const unsigned char* avs_get_read_ptr(const AVS_VideoFrame * p) { AVSC_INLINE 384 compat/avisynth/avxsynth_c.h AVSC_INLINE const unsigned char* avs_get_read_ptr_p(const AVS_VideoFrame * p, int plane) AVSC_INLINE 392 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_writable(const AVS_VideoFrame * p) { AVSC_INLINE 395 compat/avisynth/avxsynth_c.h AVSC_INLINE unsigned char* avs_get_write_ptr(const AVS_VideoFrame * p) AVSC_INLINE 404 compat/avisynth/avxsynth_c.h AVSC_INLINE unsigned char* avs_get_write_ptr_p(const AVS_VideoFrame * p, int plane) AVSC_INLINE 432 compat/avisynth/avxsynth_c.h AVSC_INLINE void avs_release_frame(AVS_VideoFrame * f) AVSC_INLINE 434 compat/avisynth/avxsynth_c.h AVSC_INLINE AVS_VideoFrame * avs_copy_frame(AVS_VideoFrame * f) AVSC_INLINE 477 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_defined(AVS_Value v) { return v.type != 'v'; } AVSC_INLINE 478 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_clip(AVS_Value v) { return v.type == 'c'; } AVSC_INLINE 479 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_bool(AVS_Value v) { return v.type == 'b'; } AVSC_INLINE 480 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_int(AVS_Value v) { return v.type == 'i'; } AVSC_INLINE 481 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_float(AVS_Value v) { return v.type == 'f' || v.type == 'i'; } AVSC_INLINE 482 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_string(AVS_Value v) { return v.type == 's'; } AVSC_INLINE 483 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_array(AVS_Value v) { return v.type == 'a'; } AVSC_INLINE 484 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_is_error(AVS_Value v) { return v.type == 'e'; } AVSC_INLINE 496 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_as_bool(AVS_Value v) AVSC_INLINE 498 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_as_int(AVS_Value v) AVSC_INLINE 500 compat/avisynth/avxsynth_c.h AVSC_INLINE const char * avs_as_string(AVS_Value v) AVSC_INLINE 502 compat/avisynth/avxsynth_c.h AVSC_INLINE double avs_as_float(AVS_Value v) AVSC_INLINE 504 compat/avisynth/avxsynth_c.h AVSC_INLINE const char * avs_as_error(AVS_Value v) AVSC_INLINE 506 compat/avisynth/avxsynth_c.h AVSC_INLINE const AVS_Value * avs_as_array(AVS_Value v) AVSC_INLINE 508 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_array_size(AVS_Value v) AVSC_INLINE 510 compat/avisynth/avxsynth_c.h AVSC_INLINE AVS_Value avs_array_elt(AVS_Value v, int index) AVSC_INLINE 515 compat/avisynth/avxsynth_c.h AVSC_INLINE AVS_Value avs_new_value_bool(int v0) AVSC_INLINE 517 compat/avisynth/avxsynth_c.h AVSC_INLINE AVS_Value avs_new_value_int(int v0) AVSC_INLINE 519 compat/avisynth/avxsynth_c.h AVSC_INLINE AVS_Value avs_new_value_string(const char * v0) AVSC_INLINE 521 compat/avisynth/avxsynth_c.h AVSC_INLINE AVS_Value avs_new_value_float(float v0) AVSC_INLINE 523 compat/avisynth/avxsynth_c.h AVSC_INLINE AVS_Value avs_new_value_error(const char * v0) AVSC_INLINE 526 compat/avisynth/avxsynth_c.h AVSC_INLINE AVS_Value avs_new_value_clip(AVS_Clip * v0) AVSC_INLINE 529 compat/avisynth/avxsynth_c.h AVSC_INLINE AVS_Value avs_new_value_array(AVS_Value * v0, int size) AVSC_INLINE 673 compat/avisynth/avxsynth_c.h AVSC_INLINE AVSC_INLINE 678 compat/avisynth/avxsynth_c.h AVSC_INLINE