Searched refs:y_offset (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mc_template.c41 int x_offset, int y_offset,
54 x_offset, y_offset, qpix_put, chroma_put,
59 x_offset, y_offset, qpix_put, chroma_put, qpix_avg,
113 int y_offset = (i & 2) << 1; local
117 x_offset, y_offset,
123 x_offset, y_offset,
128 dest_y, dest_cb, dest_cr, x_offset, y_offset + 2,
134 dest_y, dest_cb, dest_cr, x_offset, y_offset,
139 dest_y, dest_cb, dest_cr, x_offset + 2, y_offset,
148 int sub_y_offset = y_offset
37 mc_part(H264Context *h, int n, int square, int height, int delta, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int x_offset, int y_offset, qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put, qpel_mc_func *qpix_avg, h264_chroma_mc_func chroma_avg, h264_weight_func *weight_op, h264_biweight_func *weight_avg, int list0, int list1) argument
[all...]
H A Dh264_mb.c40 int height, int y_offset, int list)
44 int full_my = (raw_my >> 2) + y_offset;
53 int height, int y_offset, int list0,
58 y_offset += 16 * (h->mb_y >> MB_FIELD(h));
69 my = get_lowest_part_list_y(h, ref, n, height, y_offset, 0);
82 my = get_lowest_part_list_y(h, ref, n, height, y_offset, 1);
126 int y_offset = (i & 2) << 2; local
129 get_lowest_part_y(h, refs, n, 8, y_offset,
134 get_lowest_part_y(h, refs, n, 4, y_offset,
138 get_lowest_part_y(h, refs, n + 2, 4, y_offset
39 get_lowest_part_list_y(H264Context *h, H264Picture *pic, int n, int height, int y_offset, int list) argument
52 get_lowest_part_y(H264Context *h, int refs[2][48], int n, int height, int y_offset, int list0, int list1, int *nrefs) argument
318 mc_part_std(H264Context *h, int n, int square, int height, int delta, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int x_offset, int y_offset, qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put, qpel_mc_func *qpix_avg, h264_chroma_mc_func chroma_avg, int list0, int list1, int pixel_shift, int chroma_idc) argument
365 mc_part_weighted(H264Context *h, int n, int square, int height, int delta, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int x_offset, int y_offset, qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put, h264_weight_func luma_weight_op, h264_weight_func chroma_weight_op, h264_biweight_func luma_weight_avg, h264_biweight_func chroma_weight_avg, int list0, int list1, int pixel_shift, int chroma_idc) argument
[all...]
H A Dindeo3.c902 uint32_t y_offset, u_offset, v_offset, starts[3], ends[3]; local
963 y_offset = bytestream2_get_le32(&gb);
970 starts[0] = y_offset;
984 if (FFMAX3(y_offset, v_offset, u_offset) >= ctx->data_size - 16 ||
985 FFMIN3(y_offset, v_offset, u_offset) < gb.buffer - bs_hdr + 16 ||
991 ctx->y_data_ptr = bs_hdr + y_offset;
H A Dcavs.c460 int x_offset, int y_offset,
470 dest_y += x_offset * 2 + y_offset * h->l_stride * 2;
471 dest_cb += x_offset + y_offset * h->c_stride;
472 dest_cr += x_offset + y_offset * h->c_stride;
474 y_offset += 8 * h->mby;
479 dest_y, dest_cb, dest_cr, x_offset, y_offset,
489 dest_y, dest_cb, dest_cr, x_offset, y_offset,
456 mc_part_std(AVSContext *h, int chroma_height, int delta, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int x_offset, int y_offset, qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put, qpel_mc_func *qpix_avg, h264_chroma_mc_func chroma_avg, cavs_vector *mv) argument
H A Dlibzvbi-teletextdec.c55 int y_offset; member in struct:TeletextContext
259 sub_rect->y = ctx->y_offset + chop_top * BITMAP_CHAR_HEIGHT;
544 {"txt_top", "y offset of generated bitmaps", OFFSET(y_offset), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 65535, SD},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dradiobox.cpp391 int x_offset,y_offset; local
396 y_offset = y;
401 y_offset = y_current;
445 wxControl::DoSetSize(x_offset,y_offset,width,height,wxSIZE_AUTO);
460 y_offset = y_start;
470 y_offset = y_start;
475 y_offset += maxHeight ; /*+ charHeight/2;*/
479 current->SetSize(x_offset,y_offset,eachWidth[i],eachHeight[i]);
483 y_offset += maxHeight ; /*+ charHeight/2;*/
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dradiobox.cpp380 int x_offset, y_offset; local
387 y_offset = y;
393 y_offset = y_current;
444 wxControl::DoSetSize( x_offset, y_offset, width, height, wxSIZE_AUTO );
453 y_offset = y_start;
464 y_offset = y_start;
469 y_offset += maxHeight ; //+ charHeight / 2
473 current->SetSize( x_offset, y_offset, eachWidth[i], eachHeight[i]);
477 y_offset += maxHeight ; // + charHeight / 2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dradiobox.cpp565 int y_offset = yy; local
601 // wxPoint(x_offset, y_offset) and the new row/column will start at
612 y_offset += cy1;
616 y_offset += cy1/2;
619 int startY = y_offset;
647 y_offset = startY;
653 y_offset += maxHeight;
655 y_offset += cy1/2;
677 DoMoveSibling((*m_radioButtons)[i], x_offset, y_offset, widthBtn, maxHeight);
683 y_offset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/pnx4008/
H A Dsdum.h85 u32 y_offset; member in struct:dumchannel_uf
H A Dpnxrgbfb.c135 chan_uf.y_offset = 0;
H A Dsdum.c548 chan_uf.source, chan_uf.y_offset,
556 dum_data.chan_uf_store[i].y_offset = chan_uf.y_offset;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264.c244 int y_offset, int list){
247 int full_my= (raw_my>>2) + y_offset;
254 int y_offset, int list0, int list1, int *nrefs){
258 y_offset += 16*(s->mb_y >> MB_FIELD);
269 my = get_lowest_part_list_y(h, ref, n, height, y_offset, 0);
281 my = get_lowest_part_list_y(h, ref, n, height, y_offset, 1);
324 int y_offset= (i&2)<<2; local
327 get_lowest_part_y(h, refs, n , 8, y_offset,
330 get_lowest_part_y(h, refs, n , 4, y_offset,
332 get_lowest_part_y(h, refs, n+2, 4, y_offset
243 get_lowest_part_list_y(H264Context *h, Picture *pic, int n, int height, int y_offset, int list) argument
253 get_lowest_part_y(H264Context *h, int refs[2][48], int n, int height, int y_offset, int list0, int list1, int *nrefs) argument
543 mc_part_std(H264Context *h, int n, int square, int height, int delta, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int x_offset, int y_offset, qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put, qpel_mc_func *qpix_avg, h264_chroma_mc_func chroma_avg, int list0, int list1, int pixel_shift, int chroma_idc) argument
587 mc_part_weighted(H264Context *h, int n, int square, int height, int delta, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int x_offset, int y_offset, qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put, h264_weight_func luma_weight_op, h264_weight_func chroma_weight_op, h264_biweight_func luma_weight_avg, h264_biweight_func chroma_weight_avg, int list0, int list1, int pixel_shift, int chroma_idc) argument
674 mc_part(H264Context *h, int n, int square, int height, int delta, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int x_offset, int y_offset, qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put, qpel_mc_func *qpix_avg, h264_chroma_mc_func chroma_avg, h264_weight_func *weight_op, h264_biweight_func *weight_avg, int list0, int list1, int pixel_shift, int chroma_idc) argument
771 int y_offset= (i&2)<<1; local
[all...]
H A Dindeo3.c885 uint32_t y_offset, u_offset, v_offset, starts[3], ends[3]; local
949 y_offset = bytestream2_get_le32(&gb);
956 starts[0] = y_offset;
970 if (FFMAX3(y_offset, v_offset, u_offset) >= ctx->data_size - 16 ||
971 FFMIN3(y_offset, v_offset, u_offset) < gb.buffer - bs_hdr + 16 ||
977 ctx->y_data_ptr = bs_hdr + y_offset;
H A Dcavs.c384 int x_offset, int y_offset,qpel_mc_func *qpix_put,
390 dest_y += 2*x_offset + 2*y_offset*h->l_stride;
391 dest_cb += x_offset + y_offset*h->c_stride;
392 dest_cr += x_offset + y_offset*h->c_stride;
394 y_offset += 8*h->mby;
399 dest_y, dest_cb, dest_cr, x_offset, y_offset,
409 dest_y, dest_cb, dest_cr, x_offset, y_offset,
382 mc_part_std(AVSContext *h,int square,int chroma_height,int delta, uint8_t *dest_y,uint8_t *dest_cb,uint8_t *dest_cr, int x_offset, int y_offset,qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put,qpel_mc_func *qpix_avg, h264_chroma_mc_func chroma_avg, cavs_vector *mv) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddataview.cpp464 gint *y_offset,
555 gint *y_offset,
569 if (y_offset)
570 *y_offset = 0;
580 if (y_offset)
582 *y_offset = (gint)((renderer->yalign *
584 *y_offset = MAX (*y_offset, 0) + renderer->ypad;
551 gtk_wx_cell_renderer_get_size(GtkCellRenderer *renderer, GtkWidget *widget, GdkRectangle *cell_area, gint *x_offset, gint *y_offset, gint *width, gint *height) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngget.c242 return (info_ptr->y_offset);
286 return (info_ptr->y_offset);
626 *offset_y = info_ptr->y_offset;
H A Dpngwutil.c1541 png_write_oFFs(png_structp png_ptr, png_int_32 x_offset, png_int_32 y_offset, argument
1555 png_save_int_32(buf + 4, y_offset);
H A Dpngset.c282 info_ptr->y_offset = offset_y;
H A Dpngwrite.c181 png_write_oFFs(png_ptr, info_ptr->x_offset, info_ptr->y_offset,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngget.c220 else return (info_ptr->y_offset);
256 else return (info_ptr->y_offset);
589 *offset_y = info_ptr->y_offset;
H A Dpng.h717 png_int_32 y_offset; /* y offset on page */ member in struct:png_info_struct
2984 png_int_32 x_offset, png_int_32 y_offset, int unit_type));
H A Dpngwutil.c1468 png_write_oFFs(png_structp png_ptr, png_int_32 x_offset, png_int_32 y_offset, argument
1481 png_save_int_32(buf + 4, y_offset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dtorrent-cell-renderer.c489 gint * y_offset,
514 if( y_offset ) {
517 *y_offset = cell_area ? (int)((cell_area->height - (ypad*2 +h)) / 2.0) : 0;
485 torrent_cell_renderer_get_size( GtkCellRenderer * cell, GtkWidget * widget, const GdkRectangle * cell_area, gint * x_offset, gint * y_offset, gint * width, gint * height ) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dlines.cpp978 double y_offset = y - old_y; local
980 if (m_lineControlPoints && !(x_offset == 0.0 && y_offset == 0.0))
987 point->y += y_offset;
1054 double y_offset = m_ypos - oldY; local
1056 // if (moveControlPoints && m_lineControlPoints && !(x_offset == 0.0 && y_offset == 0.0))
1058 if ((m_from == m_to) && (m_from->GetAttachmentMode() != ATTACHMENT_MODE_NONE) && moveControlPoints && m_lineControlPoints && !(x_offset == 0.0 && y_offset == 0.0))
1067 point->y += y_offset;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimage.cpp363 long y_offset = (y * yFactor + y1) * old_width; local
366 unsigned char *pixel = source_data + 3 * ( y_offset + x * xFactor + x1 ) ;
372 alpha = *(source_alpha + y_offset + x * xFactor + x1) ;
653 // NOTE: below the y_offset and x_offset variables are being set for edge
690 int y_offset = srcpixy + k < 0.0 local
707 // should be pulled from based on the x_offset and y_offset
708 int src_pixel_index = y_offset*M_IMGDATA->m_width + x_offset;

Completed in 377 milliseconds

12