Home
last modified time | relevance | path

Searched defs:dst_width (Results 1 – 9 of 9) sorted by relevance

/external/libyuv/files/source/
Dscale.cc53 uint8* dst, int dst_width) { in ScaleRowDown2_NEON()
70 uint8* dst, int dst_width) { in ScaleRowDown2Int_NEON()
104 uint8* dst_ptr, int dst_width) { in ScaleRowDown4_NEON()
125 uint8* dst_ptr, int dst_width) { in ScaleRowDown4Int_NEON()
271 uint8* dst_ptr, int dst_width) { in ScaleRowDown2_SSE2()
299 uint8* dst_ptr, int dst_width) { in ScaleRowDown2Int_SSE2()
343 uint8* dst_ptr, int dst_width) { in ScaleRowDown4_SSE2()
375 uint8* dst_ptr, int dst_width) { in ScaleRowDown4Int_SSE2()
434 uint8* dst_ptr, int dst_width) { in ScaleRowDown8_SSE2()
467 uint8* dst_ptr, int dst_width) { in ScaleRowDown8Int_SSE2()
[all …]
Dgeneral.cc75 int dst_width, int dst_height) in I420Crop()
124 int dst_width, int dst_height) in I420CropPad()
/external/webp/src/enc/
Dpicture.c228 int32_t* frow, int32_t* irow, int dst_width) { in ImportRow()
266 static void ExportRow(int32_t* frow, int32_t* irow, uint8_t* dst, int dst_width, in ExportRow()
280 int dst_width, int dst_height, int dst_stride, in RescalePlane()
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_stretch.c179 int dst_width; in SDL_SoftStretch() local
/external/webp/src/dec/
Dwebpi.h37 int dst_width, dst_height; // destination dimensions member
Dio.c426 int dst_width, int dst_height, int dst_stride, in InitRescaler()
/external/chromium/chrome/browser/ui/gtk/
Dnine_box.cc112 int dst_width = dst->allocation.width; in RenderToWidgetWithOpacity() local
/external/opencv/cv/src/
Dcvderiv.cpp50 int dst_width, buffer_step = 0; in icvSepConvSmall3_32f() local
Dcvlkpyramid.cpp229 int src_width = src_size.width, dst_width = src_size.width-2; in icvCalcIxIy_32f() local