Home
last modified time | relevance | path

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

/external/intel-media-driver/media_common/agnostic/common/codec/shared/
Dcodec_def_decode_vp8.h41 uint32_t uiFirstPartitionSize; member
/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/vp8/features/
Ddecode_vp8_entropy_state.cpp616 firstPartitionAndUncompSize = vp8PicParams->uiFirstPartitionSize + 10; in ParseFrameHead()
620 firstPartitionAndUncompSize = vp8PicParams->uiFirstPartitionSize + 3; in ParseFrameHead()
/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
Dcodechal_decode_vp8.cpp623 firstPartitionAndUncompSize = vp8PicParams->uiFirstPartitionSize + 10; in ParseFrameHead()
627 firstPartitionAndUncompSize = vp8PicParams->uiFirstPartitionSize + 3; in ParseFrameHead()