Home
last modified time | relevance | path

Searched refs:x_out_max (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/dsp/
Drescaler_mips_dsp_r2.c29 const int x_out_max = wrk->dst_width * wrk->num_channels; in ExportRowShrink() local
36 const int temp6 = (x_out_max & ~0x3) << 2; in ExportRowShrink()
42 if (x_out_max >= 4) { in ExportRowShrink()
107 for (i = 0; i < (x_out_max & 0x3); ++i) { in ExportRowShrink()
115 if (x_out_max >= 4) { in ExportRowShrink()
156 for (i = 0; i < (x_out_max & 0x3); ++i) { in ExportRowShrink()
169 const int x_out_max = wrk->dst_width * wrk->num_channels; in ExportRowExpand() local
172 const int temp6 = (x_out_max & ~0x3) << 2; in ExportRowExpand()
179 if (x_out_max >= 4) { in ExportRowExpand()
216 for (i = 0; i < (x_out_max & 0x3); ++i) { in ExportRowExpand()
[all …]
Drescaler.c30 const int x_out_max = wrk->dst_width * wrk->num_channels; in WebPRescalerImportRowExpandC() local
45 if (x_out >= x_out_max) break; in WebPRescalerImportRowExpandC()
61 const int x_out_max = wrk->dst_width * wrk->num_channels; in WebPRescalerImportRowShrinkC() local
70 while (x_out < x_out_max) { in WebPRescalerImportRowShrinkC()
99 const int x_out_max = wrk->dst_width * wrk->num_channels; in WebPRescalerExportRowExpandC() local
106 for (x_out = 0; x_out < x_out_max; ++x_out) { in WebPRescalerExportRowExpandC()
115 for (x_out = 0; x_out < x_out_max; ++x_out) { in WebPRescalerExportRowExpandC()
130 const int x_out_max = wrk->dst_width * wrk->num_channels; in WebPRescalerExportRowShrinkC() local
137 for (x_out = 0; x_out < x_out_max; ++x_out) { in WebPRescalerExportRowShrinkC()
145 for (x_out = 0; x_out < x_out_max; ++x_out) { in WebPRescalerExportRowShrinkC()
Drescaler_mips32.c26 const int x_out_max = wrk->dst_width * wrk->num_channels; in ImportRowShrink() local
41 int loop_c = x_out_max - channel; in ImportRowShrink()
85 const int x_out_max = wrk->dst_width * wrk->num_channels; in ImportRowExpand() local
137 [x_out_max]"r"(x_out_max) in ImportRowExpand()
150 const int x_out_max = wrk->dst_width * wrk->num_channels; in ExportRowExpand() local
154 const int temp6 = x_out_max << 2; in ExportRowExpand()
211 const int x_out_max = wrk->dst_width * wrk->num_channels; in ExportRowShrink() local
218 const int temp6 = x_out_max << 2; in ExportRowShrink()
Drescaler_neon.c63 const int x_out_max = wrk->dst_width * wrk->num_channels; in RescalerExportRowExpand() local
64 const int max_span = x_out_max & ~7; in RescalerExportRowExpand()
83 for (; x_out < x_out_max; ++x_out) { in RescalerExportRowExpand()
104 for (; x_out < x_out_max; ++x_out) { in RescalerExportRowExpand()
119 const int x_out_max = wrk->dst_width * wrk->num_channels; in RescalerExportRowShrink() local
120 const int max_span = x_out_max & ~7; in RescalerExportRowShrink()
146 for (; x_out < x_out_max; ++x_out) { in RescalerExportRowShrink()
164 for (; x_out < x_out_max; ++x_out) { in RescalerExportRowShrink()
Drescaler_sse2.c232 const int x_out_max = wrk->dst_width * wrk->num_channels; in RescalerExportRowExpandSSE2() local
240 for (x_out = 0; x_out + 8 <= x_out_max; x_out += 8) { in RescalerExportRowExpandSSE2()
245 for (; x_out < x_out_max; ++x_out) { in RescalerExportRowExpandSSE2()
257 for (x_out = 0; x_out + 8 <= x_out_max; x_out += 8) { in RescalerExportRowExpandSSE2()
277 for (; x_out < x_out_max; ++x_out) { in RescalerExportRowExpandSSE2()
292 const int x_out_max = wrk->dst_width * wrk->num_channels; in RescalerExportRowShrinkSSE2() local
303 for (x_out = 0; x_out + 8 <= x_out_max; x_out += 8) { in RescalerExportRowShrinkSSE2()
329 for (; x_out < x_out_max; ++x_out) { in RescalerExportRowShrinkSSE2()
340 for (x_out = 0; x_out + 8 <= x_out_max; x_out += 8) { in RescalerExportRowShrinkSSE2()
347 for (; x_out < x_out_max; ++x_out) { in RescalerExportRowShrinkSSE2()
/external/opencv3/3rdparty/libwebp/utils/
Drescaler.c57 const int x_out_max = wrk->dst_width * wrk->num_channels; in WebPRescalerImportRow() local
63 for (x_out = channel; x_out < x_out_max; x_out += x_stride) { in WebPRescalerImportRow()
80 for (x_out = channel; x_out < x_out_max; x_out += x_stride) { in WebPRescalerImportRow()
92 for (x_out = channel; x_out < x_out_max; x_out += x_stride) { in WebPRescalerImportRow()
104 const int x_out_max = wrk->dst_width * wrk->num_channels; in WebPRescalerExportRow() local
106 for (x_out = 0; x_out < x_out_max; ++x_out) { in WebPRescalerExportRow()