HomeSort by relevance Sort by last modified time
    Searched defs:temporal_id (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 482 int spatial_id, temporal_id; local
490 temporal_id = cpi->svc.temporal_layer_id =
496 if (!temporal_id) {
501 } else if (cpi->svc.layer_context[temporal_id].is_key_frame) {
509 } else if (temporal_id == 1) {
554 if (temporal_id == 0) {
557 if (cpi->svc.layer_context[temporal_id].is_key_frame) {
567 } else if (temporal_id == 1) {
588 int spatial_id, temporal_id; local
590 temporal_id = cpi->svc.temporal_layer_id
    [all...]
  /external/libaom/libaom/aom/
aom_image.h 178 int temporal_id; /**< Temporal layer Id of image */ member in struct:aom_image

Completed in 115 milliseconds