Searched refs:iIs16x16 (Results 1 – 3 of 3) sorted by relevance
46 int32_t iIs16x16; //Feature block size member
711 pScreenBlockFeatureStorage->iIs16x16 = !bIsBlock8x8; in RequestScreenBlockFeatureStorage()849 int32_t iIs16x16 = pScreenBlockFeatureStorage->iIs16x16; in CalculateFeatureOfBlock() local850 const int32_t iEdgeDiscard = (iIs16x16 ? 16 : 8); //this is to save complexity of padding on pRef in CalculateFeatureOfBlock()856 …(pFunc->pfCalculateBlockFeatureOfFrame[iIs16x16]) (pRefData, iWidth, kiHeight, iRefStride, pFeatur… in CalculateFeatureOfBlock()
2746 && (!pScreenBlockFeatureStorage->iIs16x16)) { in PreprocessSliceCoding()