Home
last modified time | relevance | path

Searched refs:ImagePipelineNodePixelShiftColumns (Results 1 - 4 of 4) sorted by relevance

/third_party/backends/testsuite/backend/genesys/
H A Dtests_image_pipeline.cpp763 stack.push_node<ImagePipelineNodePixelShiftColumns>(std::vector<std::size_t>{0, 1, 2, 3}); in test_node_pixel_shift_columns_no_switch()
786 stack.push_node<ImagePipelineNodePixelShiftColumns>(std::vector<std::size_t>{3, 1, 2, 0}); in test_node_pixel_shift_columns_group_switch_pixel_multiple()
813 stack.push_node<ImagePipelineNodePixelShiftColumns>(std::vector<std::size_t>{3, 1, 2, 0}); in test_node_pixel_shift_columns_group_switch_pixel_not_multiple()
840 stack.push_node<ImagePipelineNodePixelShiftColumns>(std::vector<std::size_t>{7, 1, 5, 0}); in test_node_pixel_shift_columns_group_switch_pixel_large_offsets_multiple()
867 stack.push_node<ImagePipelineNodePixelShiftColumns>(std::vector<std::size_t>{7, 1, 5, 0}); in test_node_pixel_shift_columns_group_switch_pixel_large_offsets_not_multiple()
/third_party/backends/backend/genesys/
H A Dimage_pipeline.cpp574 ImagePipelineNodePixelShiftColumns::ImagePipelineNodePixelShiftColumns( in ImagePipelineNodePixelShiftColumns() function in genesys::ImagePipelineNodePixelShiftColumns
589 bool ImagePipelineNodePixelShiftColumns::get_next_row_data(std::uint8_t* out_data) in get_next_row_data()
H A Dimage_pipeline.h405 class ImagePipelineNodePixelShiftColumns : public ImagePipelineNode class
408 ImagePipelineNodePixelShiftColumns(ImagePipelineNode& source,
H A Dlow.cpp1239 pipeline.push_node<ImagePipelineNodePixelShiftColumns>(session.stagger_x.shifts()); in build_image_pipeline()

Completed in 7 milliseconds