#include <math.h>
#include <algorithm>
#include <xmmintrin.h>
#include <emmintrin.h>
Go to the source code of this file.
Classes | |
struct | vec4_32i |
Represent 4 integers of 32bits each for SIMD operations. More... | |
struct | fvec4 |
Represent 4 float values for SIMD operations. More... | |
Functions | |
fvec4 | operator+ (const fvec4 &a, const fvec4 &b) |
fvec4 | operator- (const fvec4 &a, const fvec4 &b) |
fvec4 | operator- (const fvec4 &a) |
fvec4 | operator* (const fvec4 &a, const fvec4 &b) |
fvec4 | operator/ (const fvec4 &a, const fvec4 &b) |
fvec4 | rcp (fvec4 &a) |
fvec4 | operator< (const fvec4 &a, const fvec4 &b) |
fvec4 | operator> (const fvec4 &a, const fvec4 &b) |
fvec4 | operator<= (const fvec4 &a, const fvec4 &b) |
fvec4 | operator>= (const fvec4 &a, const fvec4 &b) |
fvec4 | operator== (const fvec4 &a, const fvec4 &b) |
fvec4 | operator& (const fvec4 &a, const fvec4 &b) |
fvec4 | operator| (const fvec4 &a, const fvec4 &b) |
fvec4 | operator^ (const fvec4 &a, const fvec4 &b) |
fvec4 | min (const fvec4 &a, const fvec4 &b) |
fvec4 | max (const fvec4 &a, const fvec4 &b) |
Definition at line 96 of file fvec4.h.
References fvec4::data.
Referenced by patch_tagger::compute_sift_descriptor(), fvec4::horizontal_max(), ransac_h4(), and save_patch().
Definition at line 95 of file fvec4.h.
References fvec4::data.
Referenced by patch_tagger::compute_sift_descriptor(), incremental_query::modify(), pic_randomizer::prune(), ransac_h4(), save_patch(), pyr_keypoint::set(), and vobj_tracker::verify().