Searched defs:todiv (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c615 DIV2DOWN(int todiv) argument
617 return (todiv&~1)/2;
621 DIV2UP(int todiv) argument
623 return (todiv+1)/2;

Completed in 214 milliseconds