Lines Matching defs:offset_in
26 int32_t offset_in)
33 offset_val = (unsigned) offset_in << log2_denom;
53 int32_t offset_in)
59 offset_val = (unsigned) offset_in << log2_denom;
80 int32_t offset_in)
87 offset_val = (unsigned) offset_in << log2_denom;
112 int32_t offset_in)
120 offset_val = (unsigned) offset_in << log2_denom;
143 int32_t src_weight, int32_t offset_in)
152 offset_val = (unsigned) offset_in << log2_denom;
186 int32_t offset_in)
195 offset_val = (unsigned) offset_in << log2_denom;
232 int32_t dst_weight, int32_t offset_in)
239 offset_in = (unsigned) ((offset_in + 1) | 1) << log2_denom;
240 offset_in += (128 * (src_weight + dst_weight));
244 offset = __msa_fill_h(offset_in);
265 int32_t dst_weight, int32_t offset_in)
272 offset_in = (unsigned) ((offset_in + 1) | 1) << log2_denom;
273 offset_in += (128 * (src_weight + dst_weight));
277 offset = __msa_fill_h(offset_in);
299 int32_t dst_weight, int32_t offset_in)
306 offset_in = (unsigned) ((offset_in + 1) | 1) << log2_denom;
307 offset_in += (128 * (src_weight + dst_weight));
311 offset = __msa_fill_h(offset_in);
339 int32_t dst_weight, int32_t offset_in)
346 offset_in = (unsigned) ((offset_in + 1) | 1) << log2_denom;
347 offset_in += (128 * (src_weight + dst_weight));
351 offset = __msa_fill_h(offset_in);
377 int32_t dst_weight, int32_t offset_in)
384 offset_in = (unsigned) ((offset_in + 1) | 1) << log2_denom;
385 offset_in += (128 * (src_weight + dst_weight));
389 offset = __msa_fill_h(offset_in);
428 int32_t dst_weight, int32_t offset_in)
439 offset_in = (unsigned) ((offset_in + 1) | 1) << log2_denom;
440 offset_in += (128 * (src_weight + dst_weight));
444 offset = __msa_fill_h(offset_in);
2214 int weight_src, int offset_in)
2226 offset_val = (unsigned) offset_in << log2_denom;
2339 int weight_src, int offset_in)
2350 offset_in = (unsigned) ((offset_in + 1) | 1) << log2_denom;
2351 offset_in += (128 * (weight_src + weight_dst));
2355 offset = __msa_fill_h(offset_in);