Searched refs:width2 (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dconstrnt.cpp182 double width2, height2; local
183 constrainedObject->GetBoundingBoxMax(&width2, &height2);
208 double width2, height2; local
209 constrainedObject->GetBoundingBoxMax(&width2, &height2);
230 double width2, height2; local
231 constrainedObject->GetBoundingBoxMax(&width2, &height2);
232 totalObjectWidth += width2;
256 double width2, height2; local
257 constrainedObject->GetBoundingBoxMax(&width2, &height2);
258 startX += (double)(spacingX + (width2/2.
279 double width2, height2; local
322 double width2, height2; local
349 double width2, height2; local
372 double width2, height2; local
395 double width2, height2; local
418 double width2, height2; local
441 double width2, height2; local
464 double width2, height2; local
491 double width2, height2; local
514 double width2, height2; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dhuffyuv.c958 const int width2= s->width>>1; local
1025 leftu= s->dsp.add_hfyu_left_prediction(p->data[1] + 1, s->temp[1], width2-1, leftu);
1026 leftv= s->dsp.add_hfyu_left_prediction(p->data[2] + 1, s->temp[2], width2-1, leftv);
1055 leftu= s->dsp.add_hfyu_left_prediction(udst, s->temp[1], width2, leftu);
1056 leftv= s->dsp.add_hfyu_left_prediction(vdst, s->temp[2], width2, leftv);
1062 s->dsp.add_bytes(udst, udst - fake_ustride, width2);
1063 s->dsp.add_bytes(vdst, vdst - fake_vstride, width2);
1076 leftu= s->dsp.add_hfyu_left_prediction(p->data[1] + 1, s->temp[1], width2-1, leftu);
1077 leftv= s->dsp.add_hfyu_left_prediction(p->data[2] + 1, s->temp[2], width2-1, leftv);
1087 leftu= s->dsp.add_hfyu_left_prediction(p->data[1] + p->linesize[2], s->temp[1], width2, left
1235 const int width2= s->width>>1; local
[all...]
H A Ddwt.c236 const int width2= width>>1; local
240 for(x=0; x<width2; x++){
251 A1= temp[0+width2];
254 b[0+width2] = A1;
256 for(x=1; x+1<width2; x+=2){
257 A3= temp[x+width2];
261 b[x+width2] = A3;
264 A1= temp[x+1+width2];
268 b[x+1+width2] = A1;
275 b[width2
405 const int width2= width>>1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhuffyuvenc.c700 const int width2 = s->width>>1; local
733 leftu = sub_left_prediction(s, s->temp[1], p->data[1], width2, 0);
734 leftv = sub_left_prediction(s, s->temp[2], p->data[2], width2, 0);
743 leftu = sub_left_prediction(s, s->temp[1], p->data[1] + p->linesize[1], width2, leftu);
744 leftv = sub_left_prediction(s, s->temp[2], p->data[2] + p->linesize[2], width2, leftv);
760 s->hencdsp.sub_hfyu_median_pred(s->temp[1], p->data[1] + 2, p->data[1] + fake_ustride + 2, width2 - 2, &leftu, &lefttopu);
761 s->hencdsp.sub_hfyu_median_pred(s->temp[2], p->data[2] + 2, p->data[2] + fake_vstride + 2, width2 - 2, &leftv, &lefttopv);
782 s->hencdsp.sub_hfyu_median_pred(s->temp[1], udst - fake_ustride, udst, width2, &leftu, &lefttopu);
783 s->hencdsp.sub_hfyu_median_pred(s->temp[2], vdst - fake_vstride, vdst, width2, &leftv, &lefttopv);
813 s->hencdsp.diff_bytes(s->temp[2], udst, udst - fake_ustride, width2);
[all...]
H A Dhuffyuvdec.c857 const int width2 = s->width>>1; local
986 leftu = s->hdsp.add_hfyu_left_pred(p->data[1] + 1, s->temp[1], width2 - 1, leftu);
987 leftv = s->hdsp.add_hfyu_left_pred(p->data[2] + 1, s->temp[2], width2 - 1, leftv);
1016 leftu = s->hdsp.add_hfyu_left_pred(udst, s->temp[1], width2, leftu);
1017 leftv = s->hdsp.add_hfyu_left_pred(vdst, s->temp[2], width2, leftv);
1023 s->hdsp.add_bytes(udst, udst - fake_ustride, width2);
1024 s->hdsp.add_bytes(vdst, vdst - fake_vstride, width2);
1037 leftu = s->hdsp.add_hfyu_left_pred(p->data[1] + 1, s->temp[1], width2 - 1, leftu);
1038 leftv = s->hdsp.add_hfyu_left_pred(p->data[2] + 1, s->temp[2], width2 - 1, leftv);
1048 leftu = s->hdsp.add_hfyu_left_pred(p->data[1] + p->linesize[2], s->temp[1], width2, left
[all...]
H A Dsnow_dwt.c185 const int width2 = width >> 1; local
189 for (x = 0; x < width2; x++) {
347 const int width2 = width >> 1; local
351 for (x = 0; x < width2; x++) {
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmstdlib.c145 int width2 = 0; local
185 width2 = 0;
187 width2 += (*iptr - '0');
189 if (bcm_isdigit(*iptr)) width2 *= 10;
204 if ((width == 0) & (width2 == 0)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c441 int wrap, wrap3, width2, skip2; local
456 width2 = ((dstw + 1) >> 1) + (dstx & ~dstw & 1);
507 cb += dst->linesize[1] - width2 - skip2;
508 cr += dst->linesize[2] - width2 - skip2;
592 cb += dst->linesize[1] - width2 - skip2;
593 cr += dst->linesize[2] - width2 - skip2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffplay.c600 int wrap, wrap3, width2, skip2; local
615 width2 = ((dstw + 1) >> 1) + (dstx & ~dstw & 1);
666 cb += dst->linesize[1] - width2 - skip2;
667 cr += dst->linesize[2] - width2 - skip2;
751 cb += dst->linesize[1] - width2 - skip2;
752 cr += dst->linesize[2] - width2 - skip2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dtextctrl.cpp2964 wxCoord width2; local
2967 dc.GetTextExtent(text, &width2, NULL);
2969 wxASSERT_MSG( (width1 <= x) && (x < width2),

Completed in 308 milliseconds