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

12

/external/libmpeg2/decoder/
H A Dimpeg2d_api_main.c1185 WORD32 disp_wd, disp_ht, buffer_wd, buffer_ht, x_offset, y_offset; local
1234 y_offset = 0;
1242 ps_op->u4_y_offset[0] = y_offset;
/external/webp/src/dec/
H A Dframe.c253 const int y_offset = cache_id * 16 * dec->cache_y_stride_; local
255 uint8_t* const ydst = dec->cache_y_ - ysize + y_offset;
283 io->y = dec->cache_y_ + y_offset;
811 const int y_offset = cache_id * 16 * dec->cache_y_stride_; local
813 uint8_t* const y_out = dec->cache_y_ + mb_x * 16 + y_offset;
/external/freetype/src/autofit/
H A Daflatin.c78 FT_Long y_offset; local
105 &y_offset );
114 &y_offset );
123 &y_offset );
346 FT_Long y_offset; local
356 af_get_char_index( &metrics->root, ch, &glyph_index, &y_offset );
689 best_y += y_offset;
828 FT_Long y_offset; local
831 af_get_char_index( &metrics->root, i, &glyph_index, &y_offset );
/external/harfbuzz_ng/src/
H A Dhb-coretext.cc876 hb_position_t x_advance, y_advance, x_offset, y_offset; local
878 hb_font_get_glyph_origin_for_direction (font, notdef, dir, &x_offset, &y_offset);
881 y_offset = -y_offset;
901 info->var2.u32 = y_offset;
1020 pos->y_offset = info->var2.u32;
1028 pos->y_offset = info->var2.u32;
/external/libavc/common/x86/
H A Dih264_inter_pred_filters_ssse3.c1794 WORD32 y_offset; local
1807 y_offset = dydx & 0xf;
1814 pu1_pred1 = pu1_src + (y_offset >> 3) * src_strd;
2122 WORD32 x_offset, y_offset; local
2132 y_offset = dydx >> 2;
2136 pu1_pred_horiz = pu1_src + (y_offset >> 1) * src_strd - 2;
3298 WORD32 y_offset; local
3301 y_offset = (dydx & 0xf) >> 2;
3304 pi2_temp3 = pi2_temp1 + (y_offset >> 1) * wd;
/external/libavc/decoder/
H A Dih264d_api.c4379 UWORD32 disp_wd, disp_ht, buffer_wd, buffer_ht, x_offset, y_offset; local
4423 y_offset = 0;
4427 y_offset = (PAD_LEN_Y_V << 1);
4433 y_offset += ps_dec->u2_crop_offset_y / ps_dec->u2_frm_wd_y;
4443 ps_op->u4_y_offset[0] = y_offset;
/external/libpng/
H A Dpngwutil.c1773 png_write_oFFs(png_structrp png_ptr, png_int_32 x_offset, png_int_32 y_offset, argument
1784 png_save_int_32(buf + 4, y_offset);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1325 LLVMValueRef y_offset; local
1329 &y_offset, out_j);
1330 offset = lp_build_add(bld, offset, y_offset);
H A Dlp_bld_sample_aos.c601 LLVMValueRef y_offset; local
608 &y_offset, &y_subcoord);
609 offset = lp_build_add(&bld->int_coord_bld, offset, y_offset);
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_main.cpp356 int y_offset = dest_top - src_top; local
360 FX_RECT dest_rect(src_rect.left + x_offset, src_rect.top + y_offset,
361 src_rect.right + x_offset, src_rect.bottom + y_offset);
370 src_top = dest_top - y_offset;
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngwutil.c1772 png_write_oFFs(png_structrp png_ptr, png_int_32 x_offset, png_int_32 y_offset, argument
1783 png_save_int_32(buf + 4, y_offset);
/external/freetype/include/internal/
H A Dtttypes.h675 /* y_offset :: The element's top bearing. */
681 FT_Char y_offset; member in struct:TT_SBit_ComponentRec_
/external/pdfium/third_party/freetype/include/internal/
H A Dtttypes.h677 /* y_offset :: The element's top bearing. */
683 FT_Char y_offset; member in struct:TT_SBit_ComponentRec_
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_structs.h852 GLuint y_offset:4; member in struct:gen7_surface_state::__anon12661
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1102 milliseconds

12