Searched defs:y_offset (Results 1 - 25 of 40) sorted by relevance

12

/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.h42 static INLINE int scaled_buffer_offset(int x_offset, int y_offset, int stride, argument
45 const int y = sf ? sf->scale_value_y(y_offset, sf) : y_offset;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Df.cpp91 const boost::math::ntl::RR& y_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/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.h33 int32_t y_offset() { return y_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.cc85 int32_t y_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/harfbuzz_ng/src/
H A Dhb-buffer.h58 hb_position_t y_offset; member in struct:hb_glyph_position_t
H A Dhb-ot-shape-fallback.cc210 pos.x_offset = pos.y_offset = 0;
265 pos.y_offset = base_extents.y_bearing + base_extents.height - mark_extents.y_bearing;
267 if ((y_gap > 0) == (pos.y_offset > 0))
269 base_extents.height -= pos.y_offset;
270 pos.y_offset = 0;
285 pos.y_offset = base_extents.y_bearing - (mark_extents.y_bearing + mark_extents.height);
287 if ((y_gap > 0) != (pos.y_offset > 0))
289 unsigned int correction = -pos.y_offset / 2;
292 pos.y_offset += correction;
317 base_extents.y_bearing += buffer->pos[base].y_offset;
322 hb_position_t x_offset = 0, y_offset = 0; local
[all...]
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_variance_avx2.c49 int y_offset,
61 int y_offset,
187 int y_offset,
194 y_offset, dst, dst_stride,
199 x_offset, y_offset,
211 int y_offset,
218 y_offset, dst, dst_stride,
227 int y_offset,
236 y_offset, dst, dst_stride,
241 y_offset, ds
184 vp9_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_ptr) argument
208 vp9_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_ptr) argument
224 vp9_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 *sseptr, const uint8_t *sec) argument
250 vp9_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 *sseptr, const uint8_t *sec) argument
[all...]
H A Dvp9_subpel_variance_impl_intrin_avx2.c124 int y_offset,
137 // x_offset = 0 and y_offset = 0
139 if (y_offset == 0) {
148 // x_offset = 0 and y_offset = 8
149 } else if (y_offset == 8) {
160 // x_offset = 0 and y_offset = bilin interpolation
164 y_offset <<= 5;
166 (bilinear_filters_avx2 + y_offset));
177 // x_offset = 8 and y_offset = 0
179 if (y_offset
121 vp9_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
312 vp9_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
[all...]
/external/skia/gm/
H A Dcoloremoji.cpp91 size_t y_offset = 0; variable
95 y_offset += textYOffset[y];
120 canvas->drawText(text, strlen(text), 380, SkIntToScalar(y_offset),
122 y_offset += 32;
/external/webp/src/enc/
H A Dpicture_rescale.c145 const int y_offset = top * pic->y_stride + left; local
147 CopyPlane(pic->y + y_offset, pic->y_stride,
/external/libavc/common/
H A Dih264_inter_pred_filters.c537 WORD32 y_offset = dydx >> 2; local
541 y_offset = y_offset & 0x3;
547 pu1_pred1 = pu1_src + (y_offset >> 1) * src_strd;
621 WORD32 y_offset = dydx >> 2; local
626 y_offset = y_offset & 0x3;
632 pu1_pred_horz = pu1_src + (y_offset >> 1) * src_strd;
838 WORD32 y_offset = dydx >> 2; local
844 y_offset
[all...]
/external/libavc/decoder/
H A Dih264d_thread_parse_decode.c122 UWORD32 u4_frame_stride, y_offset; local
130 y_offset = (u2_mb_y * u4_frame_stride) << 4;
132 ps_dec->s_cur_pic.pu1_buf1 + y_offset;
136 y_offset = (u2_mb_y * u4_frame_stride) << 3;
138 ps_dec->s_cur_pic.pu1_buf2 + y_offset;
140 ps_dec->s_cur_pic.pu1_buf3 + y_offset;
447 UWORD32 u4_frame_stride, x_offset, y_offset; local
517 y_offset = (i16_mb_y * u4_frame_stride) << 4;
521 ps_trns_addr->pu1_dest_y = ps_dec->s_cur_pic.pu1_buf1 + x_offset + y_offset;
525 y_offset
[all...]
H A Dih264d_mb_utils.c1399 UWORD32 y_offset; local
1428 y_offset = (u2_mb_y * u4_frame_stride) << 4;
1429 ps_trns_addr->pu1_dest_y = ps_dec->s_cur_pic.pu1_buf1 + y_offset;
1433 y_offset = (u2_mb_y * u4_frame_stride) << 3;
1434 ps_trns_addr->pu1_dest_u = ps_dec->s_cur_pic.pu1_buf2 + y_offset;
1435 ps_trns_addr->pu1_dest_v = ps_dec->s_cur_pic.pu1_buf3 + y_offset;
H A Dih264d_thread_compute_bs.c399 UWORD32 x_offset, y_offset; local
468 y_offset = (i16_mb_y * u4_frame_stride) << 4;
471 ps_trns_addr->pu1_dest_y = ps_dec->s_cur_pic.pu1_buf1 + x_offset + y_offset;
476 y_offset = (i16_mb_y * u4_frame_stride) << 3;
480 ps_trns_addr->pu1_dest_u = ps_dec->s_cur_pic.pu1_buf2 + x_offset + y_offset;
481 ps_trns_addr->pu1_dest_v = ps_dec->s_cur_pic.pu1_buf3 + x_offset + y_offset;
627 y_offset = (u2_mb_y * u4_frame_stride) << 4;
628 ps_trns_addr->pu1_dest_y = ps_dec->s_cur_pic.pu1_buf1 + y_offset;
632 y_offset = (u2_mb_y * u4_frame_stride) << 3;
633 ps_trns_addr->pu1_dest_u = ps_dec->s_cur_pic.pu1_buf2 + y_offset;
[all...]
H A Dih264d_parse_slice.c1735 UWORD32 y_offset; local
1760 y_offset = (u2_mb_y * u4_frame_stride) << 4;
1763 + y_offset;
1767 y_offset = (u2_mb_y * u4_frame_stride) << 3;
1772 + y_offset;
1774 + y_offset;
/external/libpng/
H A Dpnginfo.h175 png_int_32 y_offset; /* y offset on page */ member in struct:png_info_def
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.h95 uint32_t y_offset; member in class:brw_blorp_mip_info
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dpnginfo.h175 png_int_32 y_offset; /* y offset on page */ member in struct:png_info_def
/external/webp/include/webp/
H A Ddemux.h139 int x_offset, y_offset; // offset relative to the canvas. member in struct:WebPIterator
/external/webp/src/webp/
H A Ddemux.h139 int x_offset, y_offset; // offset relative to the canvas. member in struct:WebPIterator
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_line.c297 float y_offset=0; local
409 y_offset = x_offset * dydx;
417 y_offset = x_offset * dydx;
431 y[0] = subpixel_snap(v1[0][1] + y_offset - setup->pixel_offset) - fixed_width/2;
434 y[3] = subpixel_snap(v1[0][1] + y_offset - setup->pixel_offset) + fixed_width/2;
505 y_offset = - y2diff + 0.5;
506 x_offset = y_offset * dxdy;
512 y_offset = - y1diff - 0.5;
513 x_offset = y_offset * dxdy;
528 y[0] = subpixel_snap(v1[0][1] + y_offset
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_mipmap_tree.h97 /** Offset to this miptree level, used in computing y_offset. */
133 * y = mt->level[l].slice[s].y_offset
136 GLuint y_offset; member in struct:intel_mipmap_level::intel_mipmap_slice
/external/skia/src/effects/
H A DSkMagnifierImageFilter.cpp56 float y_offset() const { return fYOffset; } function in class:GrMagnifierEffect
191 pdman.set2f(fOffsetVar, zoom.x_offset(), zoom.y_offset());
/external/freetype/src/autofit/
H A Dafcjk.c91 FT_Long y_offset; local
111 &y_offset );
120 &y_offset );
129 &y_offset );
327 FT_Long y_offset; local
344 af_get_char_index( &metrics->root, ch, &glyph_index, &y_offset );
524 FT_Long y_offset; local
527 af_get_char_index( &metrics->root, i, &glyph_index, &y_offset );
/external/libhevc/decoder/
H A Dihevcd_api.c3928 WORD32 disp_wd, disp_ht, buffer_wd, buffer_ht, x_offset, y_offset; local
3972 y_offset = 0;
3976 y_offset = PAD_TOP;
3985 ps_op->u4_y_offset[0] = y_offset;

Completed in 676 milliseconds

12