md                186 libavcodec/ac3dsp.c         int md = lt + rt;
md                190 libavcodec/ac3dsp.c         MAC64(sum[2], md, md);
md                207 libavcodec/ac3dsp.c         float md = lt + rt;
md                211 libavcodec/ac3dsp.c         sum[2] += md * md;
md                827 libavcodec/cbs_av1.c static void cbs_av1_free_metadata(AV1RawMetadata *md)
md                829 libavcodec/cbs_av1.c     switch (md->metadata_type) {
md                831 libavcodec/cbs_av1.c         av_buffer_unref(&md->metadata.itut_t35.payload_ref);
md                122 libavfilter/vf_colormatrix.c     double det = ma * (me * mi - mf * mh) - mb * (md * mi - mf * mg) + mc * (md * mh - me * mg);
md                127 libavfilter/vf_colormatrix.c     imd = det * (mf * mg - md * mi);
md                129 libavfilter/vf_colormatrix.c     imf = det * (mc * md - ma * mf);
md                130 libavfilter/vf_colormatrix.c     img = det * (md * mh - me * mg);
md                132 libavfilter/vf_colormatrix.c     imi = det * (ma * me - mb * md);
md                 36 libavfilter/vf_vidstabdetect.c     VSMotionDetect md;
md                 75 libavfilter/vf_vidstabdetect.c     VSMotionDetect *md = &(s->md);
md                 82 libavfilter/vf_vidstabdetect.c     vsMotionDetectionCleanup(md);
md                107 libavfilter/vf_vidstabdetect.c     VSMotionDetect* md = &(s->md);
md                131 libavfilter/vf_vidstabdetect.c     if (vsMotionDetectInit(md, &s->conf, &fi) != VS_OK) {
md                136 libavfilter/vf_vidstabdetect.c     vsMotionDetectGetConfig(&s->conf, md);
md                151 libavfilter/vf_vidstabdetect.c         if (vsPrepareFile(md, s->f) != VS_OK) {
md                163 libavfilter/vf_vidstabdetect.c     VSMotionDetect *md = &(s->md);
md                173 libavfilter/vf_vidstabdetect.c     for (plane = 0; plane < md->fi.planes; plane++) {
md                177 libavfilter/vf_vidstabdetect.c     if (vsMotionDetection(md, &localmotions, &frame) != VS_OK) {
md                181 libavfilter/vf_vidstabdetect.c         if (vsWriteToFile(md, s->f, &localmotions) != VS_OK) {
md                461 tools/crypto_bench.c     hash_state md;                                                           \
md                462 tools/crypto_bench.c     namespace ## _init(&md);                                                 \
md                463 tools/crypto_bench.c     namespace ## _process(&md, input, size);                                 \
md                464 tools/crypto_bench.c     namespace ## _done(&md, output);                                         \