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

1 2 3 4 5 6

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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;
  /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/libjpeg-turbo/
jctrans.c 297 int blkn, ci, xindex, yindex, yoffset, blockcnt; local
314 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
315 yoffset++) {
327 yindex+yoffset < compptr->last_row_height) {
329 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
352 coef->MCU_vert_offset = yoffset;
jccoefct.c 148 int blkn, bi, ci, yindex, yoffset, blockcnt; local
153 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
154 yoffset++) {
172 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
175 yoffset+yindex < compptr->last_row_height) {
205 coef->MCU_vert_offset = yoffset;
344 int blkn, ci, xindex, yindex, yoffset; local
363 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row
    [all...]
jdcoefct.c 91 int blkn, ci, xindex, yindex, yoffset, useful_width; local
98 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
99 yoffset++) {
107 coef->MCU_vert_offset = yoffset;
134 yoffset * compptr->_DCT_scaled_size;
139 yoffset+yindex < compptr->last_row_height) {
194 int blkn, ci, xindex, yindex, yoffset; local
214 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row
    [all...]
transupp.c 896 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;
  /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/opencv3/3rdparty/libjpeg/
jctrans.c 281 int blkn, ci, xindex, yindex, yoffset, blockcnt; local
298 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
299 yoffset++) {
311 yindex+yoffset < compptr->last_row_height) {
313 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
336 coef->MCU_vert_offset = yoffset;
jccoefct.c 150 int blkn, bi, ci, yindex, yoffset, blockcnt; local
156 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
157 yoffset++) {
176 ypos = yoffset * compptr->DCT_v_scaled_size;
177 /* ypos == (yoffset+yindex) * DCTSIZE */
180 yoffset+yindex < compptr->last_row_height) {
210 coef->MCU_vert_offset = yoffset;
350 int blkn, ci, xindex, yindex, yoffset; local
369 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row
    [all...]
jdcoefct.c 154 int blkn, ci, xindex, yindex, yoffset, useful_width; local
161 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
162 yoffset++) {
171 coef->MCU_vert_offset = yoffset;
192 yoffset * compptr->DCT_v_scaled_size;
196 yoffset+yindex < compptr->last_row_height) {
250 int blkn, ci, xindex, yindex, yoffset; local
270 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_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;
fpdfapi_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...]
fpdfapi_jdcoefct.c 153 int blkn, ci, xindex, yindex, yoffset, useful_width; local
160 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
161 yoffset++) {
169 coef->MCU_vert_offset = yoffset;
190 yoffset * compptr->DCT_scaled_size;
194 yoffset+yindex < compptr->last_row_height) {
248 int blkn, ci, xindex, yindex, yoffset; local
268 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/libvpx/libvpx/vp8/common/
reconinter.c 211 int yoffset = i * 8 + j * 2; local
217 temp = x->block[yoffset ].bmi.mv.as_mv.row
218 + x->block[yoffset+1].bmi.mv.as_mv.row
219 + x->block[yoffset+4].bmi.mv.as_mv.row
220 + x->block[yoffset+5].bmi.mv.as_mv.row;
226 temp = x->block[yoffset ].bmi.mv.as_mv.col
227 + x->block[yoffset+1].bmi.mv.as_mv.col
228 + x->block[yoffset+4].bmi.mv.as_mv.col
229 + x->block[yoffset+5].bmi.mv.as_mv.col;
499 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/common/omx-components/videocodec/libvpx_internal/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...]
  /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);
  /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;
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg2000.cpp 299 int yoffset = jas_image_tly( image ); local
309 uchar* dst = data + (y - yoffset) * step - xoffset;
363 int yoffset = jas_image_tly( image ); local
373 ushort* dst = data + (y - yoffset) * step - xoffset;
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageView.java 189 int yoffset = Math.round((getHeight() - mTempRectF.height()) / 2 / scale); local
196 cy += (mTempRectF.top / scale) - yoffset;
198 cy -= (mTempRectF.top / scale) - 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;

Completed in 901 milliseconds

1 2 3 4 5 6