Home
last modified time | relevance | path

Searched defs:pred3 (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/regex/src/
Dcregex.cpp292 struct pred3 struct
294 std::vector<std::size_t>& v;
295 const char* base;
296 RegEx* pe;
297 pred3(std::vector<std::size_t>& o, const char* pb, RegEx* p) : v(o), base(pb), pe(p) {} in pred3() function
298 bool operator()(const cmatch& m) in operator ()()
/third_party/ffmpeg/libavcodec/mips/
Dvp8_idct_msa.c54 v16i8 pred0, pred1, pred2, pred3, dest0, dest1; in ff_vp8_idct_add_msa() local
87 v16i8 pred0, pred1, pred2, pred3, dest0, dest1; in ff_vp8_idct_dc_add_msa() local