Searched refs:numpix (Results 1 - 10 of 10) 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-android-neon.S103 .macro bilinear_store_8888 numpix, tmp1, tmp2
104 .if numpix == 4
106 .elseif numpix == 2
108 .elseif numpix == 1
111 .error bilinear_store_8888 numpix is unsupported
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/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dtcd.h165 OPJ_INT32 numpix; /* add fixed_quality */ member in struct:opj_tcd_tilecomp
176 OPJ_INT32 numpix; /* add fixed_quality */ member in struct:opj_tcd_tile
H A Dtcd.c406 tcd_tile->numpix = 0; /* fixed_quality */
410 tilec->numpix = 0;
452 tcd_tile->numpix += ((cblk->x1 - cblk->x0) * (cblk->y1 - cblk->y0));
453 tilec->numpix += ((cblk->x1 - cblk->x0) * (cblk->y1 - cblk->y0));
461 * ((OPJ_FLOAT64)(tilec->numpix));
467 tile_info->numpix = tcd_tile->numpix;
H A Dopenjpeg.h707 int numpix; member in struct:opj_tile_info
/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/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcsample.c144 int inrow, outrow, h_expand, v_expand, numpix, numpix2, h, v; local
152 numpix = h_expand * v_expand;
153 numpix2 = numpix/2;
174 *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 999 milliseconds