Searched defs:suma (Results 1 – 2 of 2) sorted by relevance
117 …float suma = AV_RN16A(&c[0][2 * x]) * -1 + AV_RN16A(&c[1][2 * x]) * -1 + AV_RN16A(&c[2][2 * x]) * … in filter16_prewitt() local135 float suma = AV_RN16A(&c[0][2 * x]) * 1 + AV_RN16A(&c[1][2 * x]) * -1; in filter16_roberts() local151 …float suma = AV_RN16A(&c[0][2 * x]) * -1 + AV_RN16A(&c[1][2 * x]) * -2 + AV_RN16A(&c[2][2 * x]) * … in filter16_sobel() local169 …float suma = AV_RN16A(&c[0][2 * x]) * -47 + AV_RN16A(&c[1][2 * x]) * -162 + AV_RN16A(&c[2][2 * x])… in filter16_scharr() local240 float suma = c0[x] * -1 + c1[x] * -1 + c2[x] * -1 + in filter_prewitt() local257 float suma = c[0][x] * 1 + c[1][x] * -1; in filter_roberts() local275 float suma = c0[x] * -1 + c1[x] * -2 + c2[x] * -1 + in filter_sobel() local295 float suma = c0[x] * -47 + c1[x] * -162 + c2[x] * -47 + in filter_scharr() local
152 #define SUMS(suma, sumb, sumc, sumd, out1, out2) \ in apply_window_mp3() argument