Searched refs:x_out_max (Results 1 – 6 of 6) sorted by relevance
29 const int x_out_max = wrk->dst_width * wrk->num_channels; in ExportRowShrink() local36 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() local172 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 …]
30 const int x_out_max = wrk->dst_width * wrk->num_channels; in WebPRescalerImportRowExpandC() local45 if (x_out >= x_out_max) break; in WebPRescalerImportRowExpandC()61 const int x_out_max = wrk->dst_width * wrk->num_channels; in WebPRescalerImportRowShrinkC() local70 while (x_out < x_out_max) { in WebPRescalerImportRowShrinkC()99 const int x_out_max = wrk->dst_width * wrk->num_channels; in WebPRescalerExportRowExpandC() local106 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() local137 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()
26 const int x_out_max = wrk->dst_width * wrk->num_channels; in ImportRowShrink() local41 int loop_c = x_out_max - channel; in ImportRowShrink()85 const int x_out_max = wrk->dst_width * wrk->num_channels; in ImportRowExpand() local137 [x_out_max]"r"(x_out_max) in ImportRowExpand()150 const int x_out_max = wrk->dst_width * wrk->num_channels; in ExportRowExpand() local154 const int temp6 = x_out_max << 2; in ExportRowExpand()211 const int x_out_max = wrk->dst_width * wrk->num_channels; in ExportRowShrink() local218 const int temp6 = x_out_max << 2; in ExportRowShrink()
63 const int x_out_max = wrk->dst_width * wrk->num_channels; in RescalerExportRowExpand() local64 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() local120 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()
232 const int x_out_max = wrk->dst_width * wrk->num_channels; in RescalerExportRowExpandSSE2() local240 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() local303 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()
57 const int x_out_max = wrk->dst_width * wrk->num_channels; in WebPRescalerImportRow() local63 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() local106 for (x_out = 0; x_out < x_out_max; ++x_out) { in WebPRescalerExportRow()