Lines Matching refs:amount

94   mlib_s32 i, j, amount;
115 amount = (bitoffd + dx_l + 7) >> 3;
118 for (j = 1; j < amount - 1; j++) {
125 pd[i*img_strided + amount - 1] = (pd[i*img_strided + amount - 1] & ~mask) |
126 (ps[i*img_strides + amount - 1] & mask);
150 amount = (bitoffd + dx_r + 7) >> 3;
153 for (j = 1; j < amount - 1; j++) {
160 pd[i*img_strided + amount - 1] = (pd[i*img_strided + amount - 1] & ~mask) |
161 (ps[i*img_strides + amount - 1] & mask);
168 amount = (bitoffd + img_width + 7) >> 3;
177 tmp_end = pd[i*img_strided+amount-1];
178 for (j = 0; j < amount; j++) {
183 pd[i*img_strided+amount-1] = (tmp_end & (~mask_end)) |
184 (pd[i*img_strided+amount-1] & mask_end);
192 tmp_end = pd[-i*img_strided+amount-1];
193 for (j = 0; j < amount; j++) {
198 pd[-i*img_strided+amount-1] = (tmp_end & (~mask_end)) |
199 (pd[-i*img_strided+amount-1] & mask_end);
238 amount = (bitoffd + dx_l + 7) >> 3;
241 for (j = 1; j < amount - 1; j++) {
251 s0 = ps[i*img_strides+amount-1];
252 s1 = ps[i*img_strides+amount];
254 pd[i*img_strided + amount - 1] = (pd[i*img_strided + amount - 1] & ~mask) |
286 amount = (bitoffd + dx_r + 7) >> 3;
289 for (j = 1; j < amount - 1; j++) {
298 s0 = ps[i*img_strides+amount-1];
299 s1 = ps[i*img_strides+amount];
301 pd[i*img_strided + amount - 1] = (pd[i*img_strided + amount - 1] & ~mask) |
309 amount = (bitoffd + img_width + 7) >> 3;
318 tmp_end = pd[i*img_strided+amount-1];
320 for (j = 0; j < amount; j++) {
327 pd[i*img_strided+amount-1] = (tmp_end & (~mask_end)) |
328 (pd[i*img_strided+amount-1] & mask_end);
336 tmp_end = pd[-i*img_strided+amount-1];
338 for (j = 0; j < amount; j++) {
345 pd[-i*img_strided+amount-1] = (tmp_end & (~mask_end)) |
346 (pd[-i*img_strided+amount-1] & mask_end);