Searched refs:x_out_max (Results 1 – 1 of 1) sorted by relevance
32 const int x_out_max = wrk->dst_width * wrk->num_channels; in ImportRowC() local38 for (x_out = channel; x_out < x_out_max; x_out += x_stride) { in ImportRowC()55 for (x_out = channel; x_out < x_out_max; x_out += x_stride) { in ImportRowC()67 for (x_out = channel; x_out < x_out_max; x_out += x_stride) { in ImportRowC()78 const int x_out_max = wrk->dst_width * wrk->num_channels; in ExportRowC() local79 for (; x_out < x_out_max; ++x_out) { in ExportRowC()98 const int x_out_max = wrk->dst_width * wrk->num_channels; in ImportRowMIPS() local109 int loop_c = x_out_max - channel; in ImportRowMIPS()198 const int x_out_max = wrk->dst_width * wrk->num_channels; in ExportRowMIPS() local204 const int temp8 = x_out_max << 2; in ExportRowMIPS()