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

1 2 3 4 5

  /external/libvpx/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c 25 int yoffset; local
41 yoffset = ystride * (((yheight >> 5) * 16) - 4);
42 src_y = src_ybc->y_buffer + yoffset;
43 dst_y = dst_ybc->y_buffer + yoffset;
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_delegate.h 40 GLint yoffset; member in struct:gpu::AsyncTexSubImage2DParams
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_images.c 406 VGint xoffset = 0, yoffset = 0; local
428 yoffset = -sy;
429 yoffset *= dataStride;
458 dst + yoffset + xoffset);
mask.c 112 VGint xoffset = 0, yoffset = 0; local
121 yoffset = -sy;
125 yoffset *= dataStride;
142 dst + yoffset + xoffset);
image.c 389 VGint xoffset = 0, yoffset = 0; local
397 yoffset -= y;
424 src += (dataStride * 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/libvpx/vp8/encoder/
picklpf.c 32 int yoffset; local
48 yoffset = ystride * (((yheight >> 5) * 16) - 4);
49 src_y = src_ybc->y_buffer + yoffset;
50 dst_y = dst_ybc->y_buffer + yoffset;
  /external/mesa3d/src/gallium/state_trackers/vega/
api_images.c 406 VGint xoffset = 0, yoffset = 0; local
428 yoffset = -sy;
429 yoffset *= dataStride;
458 dst + yoffset + xoffset);
mask.c 112 VGint xoffset = 0, yoffset = 0; local
121 yoffset = -sy;
125 yoffset *= dataStride;
142 dst + yoffset + xoffset);
image.c 389 VGint xoffset = 0, yoffset = 0; local
397 yoffset -= y;
424 src += (dataStride * yoffset);
  /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:__anon34023
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
SwapChain11.cpp 348 const int yoffset = std::max(mHeight - previousHeight, 0); local
349 deviceContext->CopySubresourceRegion(mOffscreenTexture, 0, 0, yoffset, 0, previousOffscreenTexture, 0, &sourceBox);
  /external/libvpx/libvpx/vp8/common/
reconinter.c 254 int yoffset = i * 8 + j * 2; local
260 temp = x->block[yoffset ].bmi.mv.as_mv.row
261 + x->block[yoffset+1].bmi.mv.as_mv.row
262 + x->block[yoffset+4].bmi.mv.as_mv.row
263 + x->block[yoffset+5].bmi.mv.as_mv.row;
269 temp = x->block[yoffset ].bmi.mv.as_mv.col
270 + x->block[yoffset+1].bmi.mv.as_mv.col
271 + x->block[yoffset+4].bmi.mv.as_mv.col
272 + x->block[yoffset+5].bmi.mv.as_mv.col;
542 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;
  /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);
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Texture.cpp 215 bool Texture::subImage(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, rx::Image *image)
219 image->loadData(xoffset, yoffset, width, height, unpackAlignment, pixels);
226 bool Texture::subImageCompressed(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *pixels, rx::Image *image)
230 image->loadCompressedData(xoffset, yoffset, width, height, pixels);
465 void Texture2D::commitRect(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height)
470 if (image->updateSurface(mTexStorage, level, xoffset, yoffset, width, height))
477 void Texture2D::subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels)
479 if (Texture::subImage(xoffset, yoffset, width, height, format, type, unpackAlignment, pixels, mImageArray[level]))
481 commitRect(level, xoffset, yoffset, width, height);
485 void Texture2D::subImageCompressed(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *pixels
1031 commitRect(faceIndex(target), level, xoffset, yoffset, width, height); local
1039 commitRect(faceIndex(target), level, xoffset, yoffset, width, height); local
    [all...]
  /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;
  /packages/apps/Launcher3/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;

Completed in 829 milliseconds

1 2 3 4 5