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

  /external/jpeg/
transupp.c 192 int ci, i, j, offset_x, offset_y; local
215 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++) {
216 src_ptr = src_buffer[offset_x][dst_blk_y + offset_y];
217 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x];
240 int ci, i, j, offset_x, offset_y; local
265 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++)
304 int ci, i, j, offset_x, 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 177 *x += this->offset_x;
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_sysvideo.h 285 int offset_x; member in struct:SDL_VideoDevice
SDL_video.c 211 video->offset_x = 0;
708 video->offset_x = 0;
715 video->offset_x = (mode->w-width)/2;
718 video->offset_x*mode->format->BytesPerPixel;
1066 rects[i].x += video->offset_x;
1071 rects[i].x -= video->offset_x;
    [all...]
SDL_surface.c 426 hw_srcrect.x += current_video->offset_x;
432 hw_dstrect.x += current_video->offset_x;
592 hw_rect.x += current_video->offset_x;
  /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)
625 *offset_x = info_ptr->x_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)
281 info_ptr->x_offset = offset_x;
    [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)
593 *offset_x = info_ptr->x_offset;
pngset.c 370 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
376 info_ptr->x_offset = offset_x;
    [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
95 offset_x = x_position + (block_x << 2);
97 x_pos = (offset_x << 2) + *mv++; /*quarter pel */
101 //offsetC = (offset >> 2) + (offset_x >> 1);
105 /*comp_Sl + offset + offset_x,*/
110 /*comp_Sl + offset + offset_x,*/
    [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
91 offset_x = x_position + (block_x << 2);
93 x_pos = (offset_x << 2) + *mv++; /*quarter pel */
97 //offsetC = (offset >> 2) + (offset_x >> 1);
100 /*comp_Sl + offset + offset_x,*/
    [all...]

Completed in 150 milliseconds