comparison ra288.c @ 7202:2a4ac127112c libavcodec

Cosmetics: remove braces
author vitor
date Sat, 05 Jul 2008 18:43:24 +0000
parents 4d441356fa23
children 297b5219cd31
comparison
equal deleted inserted replaced
7201:4d441356fa23 7202:2a4ac127112c
55 float buffer[5]; 55 float buffer[5];
56 56
57 for (x=35; x >= 0; x--) 57 for (x=35; x >= 0; x--)
58 glob->sb[x+5] = glob->sb[x]; 58 glob->sb[x+5] = glob->sb[x];
59 59
60 for (x=4; x >= 0; x--) { 60 for (x=4; x >= 0; x--)
61 glob->sb[x] = -scalar_product_float(glob->sb + x + 1, glob->pr1, 36); 61 glob->sb[x] = -scalar_product_float(glob->sb + x + 1, glob->pr1, 36);
62 }
63 62
64 /* convert log and do rms */ 63 /* convert log and do rms */
65 sum = 32. - scalar_product_float(glob->pr2, glob->lhist, 10); 64 sum = 32. - scalar_product_float(glob->pr2, glob->lhist, 10);
66 65
67 if (sum < 0) 66 if (sum < 0)