Searched refs:highpass (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddwt.c105 int highpass, int inverse){
106 const int mirror_left= !highpass;
107 const int mirror_right= (width&1) ^ highpass;
108 const int w= (width>>1) - 1 + (highpass & width);
137 int highpass, int inverse){
138 const int mirror_left= !highpass;
139 const int mirror_right= (width&1) ^ highpass;
140 const int w= (width>>1) - 1 + (highpass & width);
170 int highpass, int inverse){
171 const int mirror_left= !highpass;
102 lift(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) argument
134 inv_lift(IDWTELEM *dst, IDWTELEM *src, IDWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) argument
167 liftS(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) argument
200 inv_liftS(IDWTELEM *dst, IDWTELEM *src, IDWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsnow_dwt.c123 int highpass, int inverse)
125 const int mirror_left = !highpass;
126 const int mirror_right = (width & 1) ^ highpass;
127 const int w = (width >> 1) - 1 + (highpass & width);
153 int highpass, int inverse)
155 const int mirror_left = !highpass;
156 const int mirror_right = (width & 1) ^ highpass;
157 const int w = (width >> 1) - 1 + (highpass & width);
120 lift(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) argument
150 liftS(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_biquads.c80 highpass, enumerator in enum:FilterType
338 case highpass:
590 DEFINE_BIQUAD_FILTER(highpass, "Apply a high-pass filter with 3dB point frequency.");
H A Dallfilters.c91 REGISTER_FILTER(HIGHPASS, highpass, af);

Completed in 77 milliseconds