AVS_PLANAR_Y       96 compat/avisynth/avisynth_c.h       AVS_PLANAR_Y_ALIGNED=AVS_PLANAR_Y|AVS_PLANAR_ALIGNED,
AVS_PLANAR_Y      463 compat/avisynth/avisynth_c.h         if (plane==AVS_PLANAR_Y && avs_is_writable(p)) {
AVS_PLANAR_Y      466 compat/avisynth/avisynth_c.h         } else if (plane==AVS_PLANAR_Y) {
AVS_PLANAR_Y       94 compat/avisynth/avxsynth_c.h       AVS_PLANAR_Y_ALIGNED=AVS_PLANAR_Y|AVS_PLANAR_ALIGNED,
AVS_PLANAR_Y      406 compat/avisynth/avxsynth_c.h         if (plane==AVS_PLANAR_Y && avs_is_writable(p)) {
AVS_PLANAR_Y      409 compat/avisynth/avxsynth_c.h         } else if (plane==AVS_PLANAR_Y) {
AVS_PLANAR_Y       91 libavformat/avisynth.c static const int avs_planes_grey[1]   = { AVS_PLANAR_Y };
AVS_PLANAR_Y       92 libavformat/avisynth.c static const int avs_planes_yuv[3]    = { AVS_PLANAR_Y, AVS_PLANAR_U,