Home
last modified time | relevance | path

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

/third_party/backends/backend/genesys/
H A Dimage_pipeline.cpp479 channel_shifts_ = { shift_r, shift_g, shift_b };
484 channel_shifts_ = { shift_b, shift_g, shift_r };
491 extra_height_ = *std::max_element(channel_shifts_.begin(), channel_shifts_.end());
513 const auto* row0 = buffer_.get_row_ptr(channel_shifts_[0]); in get_next_row_data()
514 const auto* row1 = buffer_.get_row_ptr(channel_shifts_[1]); in get_next_row_data()
515 const auto* row2 = buffer_.get_row_ptr(channel_shifts_[2]); in get_next_row_data()
H A Dimage_pipeline.h371 std::array<unsigned, 3> channel_shifts_; member in genesys::ImagePipelineNodeComponentShiftLines

Completed in 5 milliseconds