HomeSort by relevance Sort by last modified time
    Searched refs:temporal_layer_id (Results 1 - 25 of 31) sorted by null

1 2

  /external/libaom/libaom/av1/common/
obu_util.h 28 int temporal_layer_id; member in struct:__anon26530
obu_util.c 86 header->temporal_layer_id = aom_rb_read_literal(rb, 3);
onyxc_int.h 538 int temporal_layer_id; member in struct:AV1Common
    [all...]
  /external/libaom/libaom/tools/
obu_parser.cc 96 obu_header->temporal_layer_id =
115 header->temporal_layer_id, header->temporal_layer_id);
  /external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.h 120 int content_state, int temporal_layer_id);
124 int temporal_layer_id);
vp9_svc_layercontext.c 39 svc->temporal_layer_id = 0;
280 cpi->svc.temporal_layer_id];
283 ? &cpi->svc.layer_context[cpi->svc.temporal_layer_id]
294 svc->temporal_layer_id;
295 const int tl = svc->temporal_layer_id;
355 cpi->svc.number_spatial_layers > 1 && cpi->svc.temporal_layer_id == 0) {
379 cpi->svc.number_spatial_layers > 1 && cpi->svc.temporal_layer_id == 0) {
490 temporal_id = cpi->svc.temporal_layer_id =
590 temporal_id = cpi->svc.temporal_layer_id =
683 cpi->svc.temporal_layer_id = cpi->svc.temporal_layer_id_per_spatial[sl]
    [all...]
vp9_denoiser.c 622 svc->temporal_layer_id];
749 int content_state, int temporal_layer_id) {
753 (temporal_layer_id != 0)) {
755 (temporal_layer_id < 2) ? (3 * threshold) >> 1 : (7 * threshold) >> 2;
766 int temporal_layer_id) {
769 (noise_level == kDenLow) ? 2 : (temporal_layer_id == 2) ? 10 : 6;
798 LAYER_IDS_TO_IDX(svc->spatial_layer_id, svc->temporal_layer_id,
vp9_svc_layercontext.h 76 int temporal_layer_id; member in struct:SVC
vp9_speed_features.c 666 if (svc->temporal_layer_id > 0) {
680 if (svc->number_temporal_layers > 2 && svc->temporal_layer_id == 0 &&
686 if (svc->temporal_layer_id > 0 || svc->spatial_layer_id > 1) {
706 svc->temporal_layer_id == svc->number_temporal_layers - 1)
713 svc->number_spatial_layers == 3 && svc->temporal_layer_id > 0 &&
718 // (i.e remove golden flag from frame_flags for temporal_layer_id > 0).
720 svc->temporal_layer_id > 0)
    [all...]
vp9_ratectrl.c 272 for (i = svc->temporal_layer_id; i < svc->number_temporal_layers; ++i) {
290 if (i == svc->temporal_layer_id) {
302 const int current_temporal_layer = svc->temporal_layer_id;
451 const int layer = LAYER_IDS_TO_IDX(i, svc->temporal_layer_id,
479 const int layer = LAYER_IDS_TO_IDX(i, svc->temporal_layer_id,
628 // temporal_layer_id on next incoming frame. This is to avoid an
    [all...]
vp9_aq_cyclicrefresh.c 484 if (frame_is_intra_only(cm) || cpi->svc.temporal_layer_id > 0 ||
488 cpi->svc.layer_context[cpi->svc.temporal_layer_id].is_key_frame) ||
vp9_pickmode.c 128 !cpi->svc.layer_context[cpi->svc.temporal_layer_id].is_key_frame &&
429 cpi->svc.temporal_layer_id);
705 (bsize < BLOCK_32X32 || cpi->svc.temporal_layer_id > 0)))) {
    [all...]
  /external/libaom/libaom/av1/encoder/
level.c 371 int temporal_layer_id,
375 return ((operating_point >> temporal_layer_id) & 1) &&
554 const int temporal_layer_id = cm->temporal_layer_id; local
561 temporal_layer_id, spatial_layer_id)) {
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 677 // bypass/flexible mode, except only 1 spatial layer when temporal_layer_id = 1.
    [all...]
vpx_temporal_svc_encoder.c     [all...]
  /external/libvpx/libvpx/test/
svc_test.cc 78 temporal_layer_id_ = layer_id.temporal_layer_id;
svc_datarate_test.cc 235 layer_id.temporal_layer_id = (video->frame() % 2 != 0);
236 temporal_layer_id_ = layer_id.temporal_layer_id;
240 set_frame_flags_bypass_mode(layer_id.temporal_layer_id,
    [all...]
vp9_datarate_test.cc 148 layer_id.temporal_layer_id =
    [all...]
  /external/libvpx/libvpx/vpx/
vp8cx.h 802 int temporal_layer_id; /**< Temporal layer id number. */ member in struct:vpx_svc_layer_id
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 533 layer_id.temporal_layer_id = 0;
571 assert(layer_id.temporal_layer_id == 0);
574 vp9_info->temporal_idx = layer_id.temporal_layer_id;
614 if (layer_id.temporal_layer_id == 0 && layer_id.spatial_layer_id == 0) {
    [all...]
  /external/libaom/libaom/av1/decoder/
obu.c 79 if ((pbi->current_operating_point >> obu_header.temporal_layer_id) & 0x1 &&
740 cm->temporal_layer_id = obu_header.temporal_layer_id;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 506 int temporal_layer_id; member in struct:VP8_COMP
onyx_if.c     [all...]
  /external/libhevc/encoder/
ihevce_rc_interface.c 2090 WORD32 temporal_layer_id = ps_rc_lap_out->i4_rc_temporal_lyr_id; local
    [all...]

Completed in 814 milliseconds

1 2