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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_video.c221 static int div_down(int val, int mult) { function in typeref:typename:int
244 mv_vertical = div_down(mv_vertical, 2);
260 mc_vector |= pos(x, div_down(mv_horizontal, 2), width);
264 mc_vector |= pos(y, div_down(mv_vertical, 2), height) << NV17_MPEG_CMD_MV_COORDS_Y__SHIFT;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
H A Dnouveau_video.c221 static int div_down(int val, int mult) { function in typeref:typename:int
244 mv_vertical = div_down(mv_vertical, 2);
260 mc_vector |= pos(x, div_down(mv_horizontal, 2), width);
264 mc_vector |= pos(y, div_down(mv_vertical, 2), height) << NV17_MPEG_CMD_MV_COORDS_Y__SHIFT;

Completed in 3 milliseconds