Home | History | Annotate | Download | only in tests

Lines Matching defs:x0

55    opus_val16 x0[MAX_SIZE];
58 x1[i] = x0[i] = rand()%32767-16384;
62 err += (x0[i]-(double)x1[i])*(x0[i]-(double)x1[i]);
63 ener += x0[i]*(double)x0[i];
70 err += (x0[i]-(double)x1[i])*(x0[i]-(double)x1[i]);
71 ener += x0[i]*(double)x0[i];