Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dsvc_motion_estimate.cpp687 const bool bIsBlock8x8 = (kiMe8x8FME == ME_FME); in RequestScreenBlockFeatureStorage() local
688 const int32_t kiMarginSize = bIsBlock8x8 ? 8 : 16; in RequestScreenBlockFeatureStorage()
690 …const int32_t kiListSize = (0 == kiFeatureStrategyIndex) ? (bIsBlock8x8 ? LIST_SIZE_SUM_8x8 : LIS… in RequestScreenBlockFeatureStorage()
711 pScreenBlockFeatureStorage->iIs16x16 = !bIsBlock8x8; in RequestScreenBlockFeatureStorage()