Searched refs:col_offset (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/vpx_scale/generic/
H A Dvpxscale.c967 int row_offset, col_offset; local
973 col_offset = (dst_yuv_config->y_width - src_yuv_config->y_width) / 2;
977 dst_data_pointer = (unsigned char *)dst_yuv_config->y_buffer + (row_offset * dst_yuv_config->y_stride) + col_offset;
987 col_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/jpeg/
H A Djdcoefct.c302 int col_offset = cinfo->coef->column_left_boundary; local
305 [col_offset + yoffset * scan_header.MCUs_per_row]);
/external/qemu/distrib/jpeg-6b/
H A Djdcoefct.c302 int col_offset = cinfo->coef->column_left_boundary; local
305 [col_offset + yoffset * scan_header.MCUs_per_row]);

Completed in 61 milliseconds