HomeSort by relevance Sort by last modified time
    Searched refs:offset_y (Results 1 - 17 of 17) sorted by null

  /external/jpeg/
transupp.c 71 int ci, k, offset_y; local
92 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) {
94 ptr1 = buffer[offset_y][blk_x];
95 ptr2 = buffer[offset_y][comp_width - blk_x - 1];
121 int ci, i, j, offset_y; local
156 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++)
192 int ci, i, j, offset_x, offset_y; local
240 int ci, i, j, offset_x, offset_y; local
304 int ci, i, j, offset_x, offset_y; local
368 int ci, i, j, offset_y; local
473 int ci, i, j, offset_x, offset_y; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.h 178 *y += this->offset_y;
SDL_fbevents.c 931 screen_arealen = ((screen->h + (2*this->offset_y)) * screen->pitch);
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_sysvideo.h 286 int offset_y; member in struct:SDL_VideoDevice
SDL_video.c 212 video->offset_y = 0;
709 video->offset_y = 0;
716 video->offset_y = (mode->h-height)/2;
717 mode->offset = video->offset_y*mode->pitch +
1067 rects[i].y += video->offset_y;
1072 rects[i].y -= video->offset_y;
    [all...]
SDL_surface.c 427 hw_srcrect.y += current_video->offset_y;
433 hw_dstrect.y += current_video->offset_y;
593 hw_rect.y += current_video->offset_y;
  /external/libpng/
pngget.c 618 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
623 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
626 *offset_y = info_ptr->y_offset;
pngtest.c 1015 png_int_32 offset_x, offset_y; local
1018 if (png_get_oFFs(read_ptr, read_info_ptr, &offset_x, &offset_y,
1021 png_set_oFFs(write_ptr, write_info_ptr, offset_x, offset_y, unit_type);
    [all...]
pngset.c 274 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
282 info_ptr->y_offset = offset_y;
    [all...]
pngrutil.c 1627 png_int_32 offset_x, offset_y; local
    [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngget.c 587 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
590 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
594 *offset_y = info_ptr->y_offset;
pngset.c 370 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
377 info_ptr->y_offset = offset_y;
    [all...]
png.h     [all...]
pngrutil.c 1531 png_int_32 offset_x, offset_y; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
pred_inter.cpp 49 int block_x, block_y, offset_x, offset_y, offsetP, offset; local
96 offset_y = y_position + (block_y << 2);
98 y_pos = (offset_y << 2) + *mv; /*quarter pel */
100 //offset = offset_y * currPic->width;
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 52 int block_x, block_y, offset_x, offset_y, offsetP, offset; local
92 offset_y = y_position + (block_y << 2);
94 y_pos = (offset_y << 2) + *mv; /*quarter pel */
96 //offset = offset_y * currPic->width;
    [all...]

Completed in 440 milliseconds