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

/linux-master/drivers/media/pci/tw5864/
H A Dtw5864-video.c1270 static unsigned int tw5864_md_metric_from_mvd(u32 mvd) argument
1284 * unsigned int reserved = mvd >> 31;
1285 * unsigned int mb_type = (mvd >> 28) & 0x7;
1286 * unsigned int non_zero_members = (mvd >> 20) & 0xff;
1288 unsigned int mv_y = (mvd >> 10) & 0x3ff;
1289 unsigned int mv_x = mvd & 0x3ff;

Completed in 228 milliseconds