Functions
filter::detail Namespace Reference

Functions

void convolve_101_row_3x3_16bit (const int16_t *in, uint8_t *out, int w, int h)
void convolve_12021_row_5x5_16bit (const int16_t *in, uint8_t *out, int w, int h)
void convolve_121_row_3x3_16bit (const int16_t *in, uint8_t *out, int w, int h)
void convolve_14641_row_5x5_16bit (const int16_t *in, uint8_t *out, int w, int h)
void convolve_col_p1p1p0m1m1_5x5 (const unsigned char *in, int16_t *out, int w, int h)
void convolve_cols_3x3 (const unsigned char *in, int16_t *out_v, int16_t *out_h, int w, int h)
void convolve_cols_5x5 (const unsigned char *in, int16_t *out_v, int16_t *out_h, int w, int h)
void convolve_row_p1p1p0m1m1_5x5 (const int16_t *in, int16_t *out, int w, int h)
void integral_image (const uint8_t *in, int32_t *out, int w, int h)
void pack_16bit_to_8bit_saturate (const __m128i a0, const __m128i a1, __m128i &b)
void unpack_8bit_to_16bit (const __m128i a, __m128i &b0, __m128i &b1)

Function Documentation

void filter::detail::convolve_101_row_3x3_16bit ( const int16_t *  in,
uint8_t *  out,
int  w,
int  h 
)

Definition at line 227 of file filter.cpp.

void filter::detail::convolve_12021_row_5x5_16bit ( const int16_t *  in,
uint8_t *  out,
int  w,
int  h 
)

Definition at line 132 of file filter.cpp.

void filter::detail::convolve_121_row_3x3_16bit ( const int16_t *  in,
uint8_t *  out,
int  w,
int  h 
)

Definition at line 176 of file filter.cpp.

void filter::detail::convolve_14641_row_5x5_16bit ( const int16_t *  in,
uint8_t *  out,
int  w,
int  h 
)

Definition at line 79 of file filter.cpp.

void filter::detail::convolve_col_p1p1p0m1m1_5x5 ( const unsigned char *  in,
int16_t *  out,
int  w,
int  h 
)

Definition at line 323 of file filter.cpp.

void filter::detail::convolve_cols_3x3 ( const unsigned char *  in,
int16_t *  out_v,
int16_t *  out_h,
int  w,
int  h 
)

Definition at line 372 of file filter.cpp.

void filter::detail::convolve_cols_5x5 ( const unsigned char *  in,
int16_t *  out_v,
int16_t *  out_h,
int  w,
int  h 
)

Definition at line 269 of file filter.cpp.

void filter::detail::convolve_row_p1p1p0m1m1_5x5 ( const int16_t *  in,
int16_t *  out,
int  w,
int  h 
)

Definition at line 351 of file filter.cpp.

void filter::detail::integral_image ( const uint8_t *  in,
int32_t *  out,
int  w,
int  h 
)

Definition at line 48 of file filter.cpp.

void filter::detail::pack_16bit_to_8bit_saturate ( const __m128i  a0,
const __m128i  a1,
__m128i &  b 
)

Definition at line 73 of file filter.cpp.

void filter::detail::unpack_8bit_to_16bit ( const __m128i  a,
__m128i &  b0,
__m128i &  b1 
)

Definition at line 67 of file filter.cpp.



libviso2
Author(s): Andreas Geiger, Stephan Wirth
autogenerated on Mon Oct 6 2014 08:40:54