Home
last modified time | relevance | path

Searched refs:SetRows (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/test/
Dpp_filter_test.cc360 void SetRows(unsigned char *src_c, int rows, int cols, int src_width) { in SetRows() function in __anondc23f4e70111::VpxMbPostProcDownTest
400 SetRows(src_c_.TopLeftPixel(), rows_, cols_, src_c_.stride()); in TEST_P()
423 SetRows(src_c_.TopLeftPixel(), rows_, cols_, src_c_.stride()); in TEST_P()
432 SetRows(src_c_.TopLeftPixel(), rows_, cols_, src_c_.stride()); in TEST_P()
459 SetRows(src_c_.TopLeftPixel(), rows_, cols_, src_c_.stride()); in TEST_P()
463 SetRows(expected_output, rows_, cols_, cols_); in TEST_P()
508 SetRows(src_c_.TopLeftPixel(), rows_, cols_, src_c_.stride()); in TEST_P()
/external/deqp-deps/amber/src/
Dcommand.h213 void SetRows(uint32_t r) { rows_ = r; } in SetRows() function
/external/deqp-deps/amber/src/amberscript/
Dparser.cc2526 cmd->SetRows(token->AsUint32()); in ParseRun()