Home
last modified time | relevance | path

Searched refs:aug_mtx_proc (Results 1 – 4 of 4) sorted by relevance

/dports/audio/mctoolame-decoder/mctoolamed-01a/
H A Ddecode_aug.c465 hdr->aug_mtx_proc = getbits (bs, 2); in mc_aug_composite_status_info()
469 if (hdr->aug_mtx_proc == 0) { in mc_aug_composite_status_info()
472 } else if (hdr->aug_mtx_proc == 1) { in mc_aug_composite_status_info()
524 if (info->aug_mtx_proc == 0) in dematricing_aug()
598 } else if (info->aug_mtx_proc == 1) in dematricing_aug()
652 if (info->aug_mtx_proc == 0) in denormalizing_aug()
657 switch (info->dematrix_procedure * 10 + info->aug_mtx_proc) { in denormalizing_aug()
695 || fr_ps->header->aug_mtx_proc != 3) in denormalizing_aug()
H A Dcommon.h171 int aug_mtx_proc; member
H A Dcommon.c1249 update_CRC (info->aug_mtx_proc, 2, crc); in mc_aug_error_check()
1253 if (info->aug_mtx_proc == 0) in mc_aug_error_check()
1256 else if (info->aug_mtx_proc == 1) in mc_aug_error_check()
/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dcommon.h200 int aug_mtx_proc; member