init_ipred_func   177 libavcodec/x86/vp9dsp_init.h     init_ipred_func(type, enum,  8, bpp, opt); \
init_ipred_func   178 libavcodec/x86/vp9dsp_init.h     init_ipred_func(type, enum, 16, bpp, opt); \
init_ipred_func   179 libavcodec/x86/vp9dsp_init.h     init_ipred_func(type, enum, 32, bpp, opt)
init_ipred_func   182 libavcodec/x86/vp9dsp_init.h     init_ipred_func(type, enum,  4, bpp, opt); \
init_ipred_func    79 libavcodec/x86/vp9dsp_init_16bpp.c         init_ipred_func(v, VERT, 4, 16, mmx);
init_ipred_func    84 libavcodec/x86/vp9dsp_init_16bpp.c         init_ipred_func(h, HOR, 4, 16, mmxext);
init_ipred_func    85 libavcodec/x86/vp9dsp_init_16bpp.c         init_ipred_func(dc, DC, 4, 16, mmxext);
init_ipred_func    86 libavcodec/x86/vp9dsp_init_16bpp.c         init_ipred_func(dc_top,  TOP_DC,  4, 16, mmxext);
init_ipred_func    87 libavcodec/x86/vp9dsp_init_16bpp.c         init_ipred_func(dc_left, LEFT_DC, 4, 16, mmxext);
init_ipred_func   140 libavcodec/x86/vp9dsp_init_16bpp.c         init_ipred_func(dl, DIAG_DOWN_LEFT, 16, 16, avx2);
init_ipred_func   141 libavcodec/x86/vp9dsp_init_16bpp.c         init_ipred_func(dl, DIAG_DOWN_LEFT, 32, 16, avx2);
init_ipred_func   142 libavcodec/x86/vp9dsp_init_16bpp.c         init_ipred_func(dr, DIAG_DOWN_RIGHT, 16, 16, avx2);
init_ipred_func   144 libavcodec/x86/vp9dsp_init_16bpp.c         init_ipred_func(dr, DIAG_DOWN_RIGHT, 32, 16, avx2);
init_ipred_func   187 libavcodec/x86/vp9dsp_init_16bpp_template.c         init_ipred_func(tm, TM_VP8, 4, BPC, mmxext);