Searched defs:wrk (Results 1 – 9 of 9) sorted by relevance
/external/webp/src/dsp/ |
D | rescaler.c | 28 void WebPRescalerImportRowExpandC(WebPRescaler* const wrk, const uint8_t* src) { in WebPRescalerImportRowExpandC() 59 void WebPRescalerImportRowShrinkC(WebPRescaler* const wrk, const uint8_t* src) { in WebPRescalerImportRowShrinkC() 95 void WebPRescalerExportRowExpandC(WebPRescaler* const wrk) { in WebPRescalerExportRowExpandC() 126 void WebPRescalerExportRowShrinkC(WebPRescaler* const wrk) { in WebPRescalerExportRowShrinkC() 160 void WebPRescalerImportRow(WebPRescaler* const wrk, const uint8_t* src) { in WebPRescalerImportRow() 169 void WebPRescalerExportRow(WebPRescaler* const wrk) { in WebPRescalerExportRow()
|
D | rescaler_mips32.c | 24 static void ImportRowShrink(WebPRescaler* const wrk, const uint8_t* src) { in ImportRowShrink() 83 static void ImportRowExpand(WebPRescaler* const wrk, const uint8_t* src) { in ImportRowExpand() 147 static void ExportRowExpand(WebPRescaler* const wrk) { in ExportRowExpand() 210 static void ExportRowShrink(WebPRescaler* const wrk) { in ExportRowShrink()
|
D | rescaler_mips_dsp_r2.c | 27 static void ExportRowShrink(WebPRescaler* const wrk) { in ExportRowShrink() 165 static void ExportRowExpand(WebPRescaler* const wrk) { in ExportRowExpand()
|
D | rescaler_sse2.c | 44 static void RescalerImportRowExpandSSE2(WebPRescaler* const wrk, in RescalerImportRowExpandSSE2() 112 static void RescalerImportRowShrinkSSE2(WebPRescaler* const wrk, in RescalerImportRowShrinkSSE2() 228 static void RescalerExportRowExpandSSE2(WebPRescaler* const wrk) { in RescalerExportRowExpandSSE2() 288 static void RescalerExportRowShrinkSSE2(WebPRescaler* const wrk) { in RescalerExportRowShrinkSSE2()
|
D | rescaler_neon.c | 59 static void RescalerExportRowExpand(WebPRescaler* const wrk) { in RescalerExportRowExpand() 115 static void RescalerExportRowShrink(WebPRescaler* const wrk) { in RescalerExportRowShrink()
|
/external/opencv3/3rdparty/libwebp/utils/ |
D | rescaler.c | 27 void WebPRescalerInit(WebPRescaler* const wrk, int src_width, int src_height, in WebPRescalerInit() 54 void WebPRescalerImportRow(WebPRescaler* const wrk, in WebPRescalerImportRow() 97 uint8_t* WebPRescalerExportRow(WebPRescaler* const wrk) { in WebPRescalerExportRow() 126 int WebPRescalerImport(WebPRescaler* const wrk, int num_lines, in WebPRescalerImport()
|
/external/webp/src/utils/ |
D | rescaler.c | 22 void WebPRescalerInit(WebPRescaler* const wrk, int src_width, int src_height, in WebPRescalerInit() 104 int WebPRescaleNeededLines(const WebPRescaler* const wrk, int max_num_lines) { in WebPRescaleNeededLines() 109 int WebPRescalerImport(WebPRescaler* const wrk, int num_lines, in WebPRescalerImport()
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | io.c | 282 int new_lines, WebPRescaler* const wrk) { in Rescale()
|
/external/webp/src/dec/ |
D | io.c | 240 int new_lines, WebPRescaler* const wrk) { in Rescale()
|