Home
last modified time | relevance | path

Searched refs:new_value (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c300 const int new_value = (sum_map >= xmis * ymis / 2); in vp9_cyclic_refresh_setup() local
303 seg_map[bl_index + y * cm->mi_cols + x] = new_value; in vp9_cyclic_refresh_setup()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h17896 void SetValue(const std::string& new_value) {
17897 value_ = new_value;