Searched refs:ImagePipelineNodePixelShiftColumns (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/testsuite/backend/genesys/ |
H A D | tests_image_pipeline.cpp | 763 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 D | image_pipeline.cpp | 574 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 D | image_pipeline.h | 405 class ImagePipelineNodePixelShiftColumns : public ImagePipelineNode class 408 ImagePipelineNodePixelShiftColumns(ImagePipelineNode& source,
|
H A D | low.cpp | 1239 pipeline.push_node<ImagePipelineNodePixelShiftColumns>(session.stagger_x.shifts()); in build_image_pipeline()
|
Completed in 7 milliseconds