Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Drescaler_utils.c24 int dst_width, int dst_height, int dst_stride, in WebPRescalerInit() argument
26 const int x_add = src_width, x_sub = dst_width; in WebPRescalerInit()
28 wrk->x_expand = (src_width < dst_width); in WebPRescalerInit()
32 wrk->dst_width = dst_width; in WebPRescalerInit()
71 wrk->frow = work + num_channels * dst_width; in WebPRescalerInit()
72 memset(work, 0, 2 * dst_width * num_channels * sizeof(*work)); in WebPRescalerInit()
127 for (x = 0; x < wrk->num_channels * wrk->dst_width; ++x) { in WebPRescalerImport()
A Drescaler_utils.h42 int dst_width, dst_height; // destination dimensions member
53 int dst_width, int dst_height, int dst_stride,
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Drescaler.c32 const int x_out_max = wrk->dst_width * wrk->num_channels; in WebPRescalerImportRowExpand_C()
64 const int x_out_max = wrk->dst_width * wrk->num_channels; in WebPRescalerImportRowShrink_C()
102 const int x_out_max = wrk->dst_width * wrk->num_channels; in WebPRescalerExportRowExpand_C()
133 const int x_out_max = wrk->dst_width * wrk->num_channels; in WebPRescalerExportRowShrink_C()
183 assert(wrk->src_width == 1 && wrk->dst_width <= 2); in WebPRescalerExportRow()
184 for (i = 0; i < wrk->num_channels * wrk->dst_width; ++i) { in WebPRescalerExportRow()
A Drescaler_mips32.c27 const int x_out_max = wrk->dst_width * wrk->num_channels; in ImportRowShrink_MIPS32()
87 const int x_out_max = wrk->dst_width * wrk->num_channels; in ImportRowExpand_MIPS32()
152 const int x_out_max = wrk->dst_width * wrk->num_channels; in ExportRowExpand_MIPS32()
214 const int x_out_max = wrk->dst_width * wrk->num_channels;
A Drescaler_mips_dsp_r2.c31 const int x_out_max = wrk->dst_width * wrk->num_channels;
172 const int x_out_max = wrk->dst_width * wrk->num_channels; in ExportRowExpand_MIPSdspR2()
A Drescaler_sse2.c49 const rescaler_t* const frow_end = frow + wrk->dst_width * wrk->num_channels; in RescalerImportRowExpand_SSE2()
122 const rescaler_t* const frow_end = wrk->frow + 4 * wrk->dst_width; in RescalerImportRowShrink_SSE2()
261 const int x_out_max = wrk->dst_width * wrk->num_channels; in RescalerExportRowExpand_SSE2()
321 const int x_out_max = wrk->dst_width * wrk->num_channels; in RescalerExportRowShrink_SSE2()
A Drescaler_neon.c67 const int x_out_max = wrk->dst_width * wrk->num_channels; in RescalerExportRowExpand_NEON()
123 const int x_out_max = wrk->dst_width * wrk->num_channels; in RescalerExportRowShrink_NEON()
A Drescaler_msa.c253 const int x_out_max = wrk->dst_width * wrk->num_channels; in RescalerExportRowExpand_MIPSdspR2()
419 const int x_out_max = wrk->dst_width * wrk->num_channels;
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_rescale_enc.c170 int dst_width, int dst_height, int dst_stride, in RescalePlane() argument
176 dst, dst_width, dst_height, dst_stride, in RescalePlane()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dio_dec.c286 p->scaler_a->dst_width, num_lines_out, 1); in EmitRescaledAlphaYUV()
371 dst, p->scaler_y->dst_width); in ExportRGB()
414 const int width = p->scaler_a->dst_width; in ExportAlpha()
442 const int width = p->scaler_a->dst_width; in ExportAlphaRGBA4444()
A Dvp8l_dec.c580 const int dst_width = rescaler->dst_width; in Export() local
585 WebPMultARGBRow(src, dst_width, 1); in Export()
586 VP8LConvertFromBGRA(src, dst_width, colorspace, dst); in Export()
666 const int dst_width = rescaler->dst_width; in ExportYUVA() local
670 WebPMultARGBRow(src, dst_width, 1); in ExportYUVA()
671 ConvertToYUVA(src, dst_width, y_pos, dec->output_); in ExportYUVA()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_dma.h141 enum HAL_DMA_WDITH_T dst_width; member

Completed in 110 milliseconds