HomeSort by relevance Sort by last modified time
    Searched refs:x_out_max (Results 1 - 6 of 6) sorted by null

  /external/webp/src/dsp/
rescaler_mips_dsp_r2.c 31 const int x_out_max = wrk->dst_width * wrk->num_channels;
38 const int temp6 = (x_out_max & ~0x3) << 2;
44 if (x_out_max >= 4) {
109 for (i = 0; i < (x_out_max & 0x3); ++i) {
116 if (x_out_max >= 4) {
157 for (i = 0; i < (x_out_max & 0x3); ++i) {
170 const int x_out_max = wrk->dst_width * wrk->num_channels; local
173 const int temp6 = (x_out_max & ~0x3) << 2;
180 if (x_out_max >= 4) {
217 for (i = 0; i < (x_out_max & 0x3); ++i)
    [all...]
rescaler.c 32 const int x_out_max = wrk->dst_width * wrk->num_channels; local
47 if (x_out >= x_out_max) break;
64 const int x_out_max = wrk->dst_width * wrk->num_channels; local
73 while (x_out < x_out_max) {
102 const int x_out_max = wrk->dst_width * wrk->num_channels; local
109 for (x_out = 0; x_out < x_out_max; ++x_out) {
117 for (x_out = 0; x_out < x_out_max; ++x_out) {
131 const int x_out_max = wrk->dst_width * wrk->num_channels; local
138 for (x_out = 0; x_out < x_out_max; ++x_out) {
145 for (x_out = 0; x_out < x_out_max; ++x_out)
    [all...]
rescaler_mips32.c 27 const int x_out_max = wrk->dst_width * wrk->num_channels; local
42 int loop_c = x_out_max - channel;
87 const int x_out_max = wrk->dst_width * wrk->num_channels; local
123 "subu %[temp3], %[x_out], %[x_out_max] \n\t"
139 [x_out_max]"r"(x_out_max)
152 const int x_out_max = wrk->dst_width * wrk->num_channels; local
156 const int temp6 = x_out_max << 2;
214 const int x_out_max = wrk->dst_width * wrk->num_channels;
221 const int temp6 = x_out_max << 2
    [all...]
rescaler_neon.c 67 const int x_out_max = wrk->dst_width * wrk->num_channels; local
68 const int max_span = x_out_max & ~7;
87 for (; x_out < x_out_max; ++x_out) {
107 for (; x_out < x_out_max; ++x_out) {
121 const int x_out_max = wrk->dst_width * wrk->num_channels; local
122 const int max_span = x_out_max & ~7;
148 for (; x_out < x_out_max; ++x_out) {
165 for (; x_out < x_out_max; ++x_out) {
rescaler_sse2.c 232 const int x_out_max = wrk->dst_width * wrk->num_channels; local
240 for (x_out = 0; x_out + 8 <= x_out_max; x_out += 8) {
245 for (; x_out < x_out_max; ++x_out) {
256 for (x_out = 0; x_out + 8 <= x_out_max; x_out += 8) {
276 for (; x_out < x_out_max; ++x_out) {
290 const int x_out_max = wrk->dst_width * wrk->num_channels; local
300 for (x_out = 0; x_out + 8 <= x_out_max; x_out += 8) {
322 for (; x_out < x_out_max; ++x_out) {
332 for (x_out = 0; x_out + 8 <= x_out_max; x_out += 8) {
339 for (; x_out < x_out_max; ++x_out)
    [all...]
rescaler_msa.c 251 const int x_out_max = wrk->dst_width * wrk->num_channels; local
258 ExportRowExpand_0(frow, dst, x_out_max, wrk);
260 ExportRowExpand_1(frow, irow, dst, x_out_max, wrk);
415 const int x_out_max = wrk->dst_width * wrk->num_channels;
422 ExportRowShrink_0(frow, irow, dst, x_out_max, yscale, wrk);
424 ExportRowShrink_1(irow, dst, x_out_max, wrk);

Completed in 168 milliseconds