Lines Matching refs:pred
63 int pred[4] = { 502, 512, 512, 502 }; in decode_ca4i() local
73 dst_a[x] = pred[3] = (a + pred[3]) & 0x3ff; in decode_ca4i()
74 dst_y[x] = pred[0] = (y + pred[0]) & 0x3ff; in decode_ca4i()
75 dst_u[x] = pred[1] = (u + pred[1]) & 0x3ff; in decode_ca4i()
76 dst_v[x] = pred[2] = (v + pred[2]) & 0x3ff; in decode_ca4i()
106 int pred[4] = { 502, 512, 512, 502 }; in decode_ca4p() local
116 dst_a[x] = pred[3] = (a + pred[3]) & 0x3ff; in decode_ca4p()
117 dst_y[x] = pred[0] = (y + pred[0]) & 0x3ff; in decode_ca4p()
118 dst_u[x] = pred[1] = (u + pred[1]) & 0x3ff; in decode_ca4p()
119 dst_v[x] = pred[2] = (v + pred[2]) & 0x3ff; in decode_ca4p()
193 int pred[4] = { 502, 512, 512, 512 }; in decode_ybr10i() local
202 dst_y[x] = pred[0] = (y + pred[0]) & 0x3ff; in decode_ybr10i()
203 dst_u[x] = pred[1] = (u + pred[1]) & 0x3ff; in decode_ybr10i()
204 dst_v[x] = pred[2] = (v + pred[2]) & 0x3ff; in decode_ybr10i()
231 int pred[4] = { 502, 512, 512, 512 }; in decode_ybr10() local
240 dst_y[x] = pred[0] = (y + pred[0]) & 0x3ff; in decode_ybr10()
241 dst_u[x] = pred[1] = (u + pred[1]) & 0x3ff; in decode_ybr10()
242 dst_v[x] = pred[2] = (v + pred[2]) & 0x3ff; in decode_ybr10()
309 int pred[4] = { 502, 512, 512, 0 }; in decode_yry10i() local
319 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0x3ff; in decode_yry10i()
320 dst_u[x / 2] = pred[1] = (u + pred[1]) & 0x3ff; in decode_yry10i()
321 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0x3ff; in decode_yry10i()
322 dst_v[x / 2] = pred[2] = (v + pred[2]) & 0x3ff; in decode_yry10i()
350 int pred[4] = { 502, 512, 512, 0 }; in decode_yry10() local
360 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0x3ff; in decode_yry10()
361 dst_u[x / 2] = pred[1] = (u + pred[1]) & 0x3ff; in decode_yry10()
362 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0x3ff; in decode_yry10()
363 dst_v[x / 2] = pred[2] = (v + pred[2]) & 0x3ff; in decode_yry10()
437 int pred[4] = { 502, 512, 512, 502 }; in decode_ca2i() local
449 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0x3ff; in decode_ca2i()
450 dst_u[x / 2] = pred[1] = (u + pred[1]) & 0x3ff; in decode_ca2i()
451 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0x3ff; in decode_ca2i()
452 dst_a[x ] = pred[3] = (a1 + pred[3]) & 0x3ff; in decode_ca2i()
453 dst_v[x / 2] = pred[2] = (v + pred[2]) & 0x3ff; in decode_ca2i()
454 dst_a[x + 1] = pred[3] = (a2 + pred[3]) & 0x3ff; in decode_ca2i()
486 int pred[4] = { 502, 512, 512, 502 }; in decode_ca2p() local
498 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0x3ff; in decode_ca2p()
499 dst_u[x / 2] = pred[1] = (u + pred[1]) & 0x3ff; in decode_ca2p()
500 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0x3ff; in decode_ca2p()
501 dst_a[x ] = pred[3] = (a1 + pred[3]) & 0x3ff; in decode_ca2p()
502 dst_v[x / 2] = pred[2] = (v + pred[2]) & 0x3ff; in decode_ca2p()
503 dst_a[x + 1] = pred[3] = (a2 + pred[3]) & 0x3ff; in decode_ca2p()
589 int pred[4] = { 125, -128, -128, 125 }; in decode_c82i() local
601 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0xff; in decode_c82i()
602 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0xff; in decode_c82i()
603 dst_u[x / 2] = pred[1] = (u + pred[1]) & 0xff; in decode_c82i()
604 dst_v[x / 2] = pred[2] = (v + pred[2]) & 0xff; in decode_c82i()
605 dst_a[x ] = pred[3] = (a1 + pred[3]) & 0xff; in decode_c82i()
606 dst_a[x + 1] = pred[3] = (a2 + pred[3]) & 0xff; in decode_c82i()
638 int pred[4] = { 125, -128, -128, 125 }; in decode_c82p() local
650 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0xff; in decode_c82p()
651 dst_u[x / 2] = pred[1] = (u + pred[1]) & 0xff; in decode_c82p()
652 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0xff; in decode_c82p()
653 dst_a[x ] = pred[3] = (a1 + pred[3]) & 0xff; in decode_c82p()
654 dst_v[x / 2] = pred[2] = (v + pred[2]) & 0xff; in decode_c82p()
655 dst_a[x + 1] = pred[3] = (a2 + pred[3]) & 0xff; in decode_c82p()
737 int pred[4] = { -128, 128, 128, 0 }; in decode_ybyr() local
747 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0xff; in decode_ybyr()
748 dst_u[x / 2] = pred[1] = (u + pred[1]) & 0xff; in decode_ybyr()
749 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0xff; in decode_ybyr()
750 dst_v[x / 2] = pred[2] = (v + pred[2]) & 0xff; in decode_ybyr()
820 int pred[4] = { 125, -128, -128, 0 }; in decode_byryi() local
830 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0xff; in decode_byryi()
831 dst_u[x / 2] = pred[1] = (u + pred[1]) & 0xff; in decode_byryi()
832 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0xff; in decode_byryi()
833 dst_v[x / 2] = pred[2] = (v + pred[2]) & 0xff; in decode_byryi()
894 int pred[4] = { 125, -128, -128, 0 }; in decode_byry() local
904 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0xff; in decode_byry()
905 dst_u[x / 2] = pred[1] = (u + pred[1]) & 0xff; in decode_byry()
906 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0xff; in decode_byry()
907 dst_v[x / 2] = pred[2] = (v + pred[2]) & 0xff; in decode_byry()
976 int pred[4] = { s->alt ? 125 : -146, -128, -128, -128 }; in decode_ybri() local
985 dst_y[x] = pred[0] = (y + pred[0]) & 0xff; in decode_ybri()
986 dst_u[x] = pred[1] = (u + pred[1]) & 0xff; in decode_ybri()
987 dst_v[x] = pred[2] = (v + pred[2]) & 0xff; in decode_ybri()
1044 int pred[4] = { s->alt ? 125 : -146, -128, -128, -128 }; in decode_ybr() local
1053 dst_y[x] = pred[0] = (y + pred[0]) & 0xff; in decode_ybr()
1054 dst_u[x] = pred[1] = (u + pred[1]) & 0xff; in decode_ybr()
1055 dst_v[x] = pred[2] = (v + pred[2]) & 0xff; in decode_ybr()
1122 int pred[4] = { 125, s->alt ? 125 : -146, -128, -128 }; in decode_aybri() local
1132 dst_a[x] = pred[0] = (a + pred[0]) & 0xff; in decode_aybri()
1133 dst_y[x] = pred[1] = (y + pred[1]) & 0xff; in decode_aybri()
1134 dst_u[x] = pred[2] = (u + pred[2]) & 0xff; in decode_aybri()
1135 dst_v[x] = pred[3] = (v + pred[3]) & 0xff; in decode_aybri()
1200 int pred[4] = { 125, s->alt ? 125 : -146, -128, -128 }; in decode_aybr() local
1210 dst_a[x] = pred[0] = (a + pred[0]) & 0xff; in decode_aybr()
1211 dst_y[x] = pred[1] = (y + pred[1]) & 0xff; in decode_aybr()
1212 dst_u[x] = pred[2] = (u + pred[2]) & 0xff; in decode_aybr()
1213 dst_v[x] = pred[3] = (v + pred[3]) & 0xff; in decode_aybr()
1289 int pred[4] = { 512, 512, 512, 512 }; in decode_argxi() local
1299 dst_a[x] = pred[3] = (a + pred[3]) & 0x3ff; in decode_argxi()
1300 dst_r[x] = pred[0] = (r + pred[0]) & 0x3ff; in decode_argxi()
1301 dst_g[x] = pred[1] = (r + g + pred[1]) & 0x3ff; in decode_argxi()
1302 dst_b[x] = pred[2] = (r + g + b + pred[2]) & 0x3ff; in decode_argxi()
1332 int pred[4] = { 512, 512, 512, 512 }; in decode_argx() local
1342 dst_a[x] = pred[3] = (a + pred[3]) & 0x3ff; in decode_argx()
1343 dst_r[x] = pred[0] = (r + pred[0]) & 0x3ff; in decode_argx()
1344 dst_g[x] = pred[1] = (r + g + pred[1]) & 0x3ff; in decode_argx()
1345 dst_b[x] = pred[2] = (r + g + b + pred[2]) & 0x3ff; in decode_argx()
1419 int pred[4] = { 512, 512, 512, 0 }; in decode_rgbxi() local
1428 dst_r[x] = pred[0] = (r + pred[0]) & 0x3ff; in decode_rgbxi()
1429 dst_g[x] = pred[1] = (r + g + pred[1]) & 0x3ff; in decode_rgbxi()
1430 dst_b[x] = pred[2] = (r + g + b + pred[2]) & 0x3ff; in decode_rgbxi()
1457 int pred[4] = { 512, 512, 512, 0 }; in decode_rgbx() local
1466 dst_r[x] = pred[0] = (r + pred[0]) & 0x3ff; in decode_rgbx()
1467 dst_g[x] = pred[1] = (r + g + pred[1]) & 0x3ff; in decode_rgbx()
1468 dst_b[x] = pred[2] = (r + g + b + pred[2]) & 0x3ff; in decode_rgbx()
1531 int pred[4] = { -128, -128, -128, -128 }; in decode_argbi() local
1541 dst[4 * x + 0] = pred[0] = (a + pred[0]) & 0xff; in decode_argbi()
1542 dst[4 * x + 1] = pred[1] = (r + pred[1]) & 0xff; in decode_argbi()
1543 dst[4 * x + 2] = pred[2] = (r + g + pred[2]) & 0xff; in decode_argbi()
1544 dst[4 * x + 3] = pred[3] = (r + g + b + pred[3]) & 0xff; in decode_argbi()
1597 int pred[4] = { -128, -128, -128, -128 }; in decode_argb() local
1607 dst[4 * x + 0] = pred[0] = (a + pred[0]) & 0xff; in decode_argb()
1608 dst[4 * x + 1] = pred[1] = (r + pred[1]) & 0xff; in decode_argb()
1609 dst[4 * x + 2] = pred[2] = (r + g + pred[2]) & 0xff; in decode_argb()
1610 dst[4 * x + 3] = pred[3] = (r + g + b + pred[3]) & 0xff; in decode_argb()
1672 int pred[4] = { -128, -128, -128, -128 }; in decode_rgbi() local
1681 dst[4 * x + 0] = pred[0] = (r + pred[0]) & 0xff; in decode_rgbi()
1682 dst[4 * x + 1] = pred[1] = (r + g + pred[1]) & 0xff; in decode_rgbi()
1683 dst[4 * x + 2] = pred[2] = (r + g + b + pred[2]) & 0xff; in decode_rgbi()
1731 int pred[4] = { -128, -128, -128, -128 }; in decode_rgb() local
1740 dst[4 * x + 0] = pred[0] = (r + pred[0]) & 0xff; in decode_rgb()
1741 dst[4 * x + 1] = pred[1] = (r + g + pred[1]) & 0xff; in decode_rgb()
1742 dst[4 * x + 2] = pred[2] = (r + g + b + pred[2]) & 0xff; in decode_rgb()