HomeSort by relevance Sort by last modified time
    Searched defs:yoffset (Results 1 - 25 of 65) sorted by null

1 2 3

  /frameworks/av/cmds/screenrecord/
FontBitmap.h 11 static const uint16_t yoffset[]; member in class:FontBitmap
6558 const uint16_t FontBitmap::yoffset[] = { member in class:FontBitmap
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_pbo.h 33 int yoffset; member in struct:st_pbo_addresses
54 int32_t yoffset; member in struct:st_pbo_addresses::__anon30626
  /external/libjpeg-turbo/
jctrans.c 298 int blkn, ci, xindex, yindex, yoffset, blockcnt; local
315 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
316 yoffset++) {
328 yindex+yoffset < compptr->last_row_height) {
330 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
353 coef->MCU_vert_offset = yoffset;
jccoefct.c 149 int blkn, bi, ci, yindex, yoffset, blockcnt; local
154 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
155 yoffset++) {
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
176 yoffset+yindex < compptr->last_row_height) {
206 coef->MCU_vert_offset = yoffset;
345 int blkn, ci, xindex, yindex, yoffset; local
364 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row
    [all...]
jdcoefct.c 92 int blkn, ci, xindex, yindex, yoffset, useful_width; local
99 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
100 yoffset++) {
108 coef->MCU_vert_offset = yoffset;
135 yoffset * compptr->_DCT_scaled_size;
140 yoffset+yindex < compptr->last_row_height) {
195 int blkn, ci, xindex, yindex, yoffset; local
215 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row
    [all...]
transupp.c 897 JDIMENSION xoffset, yoffset; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
picklpf.c 33 int yoffset; local
49 yoffset = ystride * (((yheight >> 5) * 16) - 4);
50 src_y = src_ybc->y_buffer + yoffset;
51 dst_y = dst_ybc->y_buffer + yoffset;
pickinter.c 153 int yoffset = this_mv.as_mv.row & 7; local
157 if (xoffset | yoffset) {
158 return vfp->svf(in_what, in_what_stride, xoffset, yoffset, what,
    [all...]
  /external/libvpx/libvpx/vp8/common/
reconinter.c 178 int yoffset = i * 8 + j * 2; local
184 temp = x->block[yoffset].bmi.mv.as_mv.row +
185 x->block[yoffset + 1].bmi.mv.as_mv.row +
186 x->block[yoffset + 4].bmi.mv.as_mv.row +
187 x->block[yoffset + 5].bmi.mv.as_mv.row;
193 temp = x->block[yoffset].bmi.mv.as_mv.col +
194 x->block[yoffset + 1].bmi.mv.as_mv.col +
195 x->block[yoffset + 4].bmi.mv.as_mv.col +
196 x->block[yoffset + 5].bmi.mv.as_mv.col;
454 int yoffset = i * 8 + j * 2 local
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 270 int yoffset = jas_image_tly( m_image ); local
280 uchar* dst = data + (y - yoffset) * step - xoffset;
332 int yoffset = jas_image_tly( m_image ); local
342 ushort* dst = data + (y - yoffset) * step - xoffset;
  /hardware/intel/img/psb_video/src/x11/
psb_ctexture.c 389 unsigned int xres, yres, xoffset, yoffset, overscanmode, pannelfitting; local
392 psb_xrandr_extvideo_prop(&xres, &yres, &xoffset, &yoffset, &center, &subtitle, &overscanmode, &pannelfitting);
395 yres = extend_display_height - yoffset;
398 ret = psb_extend_dri_init(ctx, xoffset, yoffset, xres, yres);
406 srcx, srcy, srcw, srch, xoffset, yoffset, xres, yres, texture_priv->extend_current_blt_buffer);
psb_coverlay.c 1205 unsigned int xres, yres, xoffset, yoffset, overscanmode, pannelfitting, x, y; local
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
LayoutRenderer.java 147 int yoffset = (getHeight() - insets.top - insets.bottom - root.height) / 2 + insets.top + 1; local
150 y -= yoffset;
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageView.java 263 int yoffset = Math.round((getHeight() - mTempRectF.height()) / 2 / scale); local
270 cy += (mTempRectF.top / scale) - yoffset;
272 cy -= (mTempRectF.top / scale) - yoffset;
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageView.java 263 int yoffset = Math.round((getHeight() - mTempRectF.height()) / 2 / scale); local
270 cy += (mTempRectF.top / scale) - yoffset;
272 cy -= (mTempRectF.top / scale) - yoffset;
  /external/fio/
graph.c 82 double xoffset, yoffset; member in struct:graph
111 void graph_set_position(struct graph *g, double xoffset, double yoffset)
114 g->yoffset = yoffset;
446 cairo_translate(cr, bg->xoffset, bg->yoffset);
538 cairo_translate(cr, g->xoffset, g->yoffset);
951 int first_y = g->yoffset;
952 int last_y = g->yoffset + g->ydim;
968 y -= g->yoffset;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 1546 GLfloat yoffset = dPriv ? (GLfloat) dPriv->h : 0; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 1354 GLfloat yoffset = dPriv ? (GLfloat) dPriv->h : 0; local
    [all...]
  /external/syslinux/gpxe/src/arch/i386/include/
vga.h 63 #define VMODE_CONUPDATE 512 /* don't update x/yoffset */
196 __u32 yoffset; /* resolution */ member in struct:screeninfo
  /external/webp/src/enc/
backward_references_enc.c 50 const int yoffset = dist / xsize; local
51 const int xoffset = dist - yoffset * xsize;
52 if (xoffset <= 8 && yoffset < 8) {
53 return plane_to_code_lut[yoffset * 16 + 8 - xoffset] + 1;
54 } else if (xoffset > xsize - 8 && yoffset < 7) {
55 return plane_to_code_lut[(yoffset + 1) * 16 + 8 + (xsize - xoffset)] + 1;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java 272 int yoffset = component.mBounds.top - mScrollY; local
274 canvas.translate(xoffset, yoffset);
288 canvas.translate(-xoffset, -yoffset);
408 int yoffset = 0; local
414 yoffset += bounds.top;
417 out.set(xoffset, yoffset, xoffset + descendant.getWidth(),
418 yoffset + descendant.getHeight());
  /packages/apps/Launcher3/src/com/android/launcher3/
WidgetPreviewLoader.java 423 int yoffset = (previewHeight - iconSize) / 2; local
424 icon.setBounds(hoffset, yoffset, hoffset + iconSize, yoffset + iconSize);
  /external/webp/src/dec/
vp8l_dec.c 172 const int yoffset = dist_code >> 4; local
174 const int dist = yoffset * xsize + xoffset;
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_q6vdec.h 159 int yoffset[4]; member in struct:vdec_vc1_panscan_regions
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6vdec.h 134 int yoffset[4]; member in struct:vdec_vc1_panscan_regions

Completed in 639 milliseconds

1 2 3