Searched defs:left_col (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dvp9_intrapred_test.cc52 void RunTest(uint16_t* left_col, uint16_t* above_data, argument
55 left_col_ = left_col;
123 DECLARE_ALIGNED_ARRAY(16, uint16_t, left_col, 2*32);
127 RunTest(left_col, above_data, dst, ref_dst);

Completed in 84 milliseconds