Lines Matching refs:dst_y
46 uint16_t *dst_y, *dst_u, *dst_v, *dst_a; in decode_ca4i() local
50 dst_y = (uint16_t *)p->data[0]; in decode_ca4i()
58 dst_y[x] = get_bits(gb, 10); in decode_ca4i()
74 dst_y[x] = pred[0] = (y + pred[0]) & 0x3ff; in decode_ca4i()
80 dst_y += p->linesize[0] / 2; in decode_ca4i()
90 uint16_t *dst_y, *dst_u, *dst_v, *dst_a; in decode_ca4p() local
94 dst_y = (uint16_t *)p->data[0]; in decode_ca4p()
101 dst_y[x] = get_bits(gb, 10); in decode_ca4p()
117 dst_y[x] = pred[0] = (y + pred[0]) & 0x3ff; in decode_ca4p()
123 dst_y += p->linesize[0] / 2; in decode_ca4p()
132 dst_y[x] = get_bits(gb, 10); in decode_ca4p()
140 pred_TL[0] = pred_L[0] = dst_y[-p->linesize[0] / 2]; in decode_ca4p()
146 pred_T[0] = dst_y[-p->linesize[0] / 2 + x]; in decode_ca4p()
157 … dst_y[x] = pred_L[0] = (y + ((3 * (pred_T[0] + pred_L[0]) - 2 * pred_TL[0]) >> 2)) & 0x3ff; in decode_ca4p()
168 dst_y += p->linesize[0] / 2; in decode_ca4p()
178 uint16_t *dst_y, *dst_u, *dst_v; in decode_ybr10i() local
181 dst_y = (uint16_t *)p->data[0]; in decode_ybr10i()
188 dst_y[x] = get_bits(gb, 10); in decode_ybr10i()
202 dst_y[x] = pred[0] = (y + pred[0]) & 0x3ff; in decode_ybr10i()
208 dst_y += p->linesize[0] / 2; in decode_ybr10i()
217 uint16_t *dst_y, *dst_u, *dst_v; in decode_ybr10() local
220 dst_y = (uint16_t *)p->data[0]; in decode_ybr10()
226 dst_y[x] = get_bits(gb, 10); in decode_ybr10()
240 dst_y[x] = pred[0] = (y + pred[0]) & 0x3ff; in decode_ybr10()
246 dst_y += p->linesize[0] / 2; in decode_ybr10()
253 dst_y[x] = get_bits(gb, 10); in decode_ybr10()
261 pred_TL[0] = pred_L[0] = dst_y[-p->linesize[0] / 2]; in decode_ybr10()
266 pred_T[0] = dst_y[-p->linesize[0] / 2 + x]; in decode_ybr10()
274 … dst_y[x] = pred_L[0] = (y + ((3 * (pred_T[0] + pred_L[0]) - 2 * pred_TL[0]) >> 2)) & 0x3ff; in decode_ybr10()
284 dst_y += p->linesize[0] / 2; in decode_ybr10()
293 uint16_t *dst_y, *dst_u, *dst_v; in decode_yry10i() local
296 dst_y = (uint16_t *)p->data[0]; in decode_yry10i()
303 dst_y[x ] = get_bits(gb, 10); in decode_yry10i()
305 dst_y[x + 1] = get_bits(gb, 10); in decode_yry10i()
319 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0x3ff; in decode_yry10i()
321 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0x3ff; in decode_yry10i()
326 dst_y += p->linesize[0] / 2; in decode_yry10i()
335 uint16_t *dst_y, *dst_u, *dst_v; in decode_yry10() local
338 dst_y = (uint16_t *)p->data[0]; in decode_yry10()
344 dst_y[x ] = get_bits(gb, 10); in decode_yry10()
346 dst_y[x + 1] = get_bits(gb, 10); in decode_yry10()
360 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0x3ff; in decode_yry10()
362 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0x3ff; in decode_yry10()
367 dst_y += p->linesize[0] / 2; in decode_yry10()
374 dst_y[x ] = get_bits(gb, 10); in decode_yry10()
376 dst_y[x + 1] = get_bits(gb, 10); in decode_yry10()
383 pred_TL[0] = pred_L[0] = dst_y[-p->linesize[0] / 2]; in decode_yry10()
388 pred_T[0] = dst_y[-p->linesize[0] / 2 + x]; in decode_yry10()
389 pred_T[3] = dst_y[-p->linesize[0] / 2 + x + 1]; in decode_yry10()
398 … dst_y[x ] = pred_L[0] = (y1 + ((3 * (pred_T[0] + pred_L[0]) - 2 * pred_TL[0]) >> 2)) & 0x3ff; in decode_yry10()
400 … dst_y[x + 1] = pred_L[0] = (y2 + ((3 * (pred_T[3] + pred_L[0]) - 2 * pred_T[0]) >> 2)) & 0x3ff; in decode_yry10()
409 dst_y += p->linesize[0] / 2; in decode_yry10()
418 uint16_t *dst_y, *dst_u, *dst_v, *dst_a; in decode_ca2i() local
421 dst_y = (uint16_t *)p->data[0]; in decode_ca2i()
430 dst_y[x ] = get_bits(gb, 10); in decode_ca2i()
433 dst_y[x + 1] = get_bits(gb, 10); in decode_ca2i()
449 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0x3ff; in decode_ca2i()
451 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0x3ff; in decode_ca2i()
458 dst_y += p->linesize[0] / 2; in decode_ca2i()
468 uint16_t *dst_y, *dst_u, *dst_v, *dst_a; in decode_ca2p() local
471 dst_y = (uint16_t *)p->data[0]; in decode_ca2p()
479 dst_y[x ] = get_bits(gb, 10); in decode_ca2p()
482 dst_y[x + 1] = get_bits(gb, 10); in decode_ca2p()
498 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0x3ff; in decode_ca2p()
500 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0x3ff; in decode_ca2p()
507 dst_y += p->linesize[0] / 2; in decode_ca2p()
516 dst_y[x ] = get_bits(gb, 10); in decode_ca2p()
519 dst_y[x + 1] = get_bits(gb, 10); in decode_ca2p()
526 pred_TL[0] = pred_L[0] = dst_y[-p->linesize[0] / 2]; in decode_ca2p()
532 pred_T[0] = dst_y[-p->linesize[0] / 2 + x]; in decode_ca2p()
533 pred_T[3] = dst_y[-p->linesize[0] / 2 + x + 1]; in decode_ca2p()
546 … dst_y[x ] = pred_L[0] = (y1 + ((3 * (pred_T[0] + pred_L[0]) - 2 * pred_TL[0]) >> 2)) & 0x3ff; in decode_ca2p()
548 … dst_y[x + 1] = pred_L[0] = (y2 + ((3 * (pred_T[3] + pred_L[0]) - 2 * pred_T[0]) >> 2)) & 0x3ff; in decode_ca2p()
560 dst_y += p->linesize[0] / 2; in decode_ca2p()
570 uint8_t *dst_y, *dst_u, *dst_v, *dst_a; in decode_c82i() local
573 dst_y = p->data[0]; in decode_c82i()
582 dst_y[x ] = get_bits(gb, 8); in decode_c82i()
585 dst_y[x + 1] = get_bits(gb, 8); in decode_c82i()
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()
610 dst_y += p->linesize[0]; in decode_c82i()
620 uint8_t *dst_y, *dst_u, *dst_v, *dst_a; in decode_c82p() local
623 dst_y = p->data[0]; in decode_c82p()
631 dst_y[x ] = get_bits(gb, 8); in decode_c82p()
634 dst_y[x + 1] = get_bits(gb, 8); in decode_c82p()
650 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0xff; in decode_c82p()
652 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0xff; in decode_c82p()
659 dst_y += p->linesize[0]; in decode_c82p()
668 dst_y[x ] = get_bits(gb, 8); in decode_c82p()
671 dst_y[x + 1] = get_bits(gb, 8); in decode_c82p()
678 pred_TL[0] = pred_L[0] = dst_y[-p->linesize[0]]; in decode_c82p()
684 pred_T[0] = dst_y[-p->linesize[0] + x]; in decode_c82p()
685 pred_T[3] = dst_y[-p->linesize[0] + x + 1]; in decode_c82p()
698 … dst_y[x ] = pred_L[0] = (y1 + ((3 * (pred_T[0] + pred_L[0]) - 2 * pred_TL[0]) >> 2)) & 0xff; in decode_c82p()
700 … dst_y[x + 1] = pred_L[0] = (y2 + ((3 * (pred_T[3] + pred_L[0]) - 2 * pred_T[0]) >> 2)) & 0xff; in decode_c82p()
712 dst_y += p->linesize[0]; in decode_c82p()
722 uint8_t *dst_y, *dst_u, *dst_v; in decode_ybyr() local
725 dst_y = p->data[0]; in decode_ybyr()
731 dst_y[x ] = get_bits(gb, 8); in decode_ybyr()
733 dst_y[x + 1] = get_bits(gb, 8); in decode_ybyr()
747 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0xff; in decode_ybyr()
749 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0xff; in decode_ybyr()
754 dst_y += p->linesize[0]; in decode_ybyr()
761 dst_y[x ] = get_bits(gb, 8); in decode_ybyr()
763 dst_y[x + 1] = get_bits(gb, 8); in decode_ybyr()
770 pred_TL[0] = pred_L[0] = dst_y[-p->linesize[0]]; in decode_ybyr()
775 pred_T[0] = dst_y[-p->linesize[0] + x]; in decode_ybyr()
776 pred_T[3] = dst_y[-p->linesize[0] + x + 1]; in decode_ybyr()
785 … dst_y[x ] = pred_L[0] = (y1 + ((3 * (pred_T[0] + pred_L[0]) - 2 * pred_TL[0]) >> 2)) & 0xff; in decode_ybyr()
787 … dst_y[x + 1] = pred_L[0] = (y2 + ((3 * (pred_T[3] + pred_L[0]) - 2 * pred_T[0]) >> 2)) & 0xff; in decode_ybyr()
796 dst_y += p->linesize[0]; in decode_ybyr()
805 uint8_t *dst_y, *dst_u, *dst_v; in decode_byryi() local
808 dst_y = p->data[0]; in decode_byryi()
814 dst_y[x ] = get_bits(gb, 8); in decode_byryi()
816 dst_y[x + 1] = get_bits(gb, 8); in decode_byryi()
830 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0xff; in decode_byryi()
832 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0xff; in decode_byryi()
837 dst_y += p->linesize[0]; in decode_byryi()
844 dst_y[x ] = get_bits(gb, 8); in decode_byryi()
846 dst_y[x + 1] = get_bits(gb, 8); in decode_byryi()
853 pred_L[0] = dst_y[-p->linesize[0]]; in decode_byryi()
863 dst_y[x ] = pred_L[0] = (y1 + pred_L[0]) & 0xff; in decode_byryi()
865 dst_y[x + 1] = pred_L[0] = (y2 + pred_L[0]) & 0xff; in decode_byryi()
870 dst_y += p->linesize[0]; in decode_byryi()
879 uint8_t *dst_y, *dst_u, *dst_v; in decode_byry() local
882 dst_y = p->data[0]; in decode_byry()
888 dst_y[x ] = get_bits(gb, 8); in decode_byry()
890 dst_y[x + 1] = get_bits(gb, 8); in decode_byry()
904 dst_y[x ] = pred[0] = (y1 + pred[0]) & 0xff; in decode_byry()
906 dst_y[x + 1] = pred[0] = (y2 + pred[0]) & 0xff; in decode_byry()
911 dst_y += p->linesize[0]; in decode_byry()
918 dst_y[x ] = get_bits(gb, 8); in decode_byry()
920 dst_y[x + 1] = get_bits(gb, 8); in decode_byry()
927 pred_TL[0] = pred_L[0] = dst_y[-p->linesize[0]]; in decode_byry()
932 pred_T[0] = dst_y[-p->linesize[0] + x]; in decode_byry()
933 pred_T[3] = dst_y[-p->linesize[0] + x + 1]; in decode_byry()
942 … dst_y[x ] = pred_L[0] = (y1 + ((3 * (pred_T[0] + pred_L[0]) - 2 * pred_TL[0]) >> 2)) & 0xff; in decode_byry()
944 … dst_y[x + 1] = pred_L[0] = (y2 + ((3 * (pred_T[3] + pred_L[0]) - 2 * pred_T[0]) >> 2)) & 0xff; in decode_byry()
953 dst_y += p->linesize[0]; in decode_byry()
962 uint8_t *dst_y, *dst_u, *dst_v; in decode_ybri() local
965 dst_y = p->data[0]; in decode_ybri()
971 dst_y[x] = get_bits(gb, 8); in decode_ybri()
985 dst_y[x] = pred[0] = (y + pred[0]) & 0xff; in decode_ybri()
991 dst_y += p->linesize[0]; in decode_ybri()
998 dst_y[x] = get_bits(gb, 8); in decode_ybri()
1006 pred_L[0] = dst_y[-p->linesize[0]]; in decode_ybri()
1015 dst_y[x] = pred_L[0] = (y + pred_L[0]) & 0xff; in decode_ybri()
1021 dst_y += p->linesize[0]; in decode_ybri()
1030 uint8_t *dst_y, *dst_u, *dst_v; in decode_ybr() local
1033 dst_y = p->data[0]; in decode_ybr()
1039 dst_y[x] = get_bits(gb, 8); in decode_ybr()
1053 dst_y[x] = pred[0] = (y + pred[0]) & 0xff; in decode_ybr()
1059 dst_y += p->linesize[0]; in decode_ybr()
1066 dst_y[x] = get_bits(gb, 8); in decode_ybr()
1074 pred_TL[0] = pred_L[0] = dst_y[-p->linesize[0]]; in decode_ybr()
1079 pred_T[0] = dst_y[-p->linesize[0] + x]; in decode_ybr()
1087 … dst_y[x] = pred_L[0] = (y + ((3 * (pred_T[0] + pred_L[0]) - 2 * pred_TL[0]) >> 2)) & 0xff; in decode_ybr()
1097 dst_y += p->linesize[0]; in decode_ybr()
1106 uint8_t *dst_a, *dst_y, *dst_u, *dst_v; in decode_aybri() local
1110 dst_y = p->data[0]; in decode_aybri()
1117 dst_y[x] = get_bits(gb, 8); in decode_aybri()
1133 dst_y[x] = pred[1] = (y + pred[1]) & 0xff; in decode_aybri()
1140 dst_y += p->linesize[0]; in decode_aybri()
1148 dst_y[x] = get_bits(gb, 8); in decode_aybri()
1157 pred_L[1] = dst_y[-p->linesize[0]]; in decode_aybri()
1168 dst_y[x] = pred_L[1] = (y + pred_L[1]) & 0xff; in decode_aybri()
1175 dst_y += p->linesize[0]; in decode_aybri()
1184 uint8_t *dst_a, *dst_y, *dst_u, *dst_v; in decode_aybr() local
1188 dst_y = p->data[0]; in decode_aybr()
1195 dst_y[x] = get_bits(gb, 8); in decode_aybr()
1211 dst_y[x] = pred[1] = (y + pred[1]) & 0xff; in decode_aybr()
1218 dst_y += p->linesize[0]; in decode_aybr()
1226 dst_y[x] = get_bits(gb, 8); in decode_aybr()
1235 pred_TL[1] = pred_L[1] = dst_y[-p->linesize[0]]; in decode_aybr()
1241 pred_T[1] = dst_y[-p->linesize[0] + x]; in decode_aybr()
1251 … dst_y[x] = pred_L[1] = (y + ((3 * (pred_T[1] + pred_L[1]) - 2 * pred_TL[1]) >> 2)) & 0xff; in decode_aybr()
1263 dst_y += p->linesize[0]; in decode_aybr()