Searched defs:wrk (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | rescaler.c | 29 void WebPRescalerImportRowExpand_C(WebPRescaler* const wrk, in WebPRescalerImportRowExpand_C() 61 void WebPRescalerImportRowShrink_C(WebPRescaler* const wrk, in WebPRescalerImportRowShrink_C() 98 void WebPRescalerExportRowExpand_C(WebPRescaler* const wrk) { in WebPRescalerExportRowExpand_C() 129 void WebPRescalerExportRowShrink_C(WebPRescaler* const wrk) { in WebPRescalerExportRowShrink_C() 164 void WebPRescalerImportRow(WebPRescaler* const wrk, const uint8_t* src) { in WebPRescalerImportRow() 173 void WebPRescalerExportRow(WebPRescaler* const wrk) { in WebPRescalerExportRow()
|
A D | rescaler_mips32.c | 24 static void ImportRowShrink_MIPS32(WebPRescaler* const wrk, in ImportRowShrink_MIPS32() 84 static void ImportRowExpand_MIPS32(WebPRescaler* const wrk, in ImportRowExpand_MIPS32() 149 static void ExportRowExpand_MIPS32(WebPRescaler* const wrk) { in ExportRowExpand_MIPS32()
|
A D | rescaler_msa.c | 119 WebPRescaler* const wrk) { in ExportRowExpand_0() 177 WebPRescaler* const wrk) { in ExportRowExpand_1() 250 static void RescalerExportRowExpand_MIPSdspR2(WebPRescaler* const wrk) { in RescalerExportRowExpand_MIPSdspR2()
|
A D | rescaler_sse2.c | 46 static void RescalerImportRowExpand_SSE2(WebPRescaler* const wrk, in RescalerImportRowExpand_SSE2() 112 static void RescalerImportRowShrink_SSE2(WebPRescaler* const wrk, in RescalerImportRowShrink_SSE2() 257 static void RescalerExportRowExpand_SSE2(WebPRescaler* const wrk) { in RescalerExportRowExpand_SSE2() 317 static void RescalerExportRowShrink_SSE2(WebPRescaler* const wrk) { in RescalerExportRowShrink_SSE2()
|
A D | rescaler_neon.c | 63 static void RescalerExportRowExpand_NEON(WebPRescaler* const wrk) { in RescalerExportRowExpand_NEON() 119 static void RescalerExportRowShrink_NEON(WebPRescaler* const wrk) { in RescalerExportRowShrink_NEON()
|
A D | rescaler_mips_dsp_r2.c | 168 static void ExportRowExpand_MIPSdspR2(WebPRescaler* const wrk) { in ExportRowExpand_MIPSdspR2()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | rescaler_utils.c | 22 void WebPRescalerInit(WebPRescaler* const wrk, int src_width, int src_height, in WebPRescalerInit() 110 int WebPRescaleNeededLines(const WebPRescaler* const wrk, int max_num_lines) { in WebPRescaleNeededLines() 115 int WebPRescalerImport(WebPRescaler* const wrk, int num_lines, in WebPRescalerImport()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | io_dec.c | 246 int new_lines, WebPRescaler* const wrk) { in Rescale()
|
Completed in 11 milliseconds