Lines Matching defs:offset

31 #define HEVC_BIW_RND_CLIP2(in0, in1, vec0, vec1, wgt, rnd, offset,  \
39 out0_r = __msa_dpadd_s_w(offset, (v8i16) out0_r, (v8i16) wgt); \
40 out1_r = __msa_dpadd_s_w(offset, (v8i16) out1_r, (v8i16) wgt); \
41 out0_l = __msa_dpadd_s_w(offset, (v8i16) out0_l, (v8i16) wgt); \
42 out1_l = __msa_dpadd_s_w(offset, (v8i16) out1_l, (v8i16) wgt); \
50 wgt, rnd, offset, out0, out1, out2, out3) \
52 HEVC_BIW_RND_CLIP2(in0, in1, vec0, vec1, wgt, rnd, offset, out0, out1); \
53 HEVC_BIW_RND_CLIP2(in2, in3, vec2, vec3, wgt, rnd, offset, out2, out3); \
57 offset, out0, out1) \
63 out0_r = __msa_dpadd_s_w(offset, (v8i16) out0_r, (v8i16) wgt); \
64 out1_r = __msa_dpadd_s_w(offset, (v8i16) out1_r, (v8i16) wgt); \
65 out0_l = __msa_dpadd_s_w(offset, (v8i16) out0_l, (v8i16) wgt); \
66 out1_l = __msa_dpadd_s_w(offset, (v8i16) out1_l, (v8i16) wgt); \
73 vec3, wgt, rnd, offset, out0, out1, \
76 HEVC_BIW_RND_CLIP2_MAX_SATU(in0, in1, vec0, vec1, wgt, rnd, offset, \
78 HEVC_BIW_RND_CLIP2_MAX_SATU(in2, in3, vec2, vec3, wgt, rnd, offset, \
97 int32_t offset, weight;
105 offset = (offset0 + offset1) << rnd_val;
109 offset_vec = __msa_fill_w(offset);
185 int32_t offset, weight;
194 offset = (offset0 + offset1) << rnd_val;
199 offset_vec = __msa_fill_w(offset);
239 int32_t offset, weight;
247 offset = (offset0 + offset1) << rnd_val;
251 offset_vec = __msa_fill_w(offset);
327 int32_t offset, weight;
335 offset = (offset0 + offset1) << rnd_val;
339 offset_vec = __msa_fill_w(offset);
386 int32_t offset, weight;
394 offset = (offset0 + offset1) << rnd_val;
398 offset_vec = __msa_fill_w(offset);
441 int32_t offset, weight;
448 offset = (offset0 + offset1) << rnd_val;
452 offset_vec = __msa_fill_w(offset);
505 int32_t offset, weight;
513 offset = (offset0 + offset1) << rnd_val;
517 offset_vec = __msa_fill_w(offset);
566 int32_t offset, weight;
573 offset = (offset0 + offset1) << rnd_val;
577 offset_vec = __msa_fill_w(offset);
618 int32_t offset, weight;
626 offset = (offset0 + offset1) << rnd_val;
630 offset_vec = __msa_fill_w(offset);
674 int32_t offset, weight, constant;
693 offset = (offset0 + offset1) << rnd_val;
698 offset += constant;
700 offset_vec = __msa_fill_w(offset);
746 int32_t offset, weight, constant;
758 offset = (offset0 + offset1) << rnd_val;
763 offset += constant;
765 offset_vec = __msa_fill_w(offset);
826 int32_t offset, weight, constant;
839 offset = (offset0 + offset1) << rnd_val;
840 offset += constant;
842 offset_vec = __msa_fill_w(offset);
921 int32_t offset, weight, constant;
933 offset = (offset0 + offset1) << rnd_val;
938 offset += constant;
940 offset_vec = __msa_fill_w(offset);
1006 int32_t offset, weight, constant;
1019 offset = (offset0 + offset1) << rnd_val;
1024 offset += constant;
1026 offset_vec = __msa_fill_w(offset);
1127 int32_t offset, weight, constant;
1139 offset = (offset0 + offset1) << rnd_val;
1144 offset += constant;
1146 offset_vec = __msa_fill_w(offset);
1213 int32_t offset, weight, constant;
1225 offset = (offset0 + offset1) << rnd_val;
1230 offset += constant;
1232 offset_vec = __msa_fill_w(offset);
1320 int32_t offset, weight, constant;
1332 offset = (offset0 + offset1) << rnd_val;
1337 offset += constant;
1339 offset_vec = __msa_fill_w(offset);
1416 int32_t offset, weight;
1431 offset = (offset0 + offset1) << rnd_val;
1437 offset_vec = __msa_fill_w(offset);
1514 int32_t offset, weight;
1526 offset = (offset0 + offset1) << rnd_val;
1532 offset_vec = __msa_fill_w(offset);
1602 int32_t offset, weight;
1617 offset = (offset0 + offset1) << rnd_val;
1623 offset_vec = __msa_fill_w(offset);
1716 int32_t offset, weight;
1731 offset = (offset0 + offset1) << rnd_val;
1737 offset_vec = __msa_fill_w(offset);
1939 int32_t offset, weight;
1970 offset = (offset0 + offset1) << rnd_val;
1976 offset_vec = __msa_fill_w(offset);
2084 int32_t offset, weight;
2109 offset = (offset0 + offset1) << rnd_val;
2115 offset_vec = __msa_fill_w(offset);
2290 int32_t offset, weight;
2309 offset = (offset0 + offset1) << rnd_val;
2315 offset_vec = __msa_fill_w(offset);
2645 int32_t offset, weight, constant;
2663 offset = (offset0 + offset1) << rnd_val;
2668 offset += constant;
2670 offset_vec = __msa_fill_w(offset);
2705 int32_t offset, weight, constant;
2724 offset = (offset0 + offset1) << rnd_val;
2729 offset += constant;
2731 offset_vec = __msa_fill_w(offset);
2767 int32_t weight, offset, constant;
2783 offset = (offset0 + offset1) << rnd_val;
2788 offset += constant;
2790 offset_vec = __msa_fill_w(offset);
2873 int32_t offset, weight, constant;
2889 offset = (offset0 + offset1) << rnd_val;
2894 offset += constant;
2896 offset_vec = __msa_fill_w(offset);
2945 int32_t offset, weight, constant;
2960 offset = (offset0 + offset1) << rnd_val;
2965 offset += constant;
2967 offset_vec = __msa_fill_w(offset);
3001 int32_t weight, offset, constant;
3017 offset = (offset0 + offset1) << rnd_val;
3022 offset += constant;
3024 offset_vec = __msa_fill_w(offset);
3077 int32_t offset, weight, constant;
3093 offset = (offset0 + offset1) << rnd_val;
3098 offset += constant;
3100 offset_vec = __msa_fill_w(offset);
3178 int32_t offset, weight, constant;
3197 offset = (offset0 + offset1) << rnd_val;
3202 offset += constant;
3204 offset_vec = __msa_fill_w(offset);
3264 int32_t offset, weight, constant;
3280 offset = (offset0 + offset1) << rnd_val;
3285 offset += constant;
3287 offset_vec = __msa_fill_w(offset);
3353 int32_t offset, weight, constant;
3369 offset = (offset0 + offset1) << rnd_val;
3374 offset += constant;
3376 offset_vec = __msa_fill_w(offset);
3440 int32_t offset, weight, constant;
3456 offset = (offset0 + offset1) << rnd_val;
3461 offset += constant;
3463 offset_vec = __msa_fill_w(offset);
3511 int32_t weight, offset, constant;
3522 offset = (offset0 + offset1) << rnd_val;
3527 offset += constant;
3529 offset_vec = __msa_fill_w(offset);
3576 int32_t weight, offset, constant;
3588 offset = (offset0 + offset1) << rnd_val;
3593 offset += constant;
3595 offset_vec = __msa_fill_w(offset);
3645 int32_t weight, offset, constant;
3658 offset = (offset0 + offset1) << rnd_val;
3663 offset += constant;
3665 offset_vec = __msa_fill_w(offset);
3762 int32_t offset, weight, constant;
3773 offset = (offset0 + offset1) << rnd_val;
3778 offset += constant;
3780 offset_vec = __msa_fill_w(offset);
3837 int32_t offset, weight, constant;
3847 offset = (offset0 + offset1) << rnd_val;
3852 offset += constant;
3854 offset_vec = __msa_fill_w(offset);
3894 int32_t offset, weight, constant;
3906 offset = (offset0 + offset1) << rnd_val;
3911 offset += constant;
3913 offset_vec = __msa_fill_w(offset);
3967 int32_t offset, weight, constant;
3978 offset = (offset0 + offset1) << rnd_val;
3983 offset += constant;
3985 offset_vec = __msa_fill_w(offset);
4072 int32_t offset, weight, constant;
4085 offset = (offset0 + offset1) << rnd_val;
4090 offset += constant;
4092 offset_vec = __msa_fill_w(offset);
4164 int32_t offset, weight, constant;
4176 offset = (offset0 + offset1) << rnd_val;
4181 offset += constant;
4183 offset_vec = __msa_fill_w(offset);
4258 int32_t offset, weight, constant;
4272 offset = (offset0 + offset1) << rnd_val;
4277 offset += constant;
4279 offset_vec = __msa_fill_w(offset);
4396 int32_t offset, weight, constant;
4410 offset = (offset0 + offset1) << rnd_val;
4415 offset += constant;
4417 offset_vec = __msa_fill_w(offset);
4514 int32_t offset, weight;
4539 offset = (offset0 + offset1) << rnd_val;
4545 offset_vec = __msa_fill_w(offset);
4598 int32_t offset, weight;
4626 offset = (offset0 + offset1) << rnd_val;
4632 offset_vec = __msa_fill_w(offset);
4697 int32_t offset, weight;
4727 offset = (offset0 + offset1) << rnd_val;
4733 offset_vec = __msa_fill_w(offset);
4873 int32_t offset, weight;
4906 offset = (offset0 + offset1) << rnd_val;
4912 offset_vec = __msa_fill_w(offset);
5052 int32_t weight, offset;
5081 offset = (offset0 + offset1) << rnd_val;
5087 offset_vec = __msa_fill_w(offset);
5149 int32_t weight, offset;
5176 offset = (offset0 + offset1) << rnd_val;
5182 offset_vec = __msa_fill_w(offset);
5272 uint32_t offset, weight;
5306 offset = (offset0 + offset1) << rnd_val;
5312 offset_vec = __msa_fill_w(offset);
5426 int32_t offset, weight;
5459 offset = (offset0 + offset1) << rnd_val;
5465 offset_vec = __msa_fill_w(offset);
5612 int32_t offset, weight;
5644 offset = (offset0 + offset1) << rnd_val;
5650 offset_vec = __msa_fill_w(offset);