Searched refs:iEdgeDiscard (Results 1 – 1 of 1) sorted by relevance
850 const int32_t iEdgeDiscard = (iIs16x16 ? 16 : 8); //this is to save complexity of padding on pRef in CalculateFeatureOfBlock() local851 const int32_t iWidth = pRef->iWidthInPixel - iEdgeDiscard; in CalculateFeatureOfBlock()852 const int32_t kiHeight = pRef->iHeightInPixel - iEdgeDiscard; in CalculateFeatureOfBlock()