Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/x86/
H A Dvp9dsp_init.c244 #define init_ipred(sz, opt, t, e) \ in ff_vp9dsp_init_x86() macro
250 init_ipred(sz, opt, dl, DIAG_DOWN_LEFT); \ in ff_vp9dsp_init_x86()
251 init_ipred(sz, opt, dr, DIAG_DOWN_RIGHT); \ in ff_vp9dsp_init_x86()
252 init_ipred(sz, opt, hd, HOR_DOWN); \ in ff_vp9dsp_init_x86()
253 init_ipred(sz, opt, vl, VERT_LEFT); \ in ff_vp9dsp_init_x86()
254 init_ipred(sz, opt, hu, HOR_UP); \ in ff_vp9dsp_init_x86()
255 init_ipred(sz, opt, tm, TM_VP8); \ in ff_vp9dsp_init_x86()
256 init_ipred(sz, opt, vr, VERT_RIGHT); \ in ff_vp9dsp_init_x86()
260 init_ipred(sz, opt, h, HOR); \ in ff_vp9dsp_init_x86()
263 init_ipred(s in ff_vp9dsp_init_x86()
[all...]

Completed in 1 milliseconds