Searched defs:in1 (Results 1 - 3 of 3) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbstabsmooth.cpp24 static bool vpmotion_add(VP_MOTION *in1, VP_MOTION *in2, VP_MOTION *out);
25 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out);
307 static bool vpmotion_add(VP_MOTION *in1, VP_MOTION *in2, VP_MOTION *out) argument
310 if(in1 == NULL || in2 == NULL || out == NULL)
314 out->par[i] = in1->par[i] + in2->par[i];
319 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out) argument
322 if(in1 == NULL || out == NULL)
326 out->par[i] = in1->par[i] * factor;
/packages/services/BuiltInPrintService/jni/plugins/
H A Dwprint_scaler.c430 static inline void _scale_row_down_9in(uint8 *_RESTRICT_ in0, uint8 *_RESTRICT_ in1, argument
450 acc_r += (uint32) in1[(in_col * 3) + 0] * curr_weight << 8;
460 acc_g += (uint32) in1[(in_col * 3) + 1] * curr_weight << 8;
470 acc_b += (uint32) in1[(in_col * 3) + 2] * curr_weight << 8;
493 static inline void _scale_row_down_8in(uint8 *_RESTRICT_ in0, uint8 *_RESTRICT_ in1, argument
514 acc_r += (uint32) in1[(in_col * 3) + 0] * curr_weight << 8;
523 acc_g += (uint32) in1[(in_col * 3) + 1] * curr_weight << 8;
532 acc_b += (uint32) in1[(in_col * 3) + 2] * curr_weight << 8;
554 static inline void _scale_row_down_7in(uint8 *_RESTRICT_ in0, uint8 *_RESTRICT_ in1, argument
573 acc_r += (uint32) in1[(in_co
610 _scale_row_down_6in(uint8 *_RESTRICT_ in0, uint8 *_RESTRICT_ in1, uint8 *_RESTRICT_ in2, uint8 *_RESTRICT_ in3, uint8 *_RESTRICT_ in4, uint8 *_RESTRICT_ in5, uint8 *_RESTRICT_ out, uint64 position_x, uint64 x_factor_inv, uint32 top_weight, uint32 bot_weight, uint32 weight_reciprocal, int out_width) argument
663 _scale_row_down_5in(uint8 *_RESTRICT_ in0, uint8 *_RESTRICT_ in1, uint8 *_RESTRICT_ in2, uint8 *_RESTRICT_ in3, uint8 *_RESTRICT_ in4, uint8 *_RESTRICT_ out, uint64 position_x, uint64 x_factor_inv, uint32 top_weight, uint32 bot_weight, uint32 weight_reciprocal, int out_width) argument
713 _scale_row_down_4in(uint8 *_RESTRICT_ in0, uint8 *_RESTRICT_ in1, uint8 *_RESTRICT_ in2, uint8 *_RESTRICT_ in3, uint8 *_RESTRICT_ out, uint64 position_x, uint64 x_factor_inv, uint32 top_weight, uint32 bot_weight, uint32 weight_reciprocal, int out_width) argument
760 _scale_row_down_3in(uint8 *_RESTRICT_ in0, uint8 *_RESTRICT_ in1, uint8 *_RESTRICT_ in2, uint8 *_RESTRICT_ out, uint64 position_x, uint64 x_factor_inv, uint32 top_weight, uint32 bot_weight, uint32 weight_reciprocal, int out_width) argument
803 _scale_row_down_2in(uint8 *_RESTRICT_ in0, uint8 *_RESTRICT_ in1, uint8 *_RESTRICT_ out, uint64 position_x, uint64 x_factor_inv, uint32 top_weight, uint32 bot_weight, uint32 weight_reciprocal, int out_width) argument
956 _scale_row_up(uint8 *_RESTRICT_ in0, uint8 *_RESTRICT_ in1, uint8 *_RESTRICT_ out, sint32 weight_y, uint64 position_x, uint64 increment_x, int out_width) argument
[all...]
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 135 milliseconds