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

  /external/elfcopy/
dwarf.c 2929 int *col_offset; member in struct:Frame_Chunk
    [all...]
  /external/libvpx/vpx_scale/generic/
vpxscale.c 967 int row_offset, col_offset; local
    [all...]
  /external/libvpx/vpx_scale/leapster/
vpxscale_lf.c 769 int row_offset, col_offset; local
775 col_offset = (dst_yuv_config->y_width - src_yuv_config->y_width) / 2;
779 dst_data_pointer = (char *)dst_yuv_config->y_buffer + (row_offset * dst_yuv_config->y_stride) + col_offset;
789 col_offset /= 2;
793 dst_data_pointer = (char *)dst_yuv_config->u_buffer + (row_offset * dst_yuv_config->uv_stride) + col_offset;
804 dst_data_pointer = (char *)dst_yuv_config->v_buffer + (row_offset * dst_yuv_config->uv_stride) + col_offset;
  /external/jpeg/
jdcoefct.c 302 int col_offset = cinfo->coef->column_left_boundary; local
305 [col_offset + yoffset * scan_header.MCUs_per_row]);
    [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 406 milliseconds