Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvc1dsp.c786 #define chroma_mc(a) \ macro
802 dst[0] = chroma_mc(0); in put_no_rnd_vc1_chroma_mc8_c()
803 dst[1] = chroma_mc(1); in put_no_rnd_vc1_chroma_mc8_c()
804 dst[2] = chroma_mc(2); in put_no_rnd_vc1_chroma_mc8_c()
805 dst[3] = chroma_mc(3); in put_no_rnd_vc1_chroma_mc8_c()
806 dst[4] = chroma_mc(4); in put_no_rnd_vc1_chroma_mc8_c()
807 dst[5] = chroma_mc(5); in put_no_rnd_vc1_chroma_mc8_c()
808 dst[6] = chroma_mc(6); in put_no_rnd_vc1_chroma_mc8_c()
809 dst[7] = chroma_mc(7); in put_no_rnd_vc1_chroma_mc8_c()
827 dst[0] = chroma_mc( in put_no_rnd_vc1_chroma_mc4_c()
[all...]
H A Drv34.c658 * @param chroma_mc a set of functions used to perform chroma motion compensation
665 h264_chroma_mc_func (*chroma_mc)) in rv34_mc()
772 chroma_mc[2-width] (U, srcU, s->uvlinesize, height*4, uvmx, uvmy); in rv34_mc()
773 chroma_mc[2-width] (V, srcV, s->uvlinesize, height*4, uvmx, uvmy); in rv34_mc()
660 rv34_mc(RV34DecContext *r, const int block_type, const int xoff, const int yoff, int mv_off, const int width, const int height, int dir, const int thirdpel, int weighted, qpel_mc_func (*qpel_mc)[16], h264_chroma_mc_func (*chroma_mc)) rv34_mc() argument

Completed in 7 milliseconds