Home | History | Annotate | Download | only in core

Lines Matching refs:expPitch

3278     UINT_32                                 expPitch    ///< [in] pitch
3281 ADDR_ASSERT(pIn->width == expPitch);
3289 expPitch /= 3;
3290 expPitch = NextPow2(expPitch);
3293 return expPitch;
3309 UINT_32 expPitch ///< [in] pitch
3320 expPitch *= 3;
3323 return expPitch;