Searched refs:rv34_mc (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | rv34.c | 660 static inline void rv34_mc(RV34DecContext *r, const int block_type, in rv34_mc() function 780 rv34_mc(r, block_type, xoff, yoff, mv_off, width, height, dir, r->rv30, 0, in rv34_mc_1mv() 811 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 0, r->rv30, weighted, in rv34_mc_2mv() 815 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 1, r->rv30, 0, in rv34_mc_2mv() 819 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 1, r->rv30, 1, in rv34_mc_2mv() 833 rv34_mc(r, RV34_MB_P_8x8, i*8, j*8, i+j*r->s.b8_stride, 1, 1, 0, r->rv30, in rv34_mc_2mv_skip() 837 rv34_mc(r, RV34_MB_P_8x8, i*8, j*8, i+j*r->s.b8_stride, 1, 1, 1, r->rv30, in rv34_mc_2mv_skip()
|
Completed in 3 milliseconds