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

  /external/jpeg/
jdapistd.c 218 int row_offset = *start_y / lines_per_iMCU_row; local
227 *height = (*start_y - row_offset * lines_per_iMCU_row) + *height;
229 *start_y = row_offset * lines_per_iMCU_row;
233 cinfo->input_iMCU_row = row_offset;
234 cinfo->output_iMCU_row = row_offset;
250 cinfo->output_scanline = lines_per_iMCU_row * row_offset / sample_size;
255 cinfo->input_iMCU_row = row_offset;
256 cinfo->output_iMCU_row = row_offset;
  /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
774 row_offset = (dst_yuv_config->y_height - src_yuv_config->y_height) / 2;
779 dst_data_pointer = (char *)dst_yuv_config->y_buffer + (row_offset * dst_yuv_config->y_stride) + col_offset;
788 row_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/libpng/
png.h     [all...]

Completed in 243 milliseconds