Lines Matching refs:dst_y

42     uint16_t *dst_y, *dst_u, *dst_v, *dst_a;
46 dst_y = (uint16_t *)p->data[0];
54 dst_y[x] = get_bits(gb, 10);
70 dst_y[x] = pred[0] = (y + pred[0]) & 0x3ff;
76 dst_y += p->linesize[0] / 2;
86 uint16_t *dst_y, *dst_u, *dst_v, *dst_a;
90 dst_y = (uint16_t *)p->data[0];
97 dst_y[x] = get_bits(gb, 10);
113 dst_y[x] = pred[0] = (y + pred[0]) & 0x3ff;
119 dst_y += p->linesize[0] / 2;
128 dst_y[x] = get_bits(gb, 10);
136 pred_TL[0] = pred_L[0] = dst_y[-p->linesize[0] / 2];
142 pred_T[0] = dst_y[-p->linesize[0] / 2 + x];
153 dst_y[x] = pred_L[0] = (y + ((3 * (pred_T[0] + pred_L[0]) - 2 * pred_TL[0]) >> 2)) & 0x3ff;
164 dst_y += p->linesize[0] / 2;
174 uint16_t *dst_y, *dst_u, *dst_v;
177 dst_y = (uint16_t *)p->data[0];
184 dst_y[x] = get_bits(gb, 10);
198 dst_y[x] = pred[0] = (y + pred[0]) & 0x3ff;
204 dst_y += p->linesize[0] / 2;
213 uint16_t *dst_y, *dst_u, *dst_v;
216 dst_y = (uint16_t *)p->data[0];
222 dst_y[x] = get_bits(gb, 10);
236 dst_y[x] = pred[0] = (y + pred[0]) & 0x3ff;
242 dst_y += p->linesize[0] / 2;
249 dst_y[x] = get_bits(gb, 10);
257 pred_TL[0] = pred_L[0] = dst_y[-p->linesize[0] / 2];
262 pred_T[0] = dst_y[-p->linesize[0] / 2 + x];
270 dst_y[x] = pred_L[0] = (y + ((3 * (pred_T[0] + pred_L[0]) - 2 * pred_TL[0]) >> 2)) & 0x3ff;
280 dst_y += p->linesize[0] / 2;
289 uint16_t *dst_y, *dst_u, *dst_v;
292 dst_y = (uint16_t *)p->data[0];
299 dst_y[x ] = get_bits(gb, 10);
301 dst_y[x + 1] = get_bits(gb, 10);
315 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0x3ff;
317 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0x3ff;
322 dst_y += p->linesize[0] / 2;
331 uint16_t *dst_y, *dst_u, *dst_v;
334 dst_y = (uint16_t *)p->data[0];
340 dst_y[x ] = get_bits(gb, 10);
342 dst_y[x + 1] = get_bits(gb, 10);
356 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0x3ff;
358 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0x3ff;
363 dst_y += p->linesize[0] / 2;
370 dst_y[x ] = get_bits(gb, 10);
372 dst_y[x + 1] = get_bits(gb, 10);
379 pred_TL[0] = pred_L[0] = dst_y[-p->linesize[0] / 2];
384 pred_T[0] = dst_y[-p->linesize[0] / 2 + x];
385 pred_T[3] = dst_y[-p->linesize[0] / 2 + x + 1];
394 dst_y[x ] = pred_L[0] = (y1 + ((3 * (pred_T[0] + pred_L[0]) - 2 * pred_TL[0]) >> 2)) & 0x3ff;
396 dst_y[x + 1] = pred_L[0] = (y2 + ((3 * (pred_T[3] + pred_L[0]) - 2 * pred_T[0]) >> 2)) & 0x3ff;
405 dst_y += p->linesize[0] / 2;
414 uint16_t *dst_y, *dst_u, *dst_v, *dst_a;
417 dst_y = (uint16_t *)p->data[0];
426 dst_y[x ] = get_bits(gb, 10);
429 dst_y[x + 1] = get_bits(gb, 10);
445 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0x3ff;
447 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0x3ff;
454 dst_y += p->linesize[0] / 2;
464 uint16_t *dst_y, *dst_u, *dst_v, *dst_a;
467 dst_y = (uint16_t *)p->data[0];
475 dst_y[x ] = get_bits(gb, 10);
478 dst_y[x + 1] = get_bits(gb, 10);
494 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0x3ff;
496 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0x3ff;
503 dst_y += p->linesize[0] / 2;
512 dst_y[x ] = get_bits(gb, 10);
515 dst_y[x + 1] = get_bits(gb, 10);
522 pred_TL[0] = pred_L[0] = dst_y[-p->linesize[0] / 2];
528 pred_T[0] = dst_y[-p->linesize[0] / 2 + x];
529 pred_T[3] = dst_y[-p->linesize[0] / 2 + x + 1];
542 dst_y[x ] = pred_L[0] = (y1 + ((3 * (pred_T[0] + pred_L[0]) - 2 * pred_TL[0]) >> 2)) & 0x3ff;
544 dst_y[x + 1] = pred_L[0] = (y2 + ((3 * (pred_T[3] + pred_L[0]) - 2 * pred_T[0]) >> 2)) & 0x3ff;
556 dst_y += p->linesize[0] / 2;
566 uint8_t *dst_y, *dst_u, *dst_v, *dst_a;
569 dst_y = p->data[0];
578 dst_y[x ] = get_bits(gb, 8);
581 dst_y[x + 1] = get_bits(gb, 8);
597 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0xff;
598 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0xff;
606 dst_y += p->linesize[0];
616 uint8_t *dst_y, *dst_u, *dst_v, *dst_a;
619 dst_y = p->data[0];
627 dst_y[x ] = get_bits(gb, 8);
630 dst_y[x + 1] = get_bits(gb, 8);
646 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0xff;
648 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0xff;
655 dst_y += p->linesize[0];
664 dst_y[x ] = get_bits(gb, 8);
667 dst_y[x + 1] = get_bits(gb, 8);
674 pred_TL[0] = pred_L[0] = dst_y[-p->linesize[0]];
680 pred_T[0] = dst_y[-p->linesize[0] + x];
681 pred_T[3] = dst_y[-p->linesize[0] + x + 1];
694 dst_y[x ] = pred_L[0] = (y1 + ((3 * (pred_T[0] + pred_L[0]) - 2 * pred_TL[0]) >> 2)) & 0xff;
696 dst_y[x + 1] = pred_L[0] = (y2 + ((3 * (pred_T[3] + pred_L[0]) - 2 * pred_T[0]) >> 2)) & 0xff;
708 dst_y += p->linesize[0];
718 uint8_t *dst_y, *dst_u, *dst_v;
721 dst_y = p->data[0];
727 dst_y[x ] = get_bits(gb, 8);
729 dst_y[x + 1] = get_bits(gb, 8);
743 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0xff;
745 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0xff;
750 dst_y += p->linesize[0];
757 dst_y[x ] = get_bits(gb, 8);
759 dst_y[x + 1] = get_bits(gb, 8);
766 pred_TL[0] = pred_L[0] = dst_y[-p->linesize[0]];
771 pred_T[0] = dst_y[-p->linesize[0] + x];
772 pred_T[3] = dst_y[-p->linesize[0] + x + 1];
781 dst_y[x ] = pred_L[0] = (y1 + ((3 * (pred_T[0] + pred_L[0]) - 2 * pred_TL[0]) >> 2)) & 0xff;
783 dst_y[x + 1] = pred_L[0] = (y2 + ((3 * (pred_T[3] + pred_L[0]) - 2 * pred_T[0]) >> 2)) & 0xff;
792 dst_y += p->linesize[0];
801 uint8_t *dst_y, *dst_u, *dst_v;
804 dst_y = p->data[0];
810 dst_y[x ] = get_bits(gb, 8);
812 dst_y[x + 1] = get_bits(gb, 8);
826 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0xff;
828 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0xff;
833 dst_y += p->linesize[0];
840 dst_y[x ] = get_bits(gb, 8);
842 dst_y[x + 1] = get_bits(gb, 8);
849 pred_L[0] = dst_y[-p->linesize[0]];
859 dst_y[x ] = pred_L[0] = (y1 + pred_L[0]) & 0xff;
861 dst_y[x + 1] = pred_L[0] = (y2 + pred_L[0]) & 0xff;
866 dst_y += p->linesize[0];
875 uint8_t *dst_y, *dst_u, *dst_v;
878 dst_y = p->data[0];
884 dst_y[x ] = get_bits(gb, 8);
886 dst_y[x + 1] = get_bits(gb, 8);
900 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0xff;
902 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0xff;
907 dst_y += p->linesize[0];
914 dst_y[x ] = get_bits(gb, 8);
916 dst_y[x + 1] = get_bits(gb, 8);
923 pred_TL[0] = pred_L[0] = dst_y[-p->linesize[0]];
928 pred_T[0] = dst_y[-p->linesize[0] + x];
929 pred_T[3] = dst_y[-p->linesize[0] + x + 1];
938 dst_y[x ] = pred_L[0] = (y1 + ((3 * (pred_T[0] + pred_L[0]) - 2 * pred_TL[0]) >> 2)) & 0xff;
940 dst_y[x + 1] = pred_L[0] = (y2 + ((3 * (pred_T[3] + pred_L[0]) - 2 * pred_T[0]) >> 2)) & 0xff;
949 dst_y += p->linesize[0];
958 uint8_t *dst_y, *dst_u, *dst_v;
961 dst_y = p->data[0];
967 dst_y[x] = get_bits(gb, 8);
981 dst_y[x] = pred[0] = (y + pred[0]) & 0xff;
987 dst_y += p->linesize[0];
994 dst_y[x] = get_bits(gb, 8);
1002 pred_L[0] = dst_y[-p->linesize[0]];
1011 dst_y[x] = pred_L[0] = (y + pred_L[0]) & 0xff;
1017 dst_y += p->linesize[0];
1026 uint8_t *dst_y, *dst_u, *dst_v;
1029 dst_y = p->data[0];
1035 dst_y[x] = get_bits(gb, 8);
1049 dst_y[x] = pred[0] = (y + pred[0]) & 0xff;
1055 dst_y += p->linesize[0];
1062 dst_y[x] = get_bits(gb, 8);
1070 pred_TL[0] = pred_L[0] = dst_y[-p->linesize[0]];
1075 pred_T[0] = dst_y[-p->linesize[0] + x];
1083 dst_y[x] = pred_L[0] = (y + ((3 * (pred_T[0] + pred_L[0]) - 2 * pred_TL[0]) >> 2)) & 0xff;
1093 dst_y += p->linesize[0];
1102 uint8_t *dst_a, *dst_y, *dst_u, *dst_v;
1106 dst_y = p->data[0];
1113 dst_y[x] = get_bits(gb, 8);
1129 dst_y[x] = pred[1] = (y + pred[1]) & 0xff;
1136 dst_y += p->linesize[0];
1144 dst_y[x] = get_bits(gb, 8);
1153 pred_L[1] = dst_y[-p->linesize[0]];
1164 dst_y[x] = pred_L[1] = (y + pred_L[1]) & 0xff;
1171 dst_y += p->linesize[0];
1180 uint8_t *dst_a, *dst_y, *dst_u, *dst_v;
1184 dst_y = p->data[0];
1191 dst_y[x] = get_bits(gb, 8);
1207 dst_y[x] = pred[1] = (y + pred[1]) & 0xff;
1214 dst_y += p->linesize[0];
1222 dst_y[x] = get_bits(gb, 8);
1231 pred_TL[1] = pred_L[1] = dst_y[-p->linesize[0]];
1237 pred_T[1] = dst_y[-p->linesize[0] + x];
1247 dst_y[x] = pred_L[1] = (y + ((3 * (pred_T[1] + pred_L[1]) - 2 * pred_TL[1]) >> 2)) & 0xff;
1259 dst_y += p->linesize[0];