Searched refs:end_x (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dbbox.c30 int end_x; local
44 for (end_x = w - 1; end_x >= start_x; end_x--)
46 if ((data[y * linesize + end_x] > min_val))
72 bbox->x2 = end_x;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvideodsp_template.c32 int start_y, start_x, end_y, end_x; local
57 end_x = FFMIN(block_w, w-src_x);
59 av_assert2(start_x < end_x && block_w);
61 w = end_x - start_x;
95 for (x = end_x; x < block_w; x++) {
96 bufp[x] = bufp[end_x - 1];
H A Dvp9.c2152 int end_x = FFMIN(2 * (s->cols - col), w4); local
2178 MERGE(a, end_x, step, rd); \
2183 for (x = 0; x < end_x; x += step, n += step * step) { \
2228 SPLAT(a, end_x, step, end_x == w4); \
2256 for (x = 0; x < end_x; x += step, n += step * step) { \
2274 end_x >>= 1;
2450 int end_x = FFMIN(2 * (s->cols - col), w4); local
2460 for (x = 0; x < end_x; x += step1d, ptr += 4 * step1d,
2484 end_x >>
2743 int end_x = FFMIN(2 * (s->cols - col), w4); local
[all...]
H A Dh264_slice.c2232 static void loop_filter(H264Context *h, int start_x, int end_x) argument
2242 for (mb_x = start_x; mb_x < end_x; mb_x++)
2295 h->mb_x = end_x;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvideodsp_init.c143 x86_reg start_y, start_x, end_y, end_x, src_y_add = 0, p; local
168 end_x = FFMIN(block_w, w-src_x);
169 av_assert2(start_x < end_x && block_w > 0);
174 w = end_x - start_x;
194 p = block_w - end_x;
197 hfix_tbl[(p - 1) >> 1](dst + end_x - (p & 1), dst_stride,
200 h_extend_var(dst + end_x - (p & 1), dst_stride,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/plot/
H A Dplot.cpp298 int end_x = wxMin( to, (int)floor(curve->GetEndX()*zoom) ); local
301 end_x = wxMin( view_x + client_width, end_x );
303 end_x++;
311 for (int x = start_x; x < end_x; x++)
343 int end_x = wxMin( to, (int)floor(curve->GetEndX()*zoom) ); local
346 end_x = wxMin( view_x + client_width, end_x );
348 end_x++;
363 if (end_x < o
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dlines.cpp1028 double end_x, end_y; local
1031 FindLineEndPoints(&end_x, &end_y, &other_end_x, &other_end_y);
1039 first_point->x = end_x; first_point->y = end_y;
1046 SetEnds(end_x, end_y, other_end_x, other_end_y);
1049 FindLineEndPoints(&end_x, &end_y, &other_end_x, &other_end_y);
1050 SetEnds(end_x, end_y, other_end_x, other_end_y);
1087 double end_x = 0.0, end_y = 0.0; local
1107 m_from->GetAttachmentPosition(m_attachmentFrom, &end_x, &end_y, nth, no_arcs, this);
1112 &end_x, &end_y);
1136 m_from->GetAttachmentPosition(m_attachmentFrom, &end_x,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dusbtouchscreen.c868 int x, y, begin_x, begin_y, end_x, end_y, w, h, ret; local
897 begin_x = end_x = begin_y = end_y = -1;
903 if (end_x == -1 && begin_x != -1 && packet->data[x] < NEXIO_THRESHOLD) {
904 end_x = x - 1;
913 w = end_x - begin_x;
923 begin_x = end_x = -1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Ddsputil_yasm.asm485 ; x86_reg start_x, x86_reg end_x, x86_reg block_w);
488 ; w = end_x - start_x
514 sub w_reg, r6m ; w = start_x - end_x
565 ; now r3(64)/r0(32)=buf,r2=linesize,r11/r5=block_h,r6/r3=val, r10/r6=end_x, r1=block_w
571 mov w_reg, r7m ; end_x
575 jz .h_extend_end ; if (end_x == block_w) goto h_extend_end
853 ; r3/r0=buf+block_h*linesize, r2=linesize, r11/r5=block_h, r0/r6=end_x, r6/r3=val
942 ; r11(64)/r3(later-64)/r2(32)=cnt_reg,r6(64)/r3(32)=val_reg,r10(64)/r6(32)=w=end_x-start_x
1008 ; r10(64)/r6(32)=end_x,r6/r3=val,r1=cntr
H A Ddsputil_mmx.c1674 x86_reg start_x, x86_reg end_x,
1685 int start_y, start_x, end_y, end_x, src_y_add=0; local
1705 end_x= FFMIN(block_w, w-src_x);
1706 assert(start_x < end_x && block_w > 0);
1712 core_fn(buf, src, linesize, start_y, end_y, block_h, start_x, end_x, block_w);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddsputil_template.c131 int start_y, start_x, end_y, end_x; local
151 end_x= FFMIN(block_w, w-src_x);
153 assert(start_x < end_x && block_w);
155 w = end_x - start_x;
188 for(x=end_x; x<block_w; x++){
189 bufp[x] = bufp[end_x - 1];
H A Dh264.c3558 static void loop_filter(H264Context *h, int start_x, int end_x){ argument
3568 for(mb_x= start_x; mb_x<end_x; mb_x++){
3613 s->mb_x= end_x;

Completed in 311 milliseconds