Home
last modified time | relevance | path

Searched refs:horiz_filter (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcfhdencdsp.c49 static void horiz_filter(int16_t *input, int16_t *low, int16_t *high, in horiz_filter() function
73 c->horiz_filter = horiz_filter; in ff_cfhdencdsp_init()
H A Dcfhddsp.c80 static void horiz_filter(int16_t *output, ptrdiff_t ostride, in horiz_filter() function
107 c->horiz_filter = horiz_filter; in ff_cfhddsp_init()
H A Dcfhddsp.h26 void (*horiz_filter)(int16_t *output, ptrdiff_t out_stride, member
H A Dcfhdencdsp.h26 void (*horiz_filter)(int16_t *input, int16_t *low, int16_t *high, member
H A Dcfhd.c987 dsp->horiz_filter(output, output_stride, low, output_stride, high, output_stride, lowpass_width, lowpass_height * 2); in cfhd_decode()
1027 dsp->horiz_filter(output, output_stride, low, output_stride, high, output_stride, lowpass_width, lowpass_height * 2); in cfhd_decode()
1095 dsp->horiz_filter(output, output_stride, low, output_stride, high, highpass_stride, lowpass_width, lowpass_height); in cfhd_decode()
1100 dsp->horiz_filter(output, output_stride, low, highpass_stride, high, highpass_stride, lowpass_width, lowpass_height); in cfhd_decode()
1153 dsp->horiz_filter(output, output_stride, low, output_stride, high, output_stride, lowpass_width, lowpass_height * 2); in cfhd_decode()
1192 dsp->horiz_filter(output, output_stride, low, output_stride, high, output_stride, lowpass_width, lowpass_height * 2); in cfhd_decode()
1214 dsp->horiz_filter(output, output_stride, low, output_stride, high, output_stride, lowpass_width, lowpass_height * 2); in cfhd_decode()
1291 dsp->horiz_filter(output, output_stride, low, output_stride, high, highpass_stride, lowpass_width, lowpass_height); in cfhd_decode()
1296 dsp->horiz_filter(output, output_stride, low, highpass_stride, high, highpass_stride, lowpass_width, lowpass_height); in cfhd_decode()
1301 dsp->horiz_filter(outpu in cfhd_decode()
[all...]
H A Dcfhdenc.c453 dsp->horiz_filter(input, low, high, in cfhd_encode_frame()
491 dsp->horiz_filter(input, low, high, in cfhd_encode_frame()
529 dsp->horiz_filter(input, low, high, in cfhd_encode_frame()
/third_party/ffmpeg/libavcodec/x86/
H A Dcfhdencdsp_init.c45 c->horiz_filter = ff_cfhdenc_horiz_filter_sse2; in ff_cfhdencdsp_init_x86()
H A Dcfhddsp_init.c46 c->horiz_filter = ff_cfhd_horiz_filter_sse2; in ff_cfhddsp_init_x86()

Completed in 5 milliseconds