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

12

/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/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.h85 static INLINE int scaled_buffer_offset(int x_offset, int y_offset, int stride, argument
88 const int y = sf ? sf->scale_value_y(y_offset, sf) : y_offset;
H A Dvp9_mfqe.c222 int mi_offset, y_offset, uv_offset; local
239 y_offset = 32;
243 y_offset = 16;
261 mfqe_block(bs_tmp, y + y_offset, u + uv_offset, v + uv_offset,
262 y_stride, uv_stride, yd + y_offset, ud + uv_offset,
267 mfqe_block(bs_tmp, y + y_offset * y_stride, u + uv_offset * uv_stride,
269 yd + y_offset * yd_stride, ud + uv_offset * uvd_stride,
272 mfqe_block(bs_tmp, y + y_offset * y_stride + y_offset,
275 uv_stride, yd + y_offset * yd_strid
[all...]
/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/vpx_dsp/x86/
H A Dvariance_avx2.c96 int x_offset, int y_offset,
104 int y_offset,
115 int y_offset,
121 y_offset, dst, dst_stride,
125 x_offset, y_offset,
136 int y_offset,
141 y_offset, dst, dst_stride,
149 int y_offset,
156 y_offset, dst, dst_stride,
161 y_offset, ds
112 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
133 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
146 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
170 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_impl_avx2.c312 int y_offset,
325 // x_offset = 0 and y_offset = 0
327 if (y_offset == 0) {
336 // x_offset = 0 and y_offset = 8
337 } else if (y_offset == 8) {
348 // x_offset = 0 and y_offset = bilin interpolation
352 y_offset <<= 5;
354 (bilinear_filters_avx2 + y_offset));
365 // x_offset = 8 and y_offset = 0
367 if (y_offset
309 vpx_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
500 vpx_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.c1721 UWORD32 y_offset; local
1746 y_offset = (u2_mb_y * u4_frame_stride) << 4;
1749 + y_offset;
1753 y_offset = (u2_mb_y * u4_frame_stride) << 3;
1758 + y_offset;
1760 + 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/libhevc/decoder/
H A Dihevcd_api.c2906 WORD32 disp_wd, disp_ht, buffer_wd, buffer_ht, x_offset, y_offset; local
2950 y_offset = 0;
2954 y_offset = PAD_TOP;
2963 ps_op->u4_y_offset[0] = y_offset;
/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());

Completed in 4580 milliseconds

12