Searched refs:horiz_filter (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | cfhdencdsp.c | 49 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 D | cfhddsp.c | 80 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 D | cfhddsp.h | 26 void (*horiz_filter)(int16_t *output, ptrdiff_t out_stride, member
|
H A D | cfhdencdsp.h | 26 void (*horiz_filter)(int16_t *input, int16_t *low, int16_t *high, member
|
H A D | cfhd.c | 987 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 D | cfhdenc.c | 453 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 D | cfhdencdsp_init.c | 45 c->horiz_filter = ff_cfhdenc_horiz_filter_sse2; in ff_cfhdencdsp_init_x86()
|
H A D | cfhddsp_init.c | 46 c->horiz_filter = ff_cfhd_horiz_filter_sse2; in ff_cfhddsp_init_x86()
|
Completed in 5 milliseconds