#include <stdio.h>#include <stdlib.h>#include <time.h>

Go to the source code of this file.
Functions | |
| void | mpeg3_601_mmx (unsigned long y, unsigned long *output) |
| int | main (int argc, char *argv[]) |
Variables | |
| static long long | mpeg3_MMX_601_Y_COEF = 0x0000004000400040 |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 23 of file worksheet.c.
References mpeg3_601_mmx(), and output.

| void mpeg3_601_mmx | ( | unsigned long | y, | |
| unsigned long * | output | |||
| ) | [inline] |
long long mpeg3_MMX_601_Y_COEF = 0x0000004000400040 [static] |
Definition at line 6 of file worksheet.c.
1.5.5