AV_CODEC_ID_SNOW  408 libavcodec/codec_desc.c         .id        = AV_CODEC_ID_SNOW,
AV_CODEC_ID_SNOW  314 libavcodec/motion_est.c     if(s->me_method!=ME_ZERO && s->me_method!=ME_EPZS && s->me_method!=ME_X1 && s->avctx->codec_id != AV_CODEC_ID_SNOW){
AV_CODEC_ID_SNOW  372 libavcodec/motion_est.c     if (s->codec_id != AV_CODEC_ID_SNOW) {
AV_CODEC_ID_SNOW  215 libavcodec/old_codec_ids.h     CODEC_ID_SNOW       = AV_CODEC_ID_SNOW,
AV_CODEC_ID_SNOW  641 libavcodec/snowdec.c     .id             = AV_CODEC_ID_SNOW,
AV_CODEC_ID_SNOW 1893 libavcodec/snowenc.c     .id             = AV_CODEC_ID_SNOW,
AV_CODEC_ID_SNOW  630 libavcodec/x86/me_cmp_init.c         if (!(cpu_flags & AV_CPU_FLAG_SSE2SLOW) && avctx->codec_id != AV_CODEC_ID_SNOW) {
AV_CODEC_ID_SNOW  108 libavfilter/vf_mcdeint.c     if (!(enc = avcodec_find_encoder(AV_CODEC_ID_SNOW))) {
AV_CODEC_ID_SNOW  310 libavfilter/vf_uspp.c     AVCodec *enc = avcodec_find_encoder(AV_CODEC_ID_SNOW);
AV_CODEC_ID_SNOW   93 libavformat/matroska.c     {"V_SNOW"           , AV_CODEC_ID_SNOW},
AV_CODEC_ID_SNOW  285 libavformat/riff.c     { AV_CODEC_ID_SNOW,         MKTAG('S', 'N', 'O', 'W') },