Searched refs:lefty (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dhuffyuv.c1001 int lefty, leftu, leftv; local
1015 lefty= p->data[0][1]= get_bits(&s->gb, 8);
1023 lefty= s->dsp.add_hfyu_left_prediction(p->data[0] + 2, s->temp[0], width-2, lefty);
1037 lefty= s->dsp.add_hfyu_left_prediction(ydst, s->temp[0], width, lefty);
1053 lefty= s->dsp.add_hfyu_left_prediction(ydst, s->temp[0], width, lefty);
1074 lefty= s->dsp.add_hfyu_left_prediction(p->data[0] + 2, s->temp[0], width-2, lefty);
1263 int lefty, leftu, leftv, y, cy; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhuffyuvenc.c725 int lefty, leftu, leftv, y, cy; local
728 put_bits(&s->pb, 8, lefty = p->data[0][1]);
732 lefty = sub_left_prediction(s, s->temp[0], p->data[0], width , 0);
742 lefty = sub_left_prediction(s, s->temp[0], p->data[0] + p->linesize[0], width , lefty);
750 lefty = sub_left_prediction(s, s->temp[0], p->data[0] + fake_ystride, 4, lefty);
759 s->hencdsp.sub_hfyu_median_pred(s->temp[0], p->data[0] + 4, p->data[0] + fake_ystride + 4, width - 4, &lefty, &lefttopy);
771 s->hencdsp.sub_hfyu_median_pred(s->temp[0], ydst - fake_ystride, ydst, width, &lefty, &lefttopy);
781 s->hencdsp.sub_hfyu_median_pred(s->temp[0], ydst - fake_ystride, ydst, width, &lefty,
[all...]
H A Dhuffyuvdec.c961 int lefty, leftu, leftv; local
976 lefty = p->data[0][1] = get_bits(&s->gb, 8);
984 lefty = s->hdsp.add_hfyu_left_pred(p->data[0] + 2, s->temp[0], width - 2, lefty);
998 lefty = s->hdsp.add_hfyu_left_pred(ydst, s->temp[0], width, lefty);
1014 lefty = s->hdsp.add_hfyu_left_pred(ydst, s->temp[0], width, lefty);
1035 lefty = s->hdsp.add_hfyu_left_pred(p->data[0] + 2, s->temp[0], width - 2, lefty);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djfreechart-1.0.13.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jfree/ org/jfree/chart/ org/jfree/chart/annotations/ ...

Completed in 146 milliseconds