Home
last modified time | relevance | path

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

/third_party/backends/backend/genesys/
H A Dimage_pipeline.cpp531 pixel_shifts_{shifts}, in ImagePipelineNodePixelShiftLines()
534 extra_height_ = *std::max_element(pixel_shifts_.begin(), pixel_shifts_.end());
556 auto shift_count = pixel_shifts_.size(); in get_next_row_data()
562 rows[irow] = buffer_.get_row_ptr(pixel_shifts_[irow]); in get_next_row_data()
577 pixel_shifts_{shifts} in ImagePipelineNodePixelShiftColumns()
580 extra_width_ = compute_pixel_shift_extra_width(width_, pixel_shifts_);
597 auto shift_count = pixel_shifts_.size(); in get_next_row_data()
601 RawPixel pixel = get_raw_pixel_from_row(temp_buffer_.data(), x + pixel_shifts_[ishift], in get_next_row_data()
H A Dimage_pipeline.h397 std::vector<std::size_t> pixel_shifts_; member in genesys::ImagePipelineNodePixelShiftLines
424 std::vector<std::size_t> pixel_shifts_; member in genesys::ImagePipelineNodePixelShiftColumns

Completed in 3 milliseconds