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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rd.c377 int row_offset, col_offset; local
401 col_offset = this_mv.as_mv.col >> 3;
402 ref_y_ptr = ref_y_buffer + (ref_y_stride * row_offset) + 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]);

Completed in 182 milliseconds