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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/libvpx/source/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/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;
  /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/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_delegate.h 39 GLint yoffset; member in struct:gpu::AsyncTexSubImage2DParams
  /external/chromium_org/third_party/libvpx/source/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/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);
  /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...]
  /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);
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jctrans.c 285 int blkn, ci, xindex, yindex, yoffset, blockcnt; local
302 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
303 yoffset++) {
315 yindex+yoffset < compptr->last_row_height) {
317 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
340 coef->MCU_vert_offset = yoffset;
fpdfapi_jccoefct.c 150 int blkn, bi, ci, yindex, yoffset, blockcnt; local
155 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
156 yoffset++) {
174 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
177 yoffset+yindex < compptr->last_row_height) {
207 coef->MCU_vert_offset = yoffset;
346 int blkn, ci, xindex, yindex, yoffset; local
365 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
    [all...]
  /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...]
  /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;
  /hardware/samsung_slsi/exynos5/include/
s3c_lcd.h 50 unsigned int yoffset; /* resolution */ member in struct:__anon41813
  /external/chromium_org/chrome/test/chromedriver/
element_commands.cc 236 int xoffset, yoffset, speed; local
239 if (!params.GetInteger("yoffset", &yoffset))
240 return Status(kUnknownError, "'yoffset' must be an integer");
252 std::sqrt(static_cast<double>(xoffset * xoffset + yoffset * yoffset));
256 (speed * yoffset) / (kFlickTouchEventsPerSecond * offset);
270 TouchEvent(kTouchEnd, location.x + xoffset, location.y + yoffset));
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
SwapChain11.cpp 292 const int yoffset = std::max(mHeight - previousHeight, 0); local
293 deviceContext->CopySubresourceRegion(mOffscreenTexture, 0, 0, yoffset, 0, previousOffscreenTexture, 0, &sourceBox);
  /external/chromium_org/third_party/libvpx/source/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/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;
  /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...]

Completed in 1165 milliseconds

1 2 3 4 5 6 7