Searched refs:slice (Results 1 – 3 of 3) sorted by relevance
24 frame-based and slice-based variants. Frame based callbacks conform to the28 is decoded. For example, a slice callback could be issued for each30 implementation specific. Also, the image data passed in a slice callback is35 slice based decoding callbacks provide substantial speed gains to the
126 remaining in its time slice when decoding completes. It could then choose to
532 for (uint32_t slice = 0; slice < picData->num_slices; slice++) { in updateReferenceFrames() local533 sliceParam = &(picData->slc_data[slice].slc_parms); in updateReferenceFrames()