Home
last modified time | relevance | path

Searched refs:col_offset (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/vpx_scale/generic/
Dvpxscale.c967 int row_offset, col_offset; in center_image() local
973 col_offset = (dst_yuv_config->y_width - src_yuv_config->y_width) / 2; in center_image()
977 …= (unsigned char *)dst_yuv_config->y_buffer + (row_offset * dst_yuv_config->y_stride) + col_offset; in center_image()
987 col_offset /= 2; in center_image()
991 … (unsigned char *)dst_yuv_config->u_buffer + (row_offset * dst_yuv_config->uv_stride) + col_offset; in center_image()
1002 … (unsigned char *)dst_yuv_config->v_buffer + (row_offset * dst_yuv_config->uv_stride) + col_offset; in center_image()
/external/jpeg/
Djdcoefct.c302 int col_offset = cinfo->coef->column_left_boundary; in consume_data() local
305 [col_offset + yoffset * scan_header.MCUs_per_row]); in consume_data()