Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Drescaler.c28 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()
Drescaler_mips32.c24 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()
Drescaler_mips_dsp_r2.c27 static void ExportRowShrink(WebPRescaler* const wrk) { in ExportRowShrink()
165 static void ExportRowExpand(WebPRescaler* const wrk) { in ExportRowExpand()
Drescaler_sse2.c44 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()
Drescaler_neon.c59 static void RescalerExportRowExpand(WebPRescaler* const wrk) { in RescalerExportRowExpand()
115 static void RescalerExportRowShrink(WebPRescaler* const wrk) { in RescalerExportRowShrink()
/external/opencv3/3rdparty/libwebp/utils/
Drescaler.c27 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/
Drescaler.c22 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/
Dio.c282 int new_lines, WebPRescaler* const wrk) { in Rescale()
/external/webp/src/dec/
Dio.c240 int new_lines, WebPRescaler* const wrk) { in Rescale()