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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dregister_state_check.h45 RegisterStateCheck() { initialized_ = StoreRegisters(&pre_context_); }
49 static bool StoreRegisters(CONTEXT* const context) { function in class:libvpx_test::RegisterStateCheck
62 if (!StoreRegisters(&post_context)) return false;
107 RegisterStateCheck() { initialized_ = StoreRegisters(pre_store_); }
111 static bool StoreRegisters(int64_t store[8]) { function in class:libvpx_test::RegisterStateCheck

Completed in 43 milliseconds