Searched defs:row_offset (Results 1 - 5 of 5) sorted by relevance

/external/jpeg/
H A Djdapistd.c218 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/
H A Djdapistd.c218 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/
H A Dsort.h52 * @row_offset - offset from the first callchain expanded to appear on screen
69 u16 row_offset; member in struct:hist_entry
/external/libvpx/vpx_scale/generic/
H A Dvpxscale.c967 int row_offset, col_offset; local
972 row_offset = (dst_yuv_config->y_height - src_yuv_config->y_height) / 2;
977 dst_data_pointer = (unsigned char *)dst_yuv_config->y_buffer + (row_offset * dst_yuv_config->y_stride) + col_offset;
986 row_offset /= 2;
991 dst_data_pointer = (unsigned char *)dst_yuv_config->u_buffer + (row_offset * dst_yuv_config->uv_stride) + col_offset;
1002 dst_data_pointer = (unsigned char *)dst_yuv_config->v_buffer + (row_offset * dst_yuv_config->uv_stride) + col_offset;
/external/linux-tools-perf/util/ui/browsers/
H A Dhists.c326 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,
362 hist_browser__show_callchain_node_rb_tree(struct hist_browser *self, struct callchain_node *chain_node, u64 total, int level, unsigned short row, off_t *row_offset, bool *is_current_entry) argument
455 hist_browser__show_callchain_node(struct hist_browser *self, struct callchain_node *node, int level, unsigned short row, off_t *row_offset, bool *is_current_entry) argument
506 hist_browser__show_callchain(struct hist_browser *self, struct rb_root *chain, int level, unsigned short row, off_t *row_offset, bool *is_current_entry) argument
538 off_t row_offset = entry->row_offset; local
[all...]

Completed in 274 milliseconds