Searched refs:vscale (Results 1 - 9 of 9) sorted by relevance

/external/libvpx/libvpx/vpx_scale/
H A Dvpx_scale.h19 unsigned int vscale, unsigned int vratio,
/external/skia/src/opts/
H A DSkBlitMask_opts.h42 uint16x8_t vscale, vmask256 = SkAlpha255To256_neon8(vmask); local
44 vscale = vsubw_u8(vdupq_n_u16(256),
47 vscale = vsubw_u8(vdupq_n_u16(256), vmask);
52 + SkAlphaMul_neon8(vdev.val[NEON_A], vscale);
54 + SkAlphaMul_neon8(vdev.val[NEON_R], vscale);
56 + SkAlphaMul_neon8(vdev.val[NEON_G], vscale);
58 + SkAlphaMul_neon8(vdev.val[NEON_B], vscale);
110 uint16x8_t vscale = vsubw_u8(vdupq_n_u16(256), vmask); local
113 vdevice = SkAlphaMulQ_neon8(vdevice, vscale);
H A DSkBitmapProcState_filter_neon.h63 uint16x4_t vx, vconst16_16, v16_x, tmp, vscale; local
88 vscale = vdup_n_u16(scale); // duplicate scale
90 tmp = vmul_u16(tmp, vscale); // multiply result by scale
H A DSkColor_opts_neon.h95 int16x8_t vscale = vdupq_n_s16(srcScale); local
103 vdiff *= vscale;
H A DSkBlitRow_opts_arm_neon.cpp110 uint16x8_t vmask_blue, vscale; local
113 vscale = vdupq_n_u16(SkAlpha255To256(alpha));
159 vres_r = vshrq_n_u16(vres_r * vscale, 8);
160 vres_g = vshrq_n_u16(vres_g * vscale, 8);
161 vres_b = vshrq_n_u16(vres_b * vscale, 8);
755 int16x8_t vscale = vdupq_n_s16(scale); // duplicate scale into neon reg local
822 vres_r = vmulq_s16(vres_r, vscale);
823 vres_g = vmulq_s16(vres_g, vscale);
824 vres_b = vmulq_s16(vres_b, vscale);
/external/libvpx/libvpx/vpx_scale/generic/
H A Dvpx_scale.c215 * unsigned int vscale : Vertical scale factor
237 unsigned int vscale, unsigned int vratio, unsigned int interlaced) {
295 switch (vratio * 10 / vscale) {
381 if (vscale == 2 && vratio == 1) {
405 dest_band_height = source_band_height * vratio / vscale;
431 Scale1Dv(&temp_area[j], dest_pitch, vscale, source_band_height + 1,
458 * unsigned int vscale : Vertical scale factor
477 unsigned int vscale, unsigned int vratio,
481 int dh = (vscale - 1 + src->y_height * vratio) / vscale;
231 Scale2D( unsigned char *source, int source_pitch, unsigned int source_width, unsigned int source_height, unsigned char *dest, int dest_pitch, unsigned int dest_width, unsigned int dest_height, unsigned char *temp_area, unsigned char temp_area_height, unsigned int hscale, unsigned int hratio, unsigned int vscale, unsigned int vratio, unsigned int interlaced) argument
474 vpx_scale_frame(YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, unsigned char *temp_area, unsigned char temp_height, unsigned int hscale, unsigned int hratio, unsigned int vscale, unsigned int vratio, unsigned int interlaced) argument
[all...]
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp2203 int hscale, vscale, default_shear, italic_shear; local
2227 vscale = cvRound(font->vscale*XY_ONE);
2228 default_shear = cvRound(font->shear*font->vscale*XY_ONE);
2229 italic_shear = !(font->font_face & CV_FONT_ITALIC) ? 0 : cvRound(font->vscale*.25*XY_ONE);
2237 vscale = -vscale;
2240 view_y = (org.y << XY_SHIFT) + base_line*vscale;
2298 pt[count++].y = p.y*vscale + view_y;
2308 cvInitFont( CvFont *font, int font_face, double hscale, double vscale, argument
[all...]
/external/opencv/cxcore/include/
H A Dcxcore.h1388 float hscale, vscale; member in struct:CvFont
1398 double hscale, double vscale,
/external/valgrind/VEX/priv/
H A Dguest_amd64_toIR.c2723 and fills in *rI and *vscale with the register number of the vector
2729 IRType ty, /*OUT*/Int* vscale )
2736 *vscale = 0;
2756 *vscale = 1<<scale;
27791 Int alen, i, vscale, count1, count2; local
27801 idxTy, &vscale );
27845 switch (vscale) {
[all...]

Completed in 589 milliseconds