Home
last modified time | relevance | path

Searched refs:iEdgeDiscard (Results 1 – 1 of 1) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dsvc_motion_estimate.cpp850 const int32_t iEdgeDiscard = (iIs16x16 ? 16 : 8); //this is to save complexity of padding on pRef in CalculateFeatureOfBlock() local
851 const int32_t iWidth = pRef->iWidthInPixel - iEdgeDiscard; in CalculateFeatureOfBlock()
852 const int32_t kiHeight = pRef->iHeightInPixel - iEdgeDiscard; in CalculateFeatureOfBlock()