Home
last modified time | relevance | path

Searched refs:dst_width (Results 1 – 7 of 7) sorted by relevance

/external/webp/src/enc/
Dpicture.c228 int32_t* frow, int32_t* irow, int dst_width) { in ImportRow() argument
229 const int x_expand = (src_width < dst_width); in ImportRow()
230 const int fx_scale = (1 << RFIX) / dst_width; in ImportRow()
236 for (x_out = 0; x_out < dst_width; ++x_out) { in ImportRow()
237 x_accum += src_width - dst_width; in ImportRow()
238 for (; x_accum > 0; x_accum -= dst_width) { in ImportRow()
244 frow[x_out] = (sum + base) * dst_width - frac; in ImportRow()
250 for (x_out = 0; x_out < dst_width; ++x_out) { in ImportRow()
254 x_accum += dst_width - 1; in ImportRow()
256 frow[x_out] = right * (dst_width - 1) + (left - right) * x_accum; in ImportRow()
[all …]
/external/chromium/chrome/browser/ui/gtk/
Dnine_box.cc112 int dst_width = dst->allocation.width; in RenderToWidgetWithOpacity() local
119 int x2 = images_[2] ? dst_width - gdk_pixbuf_get_width(images_[2]) : x1; in RenderToWidgetWithOpacity()
135 cairo_translate(cr, dst_width, 0.0f); in RenderToWidgetWithOpacity()
153 TileImage(cr, images_[5], x2, y1, dst_width - x2, y2 - y1, opacity); in RenderToWidgetWithOpacity()
/external/webp/src/dec/
Dio.c426 int dst_width, int dst_height, int dst_stride, in InitRescaler() argument
429 wrk->x_expand = (src_width < dst_width); in InitRescaler()
432 wrk->dst_width = dst_width; in InitRescaler()
448 wrk->frow = work + dst_width; in InitRescaler()
458 for (x_out = 0; x_out < wrk->dst_width; ++x_out) { in ImportRow()
473 for (x_out = 0; x_out < wrk->dst_width; ++x_out) { in ImportRow()
484 for (x_out = 0; x_out < wrk->dst_width; ++x_out) { in ImportRow()
493 for (x_out = 0; x_out < wrk->dst_width; ++x_out) { in ExportRow()
624 dst, p->scaler_y.dst_width); in ExportRGB()
660 for (i = 0; i < p->scaler_a.dst_width; ++i) { in ExportAlpha()
Dwebpi.h37 int dst_width, dst_height; // destination dimensions member
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_stretch.c179 int dst_width; in SDL_SoftStretch() local
253 dst_width = dstrect->w*bpp; in SDL_SoftStretch()
/external/opencv/cv/src/
Dcvderiv.cpp50 int dst_width, buffer_step = 0; in icvSepConvSmall3_32f() local
60 dst_width = src_size.width - 2; in icvSepConvSmall3_32f()
67 src_size.width = dst_width; in icvSepConvSmall3_32f()
70 dst_width = 0; in icvSepConvSmall3_32f()
73 assert( src_step >= src_size.width && dst_step >= dst_width ); in icvSepConvSmall3_32f()
97 for( x = 0; x < dst_width; x++ ) in icvSepConvSmall3_32f()
Dcvlkpyramid.cpp229 int src_width = src_size.width, dst_width = src_size.width-2; in icvCalcIxIy_32f() local
248 for( x = 0; x < dst_width; x++ ) in icvCalcIxIy_32f()