Home | History | Annotate | Download | only in src

Lines Matching refs:f0

430     int f0 = __op__( _toggle_macro_(src1[x]), _toggle_macro_(src2[x])); \
432 dst[x] = (uchar)-f0; \
434 f0 = __op__( _toggle_macro_(src1[x+2]), _toggle_macro_(src2[x+2])); \
436 dst[x+2] = (uchar)-f0; \
442 int f0 = __op__( _toggle_macro_(src1[x]), _toggle_macro_(src2[x])); \
443 dst[x] = (uchar)-f0; \
471 int f0 = __op__( _toggle_macro_(src1[x]), scalar ); \
473 dst[x] = (uchar)-f0; \
475 f0 = __op__( _toggle_macro_(src1[x+2]), scalar ); \
477 dst[x+2] = (uchar)-f0; \
483 int f0 = __op__( _toggle_macro_(src1[x]), scalar ); \
484 dst[x] = (uchar)-f0; \