Searched refs:cy (Results 51 - 75 of 165) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dcavs.c84 memcpy(&h->top_border_y[h->mbx*16], h->cy + 15* h->l_stride,16);
88 h->left_border_y[i*2+1] = *(h->cy + 15 + (i*2+0)*h->l_stride);
89 h->left_border_y[i*2+2] = *(h->cy + 15 + (i*2+1)*h->l_stride);
116 h->cdsp.cavs_filter_lv(h->cy,h->l_stride,alpha,beta,tc,bs[0],bs[1]);
122 h->cdsp.cavs_filter_lv(h->cy + 8,h->l_stride,alpha,beta,tc,bs[2],bs[3]);
123 h->cdsp.cavs_filter_lh(h->cy + 8*h->l_stride,h->l_stride,alpha,beta,tc,
129 h->cdsp.cavs_filter_lh(h->cy,h->l_stride,alpha,beta,tc,bs[4],bs[5]);
165 h->intern_border_y[i+1] = *(h->cy + 7 + i*h->l_stride);
180 memcpy(&top[1],h->cy + 7*h->l_stride,16);
189 h->intern_border_y[i+9] = *(h->cy
460 int ax, ay, bx, by, cx, cy; local
[all...]
H A Dhuffyuv.c926 int h, cy, i; local
936 cy= y>>1;
938 cy= y;
942 offset[1] = s->picture.linesize[1]*cy;
943 offset[2] = s->picture.linesize[2]*cy;
1000 int y, cy; local
1029 for(cy=y=1; y<s->height; y++,cy++){
1049 udst= p->data[1] + p->linesize[1]*cy;
1050 vdst= p->data[2] + p->linesize[2]*cy;
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 Dcavs.c119 memcpy(&h->top_border_y[h->mbx * 16], h->cy + 15 * h->l_stride, 16);
123 h->left_border_y[i * 2 + 1] = *(h->cy + 15 + (i * 2 + 0) * h->l_stride);
124 h->left_border_y[i * 2 + 2] = *(h->cy + 15 + (i * 2 + 1) * h->l_stride);
151 h->cdsp.cavs_filter_lv(h->cy, h->l_stride, alpha, beta, tc, bs[0], bs[1]);
159 h->cdsp.cavs_filter_lv(h->cy + 8, h->l_stride, alpha, beta, tc, bs[2], bs[3]);
160 h->cdsp.cavs_filter_lh(h->cy + 8 * h->l_stride, h->l_stride, alpha, beta, tc, bs[6], bs[7]);
165 h->cdsp.cavs_filter_lh(h->cy, h->l_stride, alpha, beta, tc, bs[4], bs[5]);
204 h->intern_border_y[i + 1] = *(h->cy + 7 + i * h->l_stride);
219 memcpy(&top[1], h->cy + 7 * h->l_stride, 16);
228 h->intern_border_y[i + 9] = *(h->cy
552 int ax, ay, bx, by, cx, cy; local
[all...]
H A Dsanm.c1067 static int opcode_0xf7(SANMVideoContext *ctx, int cx, int cy, int block_size, int pitch) argument
1069 uint16_t *dst = ctx->frm0 + cx + cy * ctx->pitch;
1101 static int opcode_0xf8(SANMVideoContext *ctx, int cx, int cy, int block_size, int pitch) argument
1103 uint16_t *dst = ctx->frm0 + cx + cy * ctx->pitch;
1129 static int good_mvec(SANMVideoContext *ctx, int cx, int cy, int mx, int my, argument
1132 int start_pos = cx + mx + (cy + my) * ctx->pitch;
1140 cx + mx, cy + my, cx, cy, block_size);
1145 static int codec2subblock(SANMVideoContext *ctx, int cx, int cy, int blk_size) argument
1160 if (good_mvec(ctx, cx, cy, m
1232 int cx, cy, ret; local
[all...]
H A Dhuffyuvdec.c797 int h, cy, i; local
807 cy = y>>1;
809 cy = y;
813 offset[1] = frame->linesize[1] * cy;
814 offset[2] = frame->linesize[2] * cy;
960 int y, cy; local
990 for (cy = y = 1; y < s->height; y++, cy++) {
1010 udst = p->data[1] + p->linesize[1]*cy;
1011 vdst = p->data[2] + p->linesize[2]*cy;
[all...]
H A Dhuffyuvenc.c725 int lefty, leftu, leftv, y, cy; local
740 cy = y = 1;
747 y++; cy++;
763 y++; cy++;
765 for (; y < height; y++,cy++) {
769 while (2 * cy > y) {
778 udst = p->data[1] + p->linesize[1] * cy;
779 vdst = p->data[2] + p->linesize[2] * cy;
788 for (cy = y = 1; y < height; y++, cy
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtglbtn.cpp50 #define BUTTON_HEIGHT_FROM_CHAR_HEIGHT(cy) (11*EDIT_HEIGHT_FROM_CHAR_HEIGHT(cy)/10)
H A Dslider95.cpp426 int cy; local
432 GetTextExtent(Format(m_rangeMin), &wLabelMin, &cy); local
433 GetTextExtent(Format(m_rangeMax), &wLabelMax, &cy); local
439 cy = GetCharHeight();
442 return EDIT_HEIGHT_FROM_CHAR_HEIGHT(cy);
H A Downerdrw.cpp368 xText, rc.y + (int) ((rc.GetHeight()-sizeRect.cy)/2.0), // centre text vertically
369 rc.GetWidth()-margin, sizeRect.cy,
385 rc.GetWidth()-16-accel_width, rc.y+(int) ((rc.GetHeight()-sizeRect.cy)/2.0),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dyuv2rgb.c623 int64_t cy = 1<<16; local
629 cy = (cy*255) / 219;
638 cy = (cy *contrast ) >> 16;
647 c->yCoeff= roundToInt16(cy *8192) * 0x0001000100010001ULL;
654 c->yuv2rgb_y_coeff = (int16_t)roundToInt16(cy <<13);
661 //scale coefficients by cy
662 crv = ((crv << 16) + 0x8000) / cy;
663 cbu = ((cbu << 16) + 0x8000) / cy;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_deshake.c75 { "y", "set y for the rectangular search area", OFFSET(cy), AV_OPT_TYPE_INT, {.i64=-1}, -1, INT_MAX, .flags = FLAGS },
127 uint8_t *src2, int cx, int cy, int stride,
135 #define CMP(i, j) deshake->c.sad[0](NULL, src1 + cy * stride + cx, \
143 diff = CMP(cx - x, cy - y);
155 diff = CMP(cx - x, cy - y);
173 diff = CMP(cx - x, cy - y);
189 //av_log(NULL, AV_LOG_ERROR, "Final: (%d, %d) = %d x %d\n", cx, cy, mv->x, mv->y);
221 static double block_angle(int x, int y, int cx, int cy, IntMotionVector *shift) argument
225 a1 = atan2(y - cy, x - cx);
226 a2 = atan2(y - cy
126 find_block_motion(DeshakeContext *deshake, uint8_t *src1, uint8_t *src2, int cx, int cy, int stride, IntMotionVector *mv) argument
[all...]
H A Ddeshake.h92 int cy; member in struct:__anon3350
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dpile.cpp228 int cx, cy; local
229 GetTopCardPos(cx, cy);
230 return ((cx - x) * (cx - x) + (cy - y) * (cy - y));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/alpha/
H A Dmpih-mul1.S66 addq $4,$0,$0 # cy_limb = cy_limb + 'cy'
78 addq $4,$0,$0 # cy_limb = cy_limb + 'cy'
83 addq $4,$0,$0 # cy_limb = prod_high + cy
H A Dmpih-mul2.S64 addq $4,$0,$0 # cy_limb = cy_limb + 'cy'
80 addq $4,$0,$0 # cy_limb = cy_limb + 'cy'
88 addq $4,$0,$0 # cy_limb = prod_high + cy
H A Dmpih-mul3.S62 addq $4,$0,$0 # cy_limb = cy_limb + 'cy'
78 addq $4,$0,$0 # cy_limb = cy_limb + 'cy'
86 addq $4,$0,$0 # cy_limb = prod_high + cy
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/alpha/
H A Dmpih-mul1.S66 addq $4,$0,$0 # cy_limb = cy_limb + 'cy'
78 addq $4,$0,$0 # cy_limb = cy_limb + 'cy'
83 addq $4,$0,$0 # cy_limb = prod_high + cy
H A Dmpih-mul2.S64 addq $4,$0,$0 # cy_limb = cy_limb + 'cy'
80 addq $4,$0,$0 # cy_limb = cy_limb + 'cy'
88 addq $4,$0,$0 # cy_limb = prod_high + cy
H A Dmpih-mul3.S62 addq $4,$0,$0 # cy_limb = cy_limb + 'cy'
78 addq $4,$0,$0 # cy_limb = cy_limb + 'cy'
86 addq $4,$0,$0 # cy_limb = prod_high + cy
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dbitmap.cpp260 vHeader.cy = (USHORT)nHeight;
268 vInfo.cy = (USHORT)nHeight;
358 vHeader.cy = nH;
387 vHeader.cy = nH;
603 vHeader.cy = (ULONG)nHeight;
636 vInfo.cy = (ULONG)nHeight;
682 vHeader.cy = (DWORD)(nHeight);
751 vHeader.cy = nHeight;
765 vHeader.cy = (DWORD)(nHeight);
784 vHeader.cy
[all...]
H A Dtooltip.cpp132 ,vSwp.cy
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dyuv2rgb.c729 int64_t cy = 1 << 16; local
734 cy = (cy * 255) / 219;
743 cy = (cy * contrast) >> 16;
752 c->yCoeff = roundToInt16(cy * 8192) * 0x0001000100010001ULL;
759 c->yuv2rgb_y_coeff = (int16_t)roundToInt16(cy << 13);
766 //scale coefficients by cy
767 crv = ((crv << 16) + 0x8000) / FFMAX(cy, 1);
768 cbu = ((cbu << 16) + 0x8000) / FFMAX(cy,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextformatdlg.cpp426 int cy = wxMax(2, (size.y/2) - (h/2)); local
429 cy -= h/2;
431 cy += h/2;
435 dc.DrawText(text, cx, cy);
440 dc.DrawLine(cx, (int) (cy + h/2 + 0.5), cx + w, (int) (cy + h/2 + 0.5));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dtextctrlce.cpp253 int cx, cy; local
254 wxGetCharSize(GetHWND(), &cx, &cy, GetFont()); local
256 sizeText.y = EDIT_HEIGHT_FROM_CHAR_HEIGHT(cy);
1107 int cx, cy; local
1108 wxGetCharSize(GetBuddyHwnd(), &cx, &cy, GetFont()); local
1112 int hText = cy;
1121 hText += EDIT_HEIGHT_FROM_CHAR_HEIGHT(cy) - cy;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dbutton.cpp114 #define BUTTON_HEIGHT_FROM_CHAR_HEIGHT(cy) (11*EDIT_HEIGHT_FROM_CHAR_HEIGHT(cy)/10)

Completed in 228 milliseconds

1234567