Home
last modified time | relevance | path

Searched refs:is16x16 (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Drv34.c669 int is16x16 = 1; in rv34_mc() local
750is16x16 = (block_type != RV34_MB_P_8x8) && (block_type != RV34_MB_P_16x8) && (block_type != RV34_M… in rv34_mc()
751 qpel_mc[!is16x16][dxy](Y, srcY, s->linesize); in rv34_mc()