quickselect.c File Reference

Go to the source code of this file.

Functions

unsigned char quick_select (unsigned char *arr, int nelems, int select)
unsigned char quick_select_median (unsigned char *arr, int nelems)
unsigned short quick_select_ushort (unsigned short *arr, int nelems, int select)
unsigned short quick_select_median_ushort (unsigned short *arr, int nelems)
float quick_select_float (float *arr, int nelems, int select)
float quick_select_median_float (float *arr, int nelems)


Function Documentation

unsigned char quick_select ( unsigned char *  arr,
int  nelems,
int  select 
)

Definition at line 15 of file quickselect.c.

Referenced by quick_select_median().

unsigned char quick_select_median ( unsigned char *  arr,
int  nelems 
)

Definition at line 68 of file quickselect.c.

Referenced by HistogramAnalyzer::analyzeFrame().

unsigned short quick_select_ushort ( unsigned short *  arr,
int  nelems,
int  select 
)

Definition at line 76 of file quickselect.c.

Referenced by SceneChangeDetector::finished(), and quick_select_median_ushort().

unsigned short quick_select_median_ushort ( unsigned short *  arr,
int  nelems 
)

Definition at line 129 of file quickselect.c.

float quick_select_float ( float *  arr,
int  nelems,
int  select 
)

Definition at line 137 of file quickselect.c.

Referenced by quick_select_median_float().

float quick_select_median_float ( float *  arr,
int  nelems 
)

Definition at line 188 of file quickselect.c.


Generated on Sat Dec 18 05:15:55 2010 for MythTV by  doxygen 1.5.5