Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostdefs.h515BLK_SZ_16x16 = 0, //!< Use 16x16 block size for motion search. This is the smallest for … enumerator
Dtng_hostcode.c398 pEncFeatures->eMinBlkSz = BLK_SZ_16x16; in tng__setup_enc_profile_features()
1782 if (blkSz != BLK_SZ_16x16) blkSz = BLK_SZ_16x16; in tng__prepare_encode_sliceparams()
1800 …uLritcBoundary = (blkSz != BLK_SZ_16x16) ? (iFineYSearchSize + (bRestrict4x4SearchSize ? 0 : 1)) :… in tng__prepare_encode_sliceparams()