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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevcdsp.c131 #undef PEL_FUNC macro
132 #define PEL_FUNC(dst1, idx1, idx2, a, depth) \ macro
140 PEL_FUNC(put_hevc_epel, 0, 0, put_hevc_pel_pixels, depth); \
141 PEL_FUNC(put_hevc_epel, 0, 1, put_hevc_epel_h, depth); \
142 PEL_FUNC(put_hevc_epel, 1, 0, put_hevc_epel_v, depth); \
143 PEL_FUNC(put_hevc_epel, 1, 1, put_hevc_epel_hv, depth)
147 PEL_FUNC(put_hevc_epel_uni, 0, 0, put_hevc_pel_uni_pixels, depth); \
148 PEL_FUNC(put_hevc_epel_uni, 0, 1, put_hevc_epel_uni_h, depth); \
149 PEL_FUNC(put_hevc_epel_uni, 1, 0, put_hevc_epel_uni_v, depth); \
150 PEL_FUNC(put_hevc_epel_un
[all...]

Completed in 107 milliseconds