Searched refs:w_offset (Results 1 – 2 of 2) sorted by relevance
48 int w_offset; member
50 const int w_offset = std::max(0, -iw_ungated_start); in ExtractPatchIntoBufferColumn() local54 std::min(kwidth - w_offset, in_width - iw_start) * in_depth; in ExtractPatchIntoBufferColumn()57 output_row_offset + (h_offset * kwidth + w_offset) * in_depth; in ExtractPatchIntoBufferColumn()63 const int left_padding = w_offset; in ExtractPatchIntoBufferColumn()
Completed in 5 milliseconds