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

1 2 3 4

  /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/qemu/distrib/jpeg-6b/
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...]
  /hardware/samsung_slsi/exynos5/include/
s3c_lcd.h 50 unsigned int yoffset; /* resolution */ member in struct:__anon19390
  /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;
  /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;
  /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 125 int yoffset[4]; member in struct:vdec_vc1_panscan_regions
  /external/kernel-headers/original/linux/
msm_q6vdec.h 129 int yoffset[4]; member in struct:vdec_vc1_panscan_regions
  /external/webp/src/enc/
backward_references.c 56 const int yoffset = dist / xsize; local
57 const int xoffset = dist - yoffset * xsize;
58 if (xoffset <= 8 && yoffset < 8) {
59 return plane_to_code_lut[yoffset * 16 + 8 - xoffset] + 1;
60 } else if (xoffset > xsize - 8 && yoffset < 7) {
61 return plane_to_code_lut[(yoffset + 1) * 16 + 8 + (xsize - xoffset)] + 1;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java 271 int yoffset = component.mBounds.top - mScrollY; local
273 canvas.translate(xoffset, yoffset);
287 canvas.translate(-xoffset, -yoffset);
407 int yoffset = 0; local
413 yoffset += bounds.top;
416 out.set(xoffset, yoffset, xoffset + descendant.getWidth(),
417 yoffset + descendant.getHeight());
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_q6vdec.h 110 int yoffset[4]; member in struct:vdec_vc1_panscan_regions
  /prebuilts/ndk/4/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
  /external/webp/src/dec/
vp8l.c 142 const int yoffset = dist_code >> 4; local
144 const int dist = yoffset * xsize + xoffset;
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
fb.h 211 __u32 yoffset; member in struct:fb_var_screeninfo
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
fb.h 211 __u32 yoffset; member in struct:fb_var_screeninfo
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
fb.h 211 __u32 yoffset; member in struct:fb_var_screeninfo

Completed in 1284 milliseconds

1 2 3 4