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

1 2

  /external/libvpx/vp8/encoder/arm/
picklpf_arm.c 30 int yoffset; local
44 yoffset = ystride * ((yheight >> 5) * 16 - 8);
45 src_y = src_ybc->y_buffer + yoffset;
46 dst_y = dst_ybc->y_buffer + yoffset;
  /external/jpeg/
jctrans.c 284 int blkn, ci, xindex, yindex, yoffset, blockcnt; local
301 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
302 yoffset++) {
314 yindex+yoffset < compptr->last_row_height) {
316 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
339 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 153 int blkn, ci, xindex, yindex, yoffset, useful_width; local
168 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
169 yoffset++) {
181 coef->MCU_vert_offset = yoffset;
203 yoffset * compptr->DCT_scaled_size;
207 yoffset+yindex < compptr->last_row_height) {
259 int blkn, ci, xindex, yindex, yoffset; local
295 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row
396 int ci, xindex, yindex, yoffset; local
456 int blkn, ci, xindex, yindex, yoffset; local
    [all...]
  /external/libvpx/vp8/encoder/
picklpf.c 47 int yoffset; local
61 yoffset = ystride * ((yheight >> 5) * 16 - 8);
62 src_y = src_ybc->y_buffer + yoffset;
63 dst_y = dst_ybc->y_buffer + yoffset;
pickinter.c 77 int yoffset = d->bmi.mv.as_mv.row & 7; local
81 if (xoffset | yoffset)
83 return vfp->svf(in_what, in_what_stride, xoffset, yoffset, what, what_stride, sse);
  /external/libvpx/vpx_scale/dm642/
yv12extend.c 359 int yoffset, uvoffset; local
368 yoffset = border * (ystride + 1);
372 src_ybc->y_buffer - yoffset,
373 dst_ybc->y_buffer - yoffset,
  /external/libvpx/vp8/common/
reconinter.c 425 int yoffset = i * 8 + j * 2; local
431 temp = x->block[yoffset ].bmi.mv.as_mv.row
432 + x->block[yoffset+1].bmi.mv.as_mv.row
433 + x->block[yoffset+4].bmi.mv.as_mv.row
434 + x->block[yoffset+5].bmi.mv.as_mv.row;
444 temp = x->block[yoffset ].bmi.mv.as_mv.col
445 + x->block[yoffset+1].bmi.mv.as_mv.col
446 + x->block[yoffset+4].bmi.mv.as_mv.col
447 + x->block[yoffset+5].bmi.mv.as_mv.col;
  /packages/apps/Camera/src/com/android/camera/ui/
GLOptionItem.java 132 int yoffset = p.top + (height - title.getHeight()) / 2; local
134 title.draw(root, xoffset, yoffset);
137 yoffset = p.top + (height - checkbox.getHeight()) / 2;
138 checkbox.draw(root, width - checkbox.getWidth(), yoffset);
IndicatorBar.java 119 int yoffset = mPaddings.top; local
122 int cHeight = (cBottom - yoffset) / (count - i);
123 int nextYoffset = yoffset + cHeight;
124 getComponent(i).layout(xoffset, yoffset, cRight, nextYoffset);
125 yoffset = nextYoffset;
ZoomController.java 222 float yoffset = mSliderBottom - sSlider.getHeight() / 2; local
226 (int) (yoffset - t.getHeight() / 2));
227 yoffset -= labelStep * gap;
233 yoffset = mSliderBottom - sSlider.getHeight() / 2;
236 tickMark.draw(root, xoffset, (int) (yoffset - halfHeight));
237 yoffset -= labelStep * gap;
244 yoffset = mSliderBottom - sSlider.getHeight() / 2;
248 tickMark.draw(root, xoffset, (int) (yoffset - halfHeight));
250 yoffset -= gap;
GLListView.java 175 int yoffset = mScrollY * getHeight() / mScrollHeight; local
178 root, mScrollbar, getWidth() - width, yoffset,
184 root, getWidth() - width, yoffset, width, height);
240 int yoffset = 0; local
245 int nextOffset = yoffset + item.getMeasuredHeight();
246 item.layout(0, yoffset, width, nextOffset);
247 yoffset = nextOffset;
GLView.java 206 int yoffset = component.mBounds.top - mScrollY; local
210 matrix.preTranslate(xoffset, yoffset);
226 matrix.preTranslate(-xoffset, -yoffset);
349 int yoffset = 0; local
355 yoffset += bounds.top;
358 out.set(xoffset, yoffset, xoffset + descendant.getWidth(),
359 yoffset + descendant.getHeight());
HeadUpDisplay.java 210 int yoffset = Math.max(0, anchorY - height / 2); local
212 if (yoffset + height > getHeight()) {
213 yoffset = getHeight() - height;
215 mPopupWindow.setAnchorPosition(anchorY - yoffset);
217 xoffset, yoffset, xoffset + width, yoffset + height);
  /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;
  /development/samples/ApiDemos/src/com/example/android/apis/os/
Sensors.java 117 final float yoffset = mYOffset; local
122 cavas.drawLine(0, yoffset, maxx, yoffset, paint);
123 cavas.drawLine(0, yoffset+oneG, maxx, yoffset+oneG, paint);
124 cavas.drawLine(0, yoffset-oneG, maxx, yoffset-oneG, paint);
  /bionic/libc/kernel/common/linux/
msm_q6vdec.h 110 int yoffset[4]; member in struct:vdec_vc1_panscan_regions
fb.h 211 __u32 yoffset; member in struct:fb_var_screeninfo
  /external/kernel-headers/original/linux/
msm_q6vdec.h 129 int yoffset[4]; member in struct:vdec_vc1_panscan_regions
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
msm_q6vdec.h 110 int yoffset[4]; member in struct:vdec_vc1_panscan_regions
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
msm_q6vdec.h 110 int yoffset[4]; member in struct:vdec_vc1_panscan_regions
  /development/ndk/platforms/android-3/include/linux/
fb.h 211 __u32 yoffset; member in struct:fb_var_screeninfo
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
fb.h 211 __u32 yoffset; member in struct:fb_var_screeninfo
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
fb.h 211 __u32 yoffset; member in struct:fb_var_screeninfo
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
fb.h 211 __u32 yoffset; member in struct:fb_var_screeninfo

Completed in 1877 milliseconds

1 2