Searched refs:put_hevc_pel_uni_w_pixels (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | hevcdsp.c | 151 PEL_FUNC(put_hevc_epel_uni_w, 0, 0, put_hevc_pel_uni_w_pixels, depth); \ in ff_hevc_dsp_init() 180 PEL_FUNC(put_hevc_qpel_uni_w, 0, 0, put_hevc_pel_uni_w_pixels, depth); \ in ff_hevc_dsp_init()
|
H A D | hevcdsp_template.c | 554 static void FUNC(put_hevc_pel_uni_w_pixels)(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, in put_hevc_pel_uni_w_pixels() function
|
Completed in 6 milliseconds