Searched defs:dest_width (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dgen_scalers.c24 * unsigned int dest_width : Stride of destination (NOT USED).
39 unsigned int dest_width) {
45 (void) dest_width;
71 unsigned int dest_width) {
77 for (i = 0; i < dest_width; i++) {
104 * unsigned int dest_width : Stride of destination (NOT USED).
120 unsigned int dest_width) {
126 (void) dest_width;
149 unsigned int dest_width) {
155 for (i = 0; i < dest_width;
36 vp8_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width) argument
67 vp8_vertical_band_5_4_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument
117 vp8_horizontal_line_5_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width) argument
145 vp8_vertical_band_5_3_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument
192 vp8_horizontal_line_2_1_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width) argument
211 vp8_vertical_band_2_1_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument
221 vp8_vertical_band_2_1_scale_i_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument
[all...]
H A Dvpx_scale.c214 * unsigned int dest_width : Width of destination image.
244 unsigned int dest_width,
349 horiz_line_scale(source, source_width, dest, dest_width);
361 horiz_line_scale(source, source_width, temp_area, dest_width);
375 temp_area + (i + 1)*dest_pitch, dest_width);
379 vert_band_scale(temp_area + dest_pitch, dest_pitch, dest, dest_pitch, dest_width);
382 vpx_memcpy(temp_area, temp_area + source_band_height * dest_pitch, dest_width);
405 Scale1Dh(source, 1, hscale, source_width + 1, dest, 1, hratio, dest_width);
422 Scale1Dh(source, 1, hscale, source_width + 1, temp_area, 1, hratio, dest_width);
432 temp_area + i * dest_pitch, 1, hratio, dest_width);
235 Scale2D( unsigned char *source, int source_pitch, unsigned int source_width, unsigned int source_height, unsigned char *dest, int dest_pitch, unsigned int dest_width, unsigned int dest_height, unsigned char *temp_area, unsigned char temp_area_height, unsigned int hscale, unsigned int hratio, unsigned int vscale, unsigned int vratio, unsigned int interlaced ) argument
[all...]
/external/libvpx/libvpx/vpx_scale/generic/
H A Dgen_scalers.c24 * unsigned int dest_width : Stride of destination (NOT USED).
39 unsigned int dest_width) {
45 (void) dest_width;
71 unsigned int dest_width) {
77 for (i = 0; i < dest_width; i++) {
104 * unsigned int dest_width : Stride of destination (NOT USED).
120 unsigned int dest_width) {
126 (void) dest_width;
149 unsigned int dest_width) {
155 for (i = 0; i < dest_width;
36 vp8_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width) argument
67 vp8_vertical_band_5_4_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument
117 vp8_horizontal_line_5_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width) argument
145 vp8_vertical_band_5_3_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument
192 vp8_horizontal_line_2_1_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width) argument
211 vp8_vertical_band_2_1_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument
221 vp8_vertical_band_2_1_scale_i_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument
[all...]
H A Dvpx_scale.c214 * unsigned int dest_width : Width of destination image.
244 unsigned int dest_width,
349 horiz_line_scale(source, source_width, dest, dest_width);
361 horiz_line_scale(source, source_width, temp_area, dest_width);
375 temp_area + (i + 1)*dest_pitch, dest_width);
379 vert_band_scale(temp_area + dest_pitch, dest_pitch, dest, dest_pitch, dest_width);
382 vpx_memcpy(temp_area, temp_area + source_band_height * dest_pitch, dest_width);
405 Scale1Dh(source, 1, hscale, source_width + 1, dest, 1, hratio, dest_width);
422 Scale1Dh(source, 1, hscale, source_width + 1, temp_area, 1, hratio, dest_width);
432 temp_area + i * dest_pitch, 1, hratio, dest_width);
235 Scale2D( unsigned char *source, int source_pitch, unsigned int source_width, unsigned int source_height, unsigned char *dest, int dest_pitch, unsigned int dest_width, unsigned int dest_height, unsigned char *temp_area, unsigned char temp_area_height, unsigned int hscale, unsigned int hratio, unsigned int vscale, unsigned int vratio, unsigned int interlaced ) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
H A Dva_image.c145 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height)
143 vlVaPutImage(VADriverContextP ctx, VASurfaceID surface, VAImageID image, int src_x, int src_y, unsigned int src_width, unsigned int src_height, int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height) argument
H A Dva_subpicture.c125 unsigned short dest_width,
121 vlVaAssociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces, short src_x, short src_y, unsigned short src_width, unsigned short src_height, short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height, unsigned int flags) argument
/external/mesa3d/src/gallium/state_trackers/va/
H A Dva_image.c145 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height)
143 vlVaPutImage(VADriverContextP ctx, VASurfaceID surface, VAImageID image, int src_x, int src_y, unsigned int src_width, unsigned int src_height, int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height) argument
H A Dva_subpicture.c125 unsigned short dest_width,
121 vlVaAssociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces, short src_x, short src_y, unsigned short src_width, unsigned short src_height, short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height, unsigned int flags) argument
/external/pdfium/core/src/fxge/apple/
H A Dfx_apple_platform.cpp36 int dest_width,
33 RenderGlyph_Nativetext(CFX_Font * pFont, FX_DWORD glyph_index, const CFX_AffineMatrix * pMatrix, int dest_width, int anti_alias) argument
/external/chromium_org/skia/ext/
H A Dimage_operations.cc98 int dest_width, int dest_height,
181 int dest_width, int dest_height,
189 float scale_x = static_cast<float>(dest_width) /
342 int dest_width, int dest_height,
346 return ResizeSubpixel(source, dest_width, dest_height,
349 return ResizeBasic(source, method, dest_width, dest_height, dest_subset,
356 int dest_width, int dest_height,
361 "dst_pixels", dest_width*dest_height);
375 w = dest_width < source.width() ? 3 : 1;
383 const int width = dest_width *
179 ResizeFilter(ImageOperations::ResizeMethod method, int src_full_width, int src_full_height, int dest_width, int dest_height, const SkIRect& dest_subset) argument
340 Resize(const SkBitmap& source, ResizeMethod method, int dest_width, int dest_height, const SkIRect& dest_subset, SkBitmap::Allocator* allocator) argument
355 ResizeSubpixel(const SkBitmap& source, int dest_width, int dest_height, const SkIRect& dest_subset, SkBitmap::Allocator* allocator) argument
[all...]
H A Dconvolver_unittest.cc99 int dest_width = src_width / 2; local
101 int dest_byte_count = dest_width * dest_height * 4;
112 FillBoxFilter(dest_width, &filter_x);
122 for (int x = 0; x < dest_width; x++) {
130 int difference = value - output[(y * dest_width + x) * 4 + channel];
217 unsigned int dest_width,
222 for (unsigned int p = 0; p < dest_width; ++p) {
223 unsigned int offset = source_width * p / dest_width;
241 result_c.allocN32Pixels(dest_width, dest_height);
242 result_sse.allocN32Pixels(dest_width, dest_heigh
215 VerifySIMD(unsigned int source_width, unsigned int source_height, unsigned int dest_width, unsigned int dest_height) argument
325 unsigned int dest_width = dest_sizes[j][0]; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/win32/
H A Dscaleopt.c40 * unsigned int dest_width : Stride of destination (NOT USED).
58 unsigned int dest_width
66 (void) dest_width;
85 (void) dest_width;
140 void vertical_band_5_4_scale_mmx(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) { argument
152 mov ebx, dest_width
231 unsigned int dest_width
234 (void) dest_width;
323 void vertical_band_5_3_scale_mmx(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) { argument
338 mov ebx, dest_width; local
451 vertical_band_2_1_scale_mmx(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument
462 vertical_band_2_1_scale_i_mmx(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument
[all...]
/external/libvpx/libvpx/vpx_scale/win32/
H A Dscaleopt.c40 * unsigned int dest_width : Stride of destination (NOT USED).
58 unsigned int dest_width
66 (void) dest_width;
85 (void) dest_width;
140 void vertical_band_5_4_scale_mmx(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) { argument
152 mov ebx, dest_width
231 unsigned int dest_width
234 (void) dest_width;
323 void vertical_band_5_3_scale_mmx(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) { argument
338 mov ebx, dest_width; local
451 vertical_band_2_1_scale_mmx(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument
462 vertical_band_2_1_scale_i_mmx(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument
[all...]
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_linux.cpp28 int dest_width, int anti_alias)
27 RenderGlyph_Nativetext(CFX_Font* pFont, FX_DWORD glyph_index, const CFX_AffineMatrix* pMatrix, int dest_width, int anti_alias) argument
H A Dfx_ge_device.cpp366 int dest_width, int dest_height, FX_DWORD flags,
369 FX_RECT dest_rect(left, top, left + dest_width, top + dest_height);
375 return m_pDeviceDriver->StretchDIBits(pBitmap, 0, left, top, dest_width, dest_height, &clip_box, flags, 0, pIccTransform, blend_mode);
384 int dest_width, int dest_height, FX_DWORD argb, FX_DWORD flags,
387 FX_RECT dest_rect(left, top, left + dest_width, top + dest_height);
390 return m_pDeviceDriver->StretchDIBits(pBitmap, argb, left, top, dest_width, dest_height, &clip_box, flags, alpha_flag, pIccTransform);
365 StretchDIBits(const CFX_DIBSource* pBitmap, int left, int top, int dest_width, int dest_height, FX_DWORD flags, void* pIccTransform, int blend_mode) argument
383 StretchBitMask(const CFX_DIBSource* pBitmap, int left, int top, int dest_width, int dest_height, FX_DWORD argb, FX_DWORD flags, int alpha_flag, void* pIccTransform) argument
H A Dfx_ge_ps.cpp317 int dest_width, int dest_height, FX_DWORD flags,
321 CFX_AffineMatrix matrix((FX_FLOAT)(dest_width), 0.0f, 0.0f, (FX_FLOAT)(-dest_height),
316 StretchDIBits(const CFX_DIBSource* pSource, FX_DWORD color, int dest_left, int dest_top, int dest_width, int dest_height, FX_DWORD flags, int alpha_flag, void* pIccTransform) argument
/external/chromium_org/media/base/simd/
H A Dconvert_yuv_to_rgb_c.cc188 int dest_width,
192 for (int i = 0; i < dest_width; i += 2) {
206 if ((i + 1) < dest_width) {
184 LinearScaleYUVToRGB32RowWithRange_C(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int dest_width, int x, int source_dx, const int16 convert_table[1024][4]) argument
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec.cpp106 void CCodec_ScanlineDecoder::DownScale(int dest_width, int dest_height) argument
108 if (dest_width < 0) {
109 dest_width = -dest_width;
114 v_DownScale(dest_width, dest_height);
259 virtual void v_DownScale(int dest_width, int dest_height) {} argument
H A Dfx_codec_fax.cpp547 virtual void v_DownScale(int dest_width, int dest_height) {} argument
H A Dfx_codec_flate.cpp580 virtual void v_DownScale(int dest_width, int dest_height) {} argument
/external/chromium_org/media/base/
H A Dyuv_convert.cc419 int dest_width,
429 CHECK_LE(dest_width, source_width);
433 DCHECK(dest_rect_left >= 0 && dest_rect_right <= dest_width);
441 int x_step = kFractionMax * source_width / dest_width;
413 ScaleYUVToRGB32WithRect(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int source_width, int source_height, int dest_width, int dest_height, int dest_rect_left, int dest_rect_top, int dest_rect_right, int dest_rect_bottom, int y_pitch, int uv_pitch, int rgb_pitch) argument
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcState.cpp185 float dest_width = fOrigBitmap.width() / invScaleX; local
197 dest_width,
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_print.cpp54 int dest_width, int dest_height, const FX_RECT* pClipRect, FX_DWORD flags,
62 if (dest_width < 0 || dest_height < 0) {
63 CFX_DIBitmap* pFlipped = pSource->FlipImage(dest_width < 0, dest_height < 0);
67 if (dest_width < 0) {
68 dest_left += dest_width;
73 FX_BOOL ret = GDI_StretchBitMask(pFlipped, dest_left, dest_top, abs(dest_width), abs(dest_height), color, flags, alpha_flag, pIccTransform);
82 return GDI_StretchBitMask(pBitmap, dest_left, dest_top, dest_width, dest_height, color, flags, alpha_flag, pIccTransform);
88 if (dest_width < 0 || dest_height < 0) {
89 CFX_DIBitmap* pFlipped = pSource->FlipImage(dest_width < 0, dest_height < 0);
93 if (dest_width <
53 StretchDIBits(const CFX_DIBSource* pSource, FX_DWORD color, int dest_left, int dest_top, int dest_width, int dest_height, const FX_RECT* pClipRect, FX_DWORD flags, int alpha_flag, void* pIccTransform, int blend_type) argument
398 StretchDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, int dest_left, int dest_top, int dest_width, int dest_height, const FX_RECT* pClipRect, FX_DWORD flags, int alpha_flag, void* pIccTransform, int blend_type) argument
[all...]
/external/skia/src/core/
H A DSkBitmapProcState.cpp185 float dest_width = fOrigBitmap.width() / invScaleX; local
197 dest_width,
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp753 CFX_PathData* CPDF_Font::LoadGlyphPath(FX_DWORD charcode, int dest_width) argument
759 return m_Font.LoadGlyphPath(glyph_index, dest_width);

Completed in 1375 milliseconds

12