Searched refs:put_hevc_pel_bi_pixels (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hevcdsp.c | 158 PEL_FUNC(put_hevc_epel_bi, 0, 0, put_hevc_pel_bi_pixels, depth); \ in ff_hevc_dsp_init() 187 PEL_FUNC(put_hevc_qpel_bi, 0, 0, put_hevc_pel_bi_pixels, depth); \ in ff_hevc_dsp_init()
|
D | hevcdsp_template.c | 528 static void FUNC(put_hevc_pel_bi_pixels)(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdif… in FUNC() argument
|