Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dusage_dx.dox24 frame-based and slice-based variants. Frame based callbacks conform to the
28 is decoded. For example, a slice callback could be issued for each
30 implementation specific. Also, the image data passed in a slice callback is
35 slice based decoding callbacks provide substantial speed gains to the
Dusage.dox126 remaining in its time slice when decoding completes. It could then choose to
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderAVC.cpp532 for (uint32_t slice = 0; slice < picData->num_slices; slice++) { in updateReferenceFrames() local
533 sliceParam = &(picData->slc_data[slice].slc_parms); in updateReferenceFrames()