Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dvp9_intrapred_test.cc43 *error_count += ref_dst_[x + y * stride_] != dst_[x + y * stride_]; in CheckPrediction()
45 ASSERT_EQ(ref_dst_[x + y * stride_], dst_[x + y * stride_]) in CheckPrediction()
57 ref_dst_ = ref_dst; in RunTest()
86 uint16_t *ref_dst_; member in __anon2a6e24c20111::VP9IntraPredBase
112 ref_fn_(ref_dst_, stride_, const_above_row, const_left_col, bit_depth_); in Predict()