put_epel_hv_fallback  411 libde265-1.0.3/libde265/fallback-motion.cc void put_epel_hv_fallback<uint8_t>(int16_t *dst, ptrdiff_t dst_stride,
put_epel_hv_fallback  416 libde265-1.0.3/libde265/fallback-motion.cc void put_epel_hv_fallback<uint16_t>(int16_t *dst, ptrdiff_t dst_stride,
put_epel_hv_fallback   77 libde265-1.0.3/libde265/fallback-motion.h void put_epel_hv_fallback(int16_t *dst, ptrdiff_t dststride,
put_epel_hv_fallback   40 libde265-1.0.3/libde265/fallback.cc   accel->put_hevc_epel_h_8  = put_epel_hv_fallback<uint8_t>;
put_epel_hv_fallback   41 libde265-1.0.3/libde265/fallback.cc   accel->put_hevc_epel_v_8  = put_epel_hv_fallback<uint8_t>;
put_epel_hv_fallback   42 libde265-1.0.3/libde265/fallback.cc   accel->put_hevc_epel_hv_8 = put_epel_hv_fallback<uint8_t>;
put_epel_hv_fallback   62 libde265-1.0.3/libde265/fallback.cc   accel->put_hevc_epel_h_16  = put_epel_hv_fallback<uint16_t>;
put_epel_hv_fallback   63 libde265-1.0.3/libde265/fallback.cc   accel->put_hevc_epel_v_16  = put_epel_hv_fallback<uint16_t>;
put_epel_hv_fallback   64 libde265-1.0.3/libde265/fallback.cc   accel->put_hevc_epel_hv_16 = put_epel_hv_fallback<uint16_t>;