Searched refs:avs_is_writable (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.h392 AVSC_INLINE int avs_is_writable(const AVS_VideoFrame * p) { function
397 if (avs_is_writable(p)) {
406 if (plane==AVS_PLANAR_Y && avs_is_writable(p)) {
H A Davisynth_c.h449 AVSC_INLINE int avs_is_writable(const AVS_VideoFrame * p) { function
454 if (avs_is_writable(p)) {
463 if (plane==AVS_PLANAR_Y && avs_is_writable(p)) {

Completed in 42 milliseconds