Searched refs:numpix (Results 1 - 5 of 5) sorted by relevance

/external/pixman/pixman/
H A Dpixman-arm-neon-asm-bilinear.S197 .macro bilinear_store_8888 numpix, tmp1, tmp2
198 .if numpix == 4
200 .elseif numpix == 2
202 .elseif numpix == 1
205 .error bilinear_store_8888 numpix is unsupported
209 .macro bilinear_store_0565 numpix, tmp1, tmp2
215 .if numpix == 4
217 .elseif numpix == 2
219 .elseif numpix == 1
222 .error bilinear_store_0565 numpix i
[all...]
H A Dpixman-arm-neon-asm.h146 .macro pixld numpix, bpp, basereg, mem_operand, abits=0
148 .if (bpp == 32) && (numpix == 8) && (DEINTERLEAVE_32BPP_ENABLED != 0)
151 .elseif (bpp == 24) && (numpix == 8)
153 .elseif (bpp == 24) && (numpix == 4)
158 .elseif (bpp == 24) && (numpix == 2)
161 .elseif (bpp == 24) && (numpix == 1)
164 pixldst %(numpix * bpp / 8), vld1, %(bpp), basereg, mem_operand, abits
169 .macro pixst numpix, bpp, basereg, mem_operand, abits=0
171 .if (bpp == 32) && (numpix == 8) && (DEINTERLEAVE_32BPP_ENABLED != 0)
174 .elseif (bpp == 24) && (numpix
[all...]
H A Dpixman-arm-neon-asm.S2956 .macro bilinear_store_8888 numpix, tmp1, tmp2
2957 .if numpix == 4
2959 .elseif numpix == 2
2961 .elseif numpix == 1
2964 .error bilinear_store_8888 numpix is unsupported
2968 .macro bilinear_store_0565 numpix, tmp1, tmp2
2974 .if numpix == 4
2976 .elseif numpix == 2
2978 .elseif numpix == 1
2981 .error bilinear_store_0565 numpix i
[all...]
/external/jpeg/
H A Djcsample.c143 int inrow, outrow, h_expand, v_expand, numpix, numpix2, h, v; local
151 numpix = h_expand * v_expand;
152 numpix2 = numpix/2;
173 *outptr++ = (JSAMPLE) ((outvalue + numpix2) / numpix);
/external/qemu/distrib/jpeg-6b/
H A Djcsample.c143 int inrow, outrow, h_expand, v_expand, numpix, numpix2, h, v; local
151 numpix = h_expand * v_expand;
152 numpix2 = numpix/2;
173 *outptr++ = (JSAMPLE) ((outvalue + numpix2) / numpix);

Completed in 77 milliseconds