Searched refs:x_offset (Results 1 - 25 of 147) sorted by relevance

123456

/external/webp/src/mux/
H A Danimi.h30 // x_offset, y_offset, width, height - (in/out) rectangle between the two
36 int is_lossless, float quality, int* const x_offset, int* const y_offset,
/external/freetype/src/sfnt/
H A Dpngshim.h34 FT_Int x_offset,
H A Dpngshim.c248 FT_Int x_offset,
271 if ( x_offset < 0 ||
279 ( (FT_UInt)x_offset + metrics->width > map->width ||
432 rows[i] = map->buffer + ( y_offset + i ) * map->pitch + x_offset * 4;
/external/libxcam/xcore/interface/
H A Dfeature_match.cpp119 FeatureMatch::adjust_stitch_area (int dst_width, float &x_offset, Rect &stitch0, Rect &stitch1) argument
121 if (fabs (x_offset) < 5.0f)
125 // int final_overlap_width = stitch1.pos_x + stitch1.width + (dst_width - (stitch0.pos_x - x_offset + stitch0.width));
126 if ((stitch0.pos_x - x_offset + stitch0.width) > dst_width)
127 x_offset = dst_width - (stitch0.pos_x + stitch0.width);
128 int final_overlap_width = last_overlap_width + x_offset;
140 x_offset -= delta_offset;
H A Dfeature_match.h80 void adjust_stitch_area (int dst_width, float &x_offset, Rect &stitch0, Rect &stitch1);
/external/harfbuzz_ng/src/
H A Dsample.py75 x_offset = pos.x_offset variable
78 print("gid%d=%d@%d,%d+%d" % (gid, cluster, x_advance, x_offset, y_offset))
H A Dhb-ot-shape-fallback.cc210 pos.x_offset = pos.y_offset = 0;
221 pos.x_offset += base_extents.x_bearing + base_extents.width - mark_extents.width / 2 - mark_extents.x_bearing;
224 pos.x_offset += base_extents.x_bearing - mark_extents.width / 2 - mark_extents.x_bearing;
235 pos.x_offset += base_extents.x_bearing + (base_extents.width - mark_extents.width) / 2 - mark_extents.x_bearing;
242 pos.x_offset += base_extents.x_bearing - mark_extents.x_bearing;
249 pos.x_offset += base_extents.x_bearing + base_extents.width - mark_extents.width - mark_extents.x_bearing;
321 base_extents.x_bearing += buffer->pos[base].x_offset;
327 hb_position_t x_offset = 0, y_offset = 0; local
329 x_offset -= buffer->pos[base].x_advance;
377 buffer->pos[i].x_offset
[all...]
H A Dhb-ot-layout-gpos-table.hh117 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++));
140 if (use_x_device) glyph_pos.x_offset += (base + get_device (values)).get_x_delta (font, store);
440 o.x_offset = base_x - mark_x;
932 pos[i].x_advance = exit_x + pos[i].x_offset;
934 d = entry_x + pos[j].x_offset;
936 pos[j].x_offset -= d;
939 d = exit_x + pos[i].x_offset;
941 pos[i].x_offset -= d;
943 pos[j].x_advance = entry_x + pos[j].x_offset;
974 hb_position_t x_offset local
[all...]
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_variance_sse2.c253 const uint16_t *src, ptrdiff_t src_stride, int x_offset, int y_offset, \
267 const uint8_t *src8, int src_stride, int x_offset, int y_offset, \
273 src, src_stride, x_offset, y_offset, dst, dst_stride, h, &sse, NULL, \
278 src + 16, src_stride, x_offset, y_offset, dst + 16, dst_stride, h, \
284 src + 32, src_stride, x_offset, y_offset, dst + 32, dst_stride, h, \
289 src + 48, src_stride, x_offset, y_offset, dst + 48, dst_stride, h, \
300 const uint8_t *src8, int src_stride, int x_offset, int y_offset, \
307 src, src_stride, x_offset, y_offset, dst, dst_stride, h, &sse, NULL, \
312 src + 16, src_stride, x_offset, y_offset, dst + 16, dst_stride, h, \
318 src + 32, src_stride, x_offset, y_offse
[all...]
H A Dvariance_avx2.c370 int x_offset) {
372 height, sum_reg, sse_reg, x_offset, 1);
418 int x_offset) {
422 (__m256i const *)(bilinear_filters_avx2 + (x_offset << 5)));
469 int x_offset, int y_offset) {
473 (__m256i const *)(bilinear_filters_avx2 + (x_offset << 5)));
521 int x_offset, int y_offset,
530 // x_offset = 0 and y_offset = 0
531 if (x_offset == 0) {
535 // x_offset
366 spv32_xb_y0(const uint8_t *src, int src_stride, const uint8_t *dst, int dst_stride, const uint8_t *sec, int sec_stride, int do_sec, int height, __m256i *sum_reg, __m256i *sse_reg, int x_offset) argument
414 spv32_xb_y4(const uint8_t *src, int src_stride, const uint8_t *dst, int dst_stride, const uint8_t *sec, int sec_stride, int do_sec, int height, __m256i *sum_reg, __m256i *sse_reg, int x_offset) argument
465 spv32_xb_yb(const uint8_t *src, int src_stride, const uint8_t *dst, int dst_stride, const uint8_t *sec, int sec_stride, int do_sec, int height, __m256i *sum_reg, __m256i *sse_reg, int x_offset, int y_offset) argument
520 sub_pix_var32xh(const uint8_t *src, int src_stride, int x_offset, int y_offset, const uint8_t *dst, int dst_stride, const uint8_t *sec, int sec_stride, int do_sec, int height, unsigned int *sse) argument
577 sub_pixel_variance32xh_avx2( const uint8_t *src, int src_stride, int x_offset, int y_offset, const uint8_t *dst, int dst_stride, int height, unsigned int *sse) argument
584 sub_pixel_avg_variance32xh_avx2( const uint8_t *src, int src_stride, int x_offset, int y_offset, const uint8_t *dst, int dst_stride, const uint8_t *sec, int sec_stride, int height, unsigned int *sse) argument
670 vpx_sub_pixel_variance64x64_avx2(const uint8_t *src, int src_stride, int x_offset, int y_offset, const uint8_t *dst, int dst_stride, unsigned int *sse) argument
687 vpx_sub_pixel_variance32x32_avx2(const uint8_t *src, int src_stride, int x_offset, int y_offset, const uint8_t *dst, int dst_stride, unsigned int *sse) argument
697 vpx_sub_pixel_avg_variance64x64_avx2( const uint8_t *src, int src_stride, int x_offset, int y_offset, const uint8_t *dst, int dst_stride, unsigned int *sse, const uint8_t *sec) argument
714 vpx_sub_pixel_avg_variance32x32_avx2( const uint8_t *src, int src_stride, int x_offset, int y_offset, const uint8_t *dst, int dst_stride, unsigned int *sse, const uint8_t *sec) argument
[all...]
H A Dvariance_sse2.c314 const uint8_t *src, ptrdiff_t src_stride, int x_offset, int y_offset, \
329 const uint8_t *src, int src_stride, int x_offset, int y_offset, \
332 int se = vpx_sub_pixel_variance##wf##xh_##opt(src, src_stride, x_offset, \
338 src + 16, src_stride, x_offset, y_offset, dst + 16, dst_stride, h, \
344 src + 32, src_stride, x_offset, y_offset, dst + 32, dst_stride, h, \
349 src + 48, src_stride, x_offset, y_offset, dst + 48, dst_stride, h, \
383 const uint8_t *src, ptrdiff_t src_stride, int x_offset, int y_offset, \
399 const uint8_t *src, int src_stride, int x_offset, int y_offset, \
404 src, src_stride, x_offset, y_offset, dst, dst_stride, sec, w, h, &sse, \
409 src + 16, src_stride, x_offset, y_offse
[all...]
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.h32 int32_t x_offset() { return x_offset_; } function in class:sfntly::CompositeBitmapGlyph::Component
40 Component(int32_t glyph_code, int32_t x_offset, int32_t y_offset);
H A Dcomposite_bitmap_glyph.cc84 int32_t x_offset,
86 : glyph_code_(glyph_code), x_offset_(x_offset), y_offset_(y_offset) {
83 Component(int32_t glyph_code, int32_t x_offset, int32_t y_offset) argument
/external/webp/src/demux/
H A Danim_decode.c154 static void ZeroFillFrameRect(uint8_t* buf, int buf_stride, int x_offset, argument
158 buf += y_offset * buf_stride + x_offset * NUM_CHANNELS;
282 const int src_max_x = src->x_offset + src->width;
283 const int dst_max_x = dst->x_offset + dst->width;
292 src->x_offset >= dst_max_x || src_max_x <= dst->x_offset) {
293 *left1 = src->x_offset;
298 if (src->x_offset < dst->x_offset) {
299 *left1 = src->x_offset;
[all...]
/external/ImageMagick/MagickCore/
H A Dmontage.c279 ssize_t *x_offset,ssize_t *y_offset,size_t *tiles_per_column,
284 (void) GetGeometry(geometry,x_offset,y_offset,tiles_per_row,tiles_per_column);
400 x_offset,
469 x_offset=0;
472 GetMontageGeometry(montage_info->tile,number_images,&x_offset,&y_offset,
582 x_offset=0;
585 GetMontageGeometry(montage_info->tile,number_images,&x_offset,&y_offset,
602 x_offset+=(ssize_t) (width+2*(extract_info.x+border_width));
603 if (x_offset > (ssize_t) bounds.width)
604 bounds.width=(size_t) x_offset;
273 GetMontageGeometry(char *geometry,const size_t number_images, ssize_t *x_offset,ssize_t *y_offset,size_t *tiles_per_column, size_t *tiles_per_row) argument
395 x_offset, local
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.h77 static INLINE int scaled_buffer_offset(int x_offset, int y_offset, int stride, argument
79 const int x = sf ? sf->scale_value_x(x_offset, sf) : x_offset;
/external/libpng/contrib/examples/
H A Dsimpleover.c103 sprite_op(const struct sprite *sprite, int x_offset, int y_offset, argument
116 (x_offset < 0 || (unsigned)/*SAFE*/x_offset < sprite->width))
127 if (x_offset < 0)
128 x = -x_offset;
142 ((y+y_offset) * sprite->width + (x+x_offset))*4;
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5TextureGatherOffset.cpp1070 float x_offset; local
1080 x_offset = m_min_coordinate_value;
1101 const glw::GLfloat coord_x = ((float)(rand() % x_modulus)) / coordinate_denominator + x_offset;
1120 const glw::GLfloat coord_x = ((float)(rand() % x_modulus)) / coordinate_denominator + x_offset;
1472 glw::GLint x_offset; local
1475 getOffsets(x_offset, y_offset, index);
1478 if (0 > x_offset)
1480 x_offset = x_offset % texture_size;
1481 x_offset
1628 glw::GLint x_offset; local
1841 glw::GLint x_offset; local
2371 glw::GLint x_offset; local
2512 glw::GLint x_offset; local
2695 glw::GLint x_offset; local
2887 glw::GLint x_offset; local
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_line.c303 float x_offset=0; local
423 x_offset = - x2diff - 0.5;
424 y_offset = x_offset * dydx;
431 x_offset = - x1diff + 0.5;
432 y_offset = x_offset * dydx;
441 x[0] = subpixel_snap(v1[0][0] + x_offset - setup->pixel_offset);
444 x[3] = subpixel_snap(v1[0][0] + x_offset - setup->pixel_offset);
521 x_offset = y_offset * dxdy;
528 x_offset = y_offset * dxdy;
538 x[0] = subpixel_snap(v1[0][0] + x_offset
[all...]
/external/libpng/
H A Dpnginfo.h173 png_int_32 x_offset; /* x offset on page */ member in struct:png_info_def
/external/libxcam/modules/soft/
H A Dcv_capi_feature_match.h71 int &valid_count, float &mean_offset, float &x_offset, int dst_width);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Df.cpp90 const boost::math::ntl::RR& x_offset,
87 show_extra( const boost::math::tools::polynomial<boost::math::ntl::RR>& n, const boost::math::tools::polynomial<boost::math::ntl::RR>& d, const boost::math::ntl::RR& x_offset, const boost::math::ntl::RR& y_offset, int variant) argument
/external/pdfium/third_party/libpng16/
H A Dpnginfo.h173 png_int_32 x_offset; /* x offset on page */ member in struct:png_info_def
/external/libavc/decoder/
H A Dih264d_thread_parse_decode.c447 UWORD32 u4_frame_stride, x_offset, y_offset; local
516 x_offset = i16_mb_x << 4;
521 ps_trns_addr->pu1_dest_y = ps_dec->s_cur_pic.pu1_buf1 + x_offset + y_offset;
524 x_offset >>= 1;
527 x_offset *= YUV420SP_FACTOR;
529 ps_trns_addr->pu1_dest_u = ps_dec->s_cur_pic.pu1_buf2 + x_offset + y_offset;
530 ps_trns_addr->pu1_dest_v = ps_dec->s_cur_pic.pu1_buf3 + x_offset + y_offset;
/external/ImageMagick/coders/
H A Dtxt.c391 x_offset,
499 &x_offset,&y_offset,&red,&alpha);
504 count=(ssize_t) sscanf(text,"%ld,%ld: (%lf%*[%,]",&x_offset,
516 &x_offset,&y_offset,&red,&green,&blue,&black,&alpha);
520 "%ld,%ld: (%lf%*[%,]%lf%*[%,]%lf%*[%,]%lf%*[%,]",&x_offset,
530 &x_offset,&y_offset,&red,&green,&blue,&alpha);
534 "%ld,%ld: (%lf%*[%,]%lf%*[%,]%lf%*[%,]",&x_offset,
562 q=GetAuthenticPixels(image,(ssize_t) x_offset,(ssize_t) y_offset,1,1,
386 x_offset, local

Completed in 605 milliseconds

123456