Home | History | Annotate | Download | only in decoder

Lines Matching refs:ALIGN8

71 #define ALIGN8(x) ((((x) + 7) >> 3) << 3)