Searched refs:offset_y (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Dtransupp.c86 int ci, offset_y; local
106 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) {
107 jcopy_block_row(src_buffer[offset_y] + x_crop_blocks,
108 dst_buffer[offset_y],
125 int ci, k, offset_y; local
147 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y
191 int ci, k, offset_y; local
252 int ci, i, j, offset_y; local
330 int ci, i, j, offset_x, offset_y; local
383 int ci, i, j, offset_x, offset_y; local
463 int ci, i, j, offset_x, offset_y; local
533 int ci, i, j, offset_y; local
643 int ci, i, j, offset_x, offset_y; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/plot/
H A Dplot.cpp238 wxCoord offset_y = curve->GetOffsetY(); local
241 wxCoord curve_y = (wxCoord)(dy * double_client_height) - offset_y - 1;
308 wxCoord offset_y = curve->GetOffsetY(); local
314 wxCoord y = (wxCoord)(dy * double_client_height) - offset_y - 1;
350 wxCoord offset_y = curve->GetOffsetY(); local
365 curve->DrawOffLine( *dc, client_height-offset_y, last_off, on );
371 curve->DrawOffLine( *dc, client_height-offset_y, last_off, on );
372 curve->DrawOnLine( *dc, client_height-offset_y, on, off, p->m_clientData );
380 curve->DrawOffLine( *dc, client_height-offset_y, off, to );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dgdigrab.c54 int offset_y; /**< Capture y offset (private option) */ member in struct:gdigrab
283 clip_rect.top = gdigrab->offset_y;
285 clip_rect.bottom = gdigrab->height + gdigrab->offset_y;
609 { "offset_y", "capture area y offset", OFFSET(offset_y), AV_OPT_TYPE_INT, {.i64 = 0}, INT_MIN, INT_MAX, DEC },
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-yuv.c55 if (f->offset_y)
112 if (f->offset_y && yi->blanking_dmaptr) {
406 if (f->offset_y)
974 nf->offset_y = (nf->tru_h + nf->src_x < 512 - 16) ? 1 : 0;
H A Divtv-driver.h415 u32 offset_y; member in struct:yuv_frame_info
H A Divtv-irq.c318 if (s->type == IVTV_DEC_STREAM_TYPE_YUV && f->offset_y) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngget.c618 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
623 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
626 *offset_y = info_ptr->y_offset;
617 png_get_oFFs(png_structp png_ptr, png_infop info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) argument
H A Dpngtest.c1015 png_int_32 offset_x, offset_y; local
1018 if (png_get_oFFs(read_ptr, read_info_ptr, &offset_x, &offset_y,
1021 png_set_oFFs(write_ptr, write_info_ptr, offset_x, offset_y, unit_type);
H A Dpngset.c274 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
282 info_ptr->y_offset = offset_y;
273 png_set_oFFs(png_structp png_ptr, png_infop info_ptr, png_int_32 offset_x, png_int_32 offset_y, int unit_type) argument
H A Dpngrutil.c1606 png_int_32 offset_x, offset_y; local
1638 offset_y = png_get_int_32(buf + 4);
1640 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type);
H A Dpng.h2427 png_infop info_ptr, png_int_32 *offset_x, png_int_32 *offset_y,
2433 png_infop info_ptr, png_int_32 offset_x, png_int_32 offset_y,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngget.c582 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
585 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
589 *offset_y = info_ptr->y_offset;
581 png_get_oFFs(png_structp png_ptr, png_infop info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) argument
H A Dpngtest.c921 png_int_32 offset_x, offset_y; local
924 if (png_get_oFFs(read_ptr, read_info_ptr,&offset_x,&offset_y,&unit_type))
926 png_set_oFFs(write_ptr, write_info_ptr, offset_x, offset_y, unit_type);
H A Dpngset.c355 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
362 info_ptr->y_offset = offset_y;
354 png_set_oFFs(png_structp png_ptr, png_infop info_ptr, png_int_32 offset_x, png_int_32 offset_y, int unit_type) argument
H A Dpngrutil.c1515 png_int_32 offset_x, offset_y; local
1547 offset_y = png_get_int_32(buf + 4);
1549 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type);
H A Dpng.h2145 png_infop info_ptr, png_int_32 *offset_x, png_int_32 *offset_y,
2151 png_infop info_ptr, png_int_32 offset_x, png_int_32 offset_y,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddvbsubdec.c1313 int offset_x=0, offset_y=0; local
1322 offset_y = display_def->y;
1343 rect->y = display->y_pos + offset_y;
H A Dvp3.c2124 int offset_x = 0, offset_y = 0; local
2152 offset_y = get_bits(gb, 8); /* offset y, from bottom */
2188 && !offset_x && (offset_y == s->height - visible_height))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddvbsubdec.c776 int offset_x=0, offset_y=0; local
781 offset_y = display_def->y;
821 rect->y = display->y_pos + offset_y;
H A Dvp3.c2237 int offset_x = 0, offset_y = 0; local
2262 offset_y = get_bits(gb, 8); /* offset y, from bottom */
2306 !offset_x && (offset_y == s->height - visible_height))

Completed in 294 milliseconds