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

  /external/linux-tools-perf/util/ui/browsers/
hists.c 326 h->row_offset, h->nr_rows);
366 off_t *row_offset,
403 if (*row_offset != 0) {
404 --*row_offset;
444 new_level, row, row_offset,
458 off_t *row_offset,
473 if (*row_offset != 0) {
474 --*row_offset;
500 row_offset,
509 off_t *row_offset,
538 off_t row_offset = entry->row_offset; local
    [all...]
  /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/qemu/distrib/jpeg-6b/
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/linux-tools-perf/util/
sort.h 52 * @row_offset - offset from the first callchain expanded to appear on screen
69 u16 row_offset; member in struct:hist_entry
hist.c 915 h->row_offset = 0;
  /external/libvpx/libvpx/vpx_scale/generic/
vpxscale.c 894 int row_offset, col_offset; local
899 row_offset = (dst_yuv_config->y_height - src_yuv_config->y_height) / 2;
904 dst_data_pointer = (unsigned char *)dst_yuv_config->y_buffer + (row_offset * dst_yuv_config->y_stride) + col_offset;
912 row_offset /= 2;
917 dst_data_pointer = (unsigned char *)dst_yuv_config->u_buffer + (row_offset * dst_yuv_config->uv_stride) + col_offset;
927 dst_data_pointer = (unsigned char *)dst_yuv_config->v_buffer + (row_offset * dst_yuv_config->uv_stride) + col_offset;
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 432 row_offset = 0
433 while row_offset < len(self._row_lengths) - 1 and single_line_column_number >= total_columns + self._row_lengths[row_offset]:
434 total_columns += self._row_lengths[row_offset]
435 row_offset += 1
436 return self._starting_row + row_offset
    [all...]
  /external/libpng/
png.h     [all...]

Completed in 260 milliseconds