Home
last modified time | relevance | path

Searched refs:temporal_layer_id (Results 1 – 25 of 31) sorted by relevance

12

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c39 svc->temporal_layer_id = 0; in vp9_init_layer_context()
280 cpi->svc.temporal_layer_id]; in get_layer_context()
283 ? &cpi->svc.layer_context[cpi->svc.temporal_layer_id] in get_layer_context()
294 svc->temporal_layer_id; in vp9_update_temporal_layer_framerate()
295 const int tl = svc->temporal_layer_id; in vp9_update_temporal_layer_framerate()
355 cpi->svc.number_spatial_layers > 1 && cpi->svc.temporal_layer_id == 0) { in vp9_restore_layer_context()
379 cpi->svc.number_spatial_layers > 1 && cpi->svc.temporal_layer_id == 0) { in vp9_save_layer_context()
490 temporal_id = cpi->svc.temporal_layer_id = in set_flags_and_fb_idx_for_temporal_mode3()
590 temporal_id = cpi->svc.temporal_layer_id = in set_flags_and_fb_idx_for_temporal_mode2()
683 cpi->svc.temporal_layer_id = cpi->svc.temporal_layer_id_per_spatial[sl]; in set_flags_and_fb_idx_bypass_via_set_ref_frame_config()
[all …]
Dvp9_denoiser.h120 int content_state, int temporal_layer_id);
124 int temporal_layer_id);
Dvp9_denoiser.c622 svc->temporal_layer_id]; in vp9_denoiser_alloc()
749 int content_state, int temporal_layer_id) { in vp9_scale_part_thresh() argument
753 (temporal_layer_id != 0)) { in vp9_scale_part_thresh()
755 (temporal_layer_id < 2) ? (3 * threshold) >> 1 : (7 * threshold) >> 2; in vp9_scale_part_thresh()
766 int temporal_layer_id) { in vp9_scale_acskip_thresh() argument
769 (noise_level == kDenLow) ? 2 : (temporal_layer_id == 2) ? 10 : 6; in vp9_scale_acskip_thresh()
798 LAYER_IDS_TO_IDX(svc->spatial_layer_id, svc->temporal_layer_id, in vp9_denoiser_update_ref_frame()
Dvp9_ratectrl.c272 for (i = svc->temporal_layer_id; i < svc->number_temporal_layers; ++i) { in update_buffer_level_svc_preencode()
290 if (i == svc->temporal_layer_id) { in update_buffer_level_svc_preencode()
302 const int current_temporal_layer = svc->temporal_layer_id; in update_layer_buffer_level_postencode()
451 const int layer = LAYER_IDS_TO_IDX(i, svc->temporal_layer_id, in check_buffer_above_thresh()
479 const int layer = LAYER_IDS_TO_IDX(i, svc->temporal_layer_id, in check_buffer_below_thresh()
944 int layer = LAYER_IDS_TO_IDX(0, cpi->svc.temporal_layer_id, in calc_active_worst_quality_one_pass_cbr()
1850 svc->temporal_layer_id == 0) { in vp9_rc_postencode_update()
1885 !svc->layer_context[svc->temporal_layer_id].is_key_frame && in vp9_rc_postencode_update()
1896 const int layer = LAYER_IDS_TO_IDX(i, svc->temporal_layer_id, in vp9_rc_postencode_update()
2057 int layer = LAYER_IDS_TO_IDX(svc->spatial_layer_id, svc->temporal_layer_id, in calc_pframe_target_size_one_pass_cbr()
[all …]
Dvp9_speed_features.c666 if (svc->temporal_layer_id > 0) { in set_rt_speed_feature_framesize_independent()
680 if (svc->number_temporal_layers > 2 && svc->temporal_layer_id == 0 && in set_rt_speed_feature_framesize_independent()
686 if (svc->temporal_layer_id > 0 || svc->spatial_layer_id > 1) { in set_rt_speed_feature_framesize_independent()
706 svc->temporal_layer_id == svc->number_temporal_layers - 1) in set_rt_speed_feature_framesize_independent()
713 svc->number_spatial_layers == 3 && svc->temporal_layer_id > 0 && in set_rt_speed_feature_framesize_independent()
720 svc->temporal_layer_id > 0) in set_rt_speed_feature_framesize_independent()
Dvp9_svc_layercontext.h76 int temporal_layer_id; member
Dvp9_aq_cyclicrefresh.c484 if (frame_is_intra_only(cm) || cpi->svc.temporal_layer_id > 0 || in vp9_cyclic_refresh_update_parameters()
488 cpi->svc.layer_context[cpi->svc.temporal_layer_id].is_key_frame) || in vp9_cyclic_refresh_update_parameters()
Dvp9_pickmode.c128 !cpi->svc.layer_context[cpi->svc.temporal_layer_id].is_key_frame && in mv_refs_rt()
429 cpi->svc.temporal_layer_id); in model_rd_for_sb_y_large()
705 (bsize < BLOCK_32X32 || cpi->svc.temporal_layer_id > 0)))) { in block_yrd()
1718 LAYER_IDS_TO_IDX(svc->spatial_layer_id - 1, svc->temporal_layer_id, in vp9_pick_inter_mode()
1739 !svc->layer_context[svc->temporal_layer_id].is_key_frame)) { in vp9_pick_inter_mode()
2378 svc->temporal_layer_id == 0 || in vp9_pick_inter_mode()
2379 svc->layer_context[svc->temporal_layer_id].is_key_frame || in vp9_pick_inter_mode()
2381 (!svc->layer_context[svc->temporal_layer_id].is_key_frame && in vp9_pick_inter_mode()
/external/libaom/libaom/tools/
Dobu_parser.cc96 obu_header->temporal_layer_id = in ParseObuExtensionHeader()
115 header->temporal_layer_id, header->temporal_layer_id); in PrintObuHeader()
/external/libaom/libaom/av1/encoder/
Dlevel.c371 int temporal_layer_id, in is_in_operating_point() argument
375 return ((operating_point >> temporal_layer_id) & 1) && in is_in_operating_point()
554 const int temporal_layer_id = cm->temporal_layer_id; in av1_update_level_info() local
561 temporal_layer_id, spatial_layer_id)) { in av1_update_level_info()
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c894 layer_id.temporal_layer_id = 0; in main()
898 layer_id.temporal_layer_id = 1; in main()
921 set_frame_flags_bypass_mode_ex0(layer_id.temporal_layer_id, in main()
925 set_frame_flags_bypass_mode_ex1(layer_id.temporal_layer_id, in main()
938 layer_id.temporal_layer_id]; in main()
1011 for (tl = layer_id.temporal_layer_id; in main()
1018 if (tl == (unsigned int)layer_id.temporal_layer_id && in main()
Dvpx_temporal_svc_encoder.c857 layer_id.temporal_layer_id = in main()
859 layer_id.temporal_layer_id_per_spatial[0] = layer_id.temporal_layer_id; in main()
864 layer_id.temporal_layer_id); in main()
869 if (frame_avail) ++rc.layer_input_frames[layer_id.temporal_layer_id]; in main()
/external/libaom/libaom/av1/common/
Dobu_util.h28 int temporal_layer_id; member
Dobu_util.c86 header->temporal_layer_id = aom_rb_read_literal(rb, 3); in read_obu_header()
Donyxc_int.h538 int temporal_layer_id; member
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc533 layer_id.temporal_layer_id = 0; in Encode()
571 assert(layer_id.temporal_layer_id == 0); in PopulateCodecSpecific()
574 vp9_info->temporal_idx = layer_id.temporal_layer_id; in PopulateCodecSpecific()
614 if (layer_id.temporal_layer_id == 0 && layer_id.spatial_layer_id == 0) { in PopulateCodecSpecific()
/external/libvpx/libvpx/test/
Dsvc_test.cc78 temporal_layer_id_ = layer_id.temporal_layer_id; in PostEncodeFrameHook()
Dsvc_datarate_test.cc235 layer_id.temporal_layer_id = (video->frame() % 2 != 0); in PreEncodeFrameHook()
236 temporal_layer_id_ = layer_id.temporal_layer_id; in PreEncodeFrameHook()
240 set_frame_flags_bypass_mode(layer_id.temporal_layer_id, in PreEncodeFrameHook()
Dvp9_datarate_test.cc148 layer_id.temporal_layer_id = in PreEncodeFrameHook()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1062 cpi->svc.temporal_layer_id] in get_frame_pkt_flags()
1457 svc->temporal_layer_id = data->temporal_layer_id; in ctrl_set_svc_layer_id()
1464 if (svc->temporal_layer_id < 0 || in ctrl_set_svc_layer_id()
1465 svc->temporal_layer_id >= (int)ctx->cfg.ts_number_layers) { in ctrl_set_svc_layer_id()
1479 data->temporal_layer_id = svc->temporal_layer_id; in ctrl_get_svc_layer_id()
/external/libaom/libaom/av1/decoder/
Dobu.c79 if ((pbi->current_operating_point >> obu_header.temporal_layer_id) & 0x1 && in is_obu_in_current_operating_point()
740 cm->temporal_layer_id = obu_header.temporal_layer_id; in aom_decode_frame_from_obus()
/external/libvpx/libvpx/vpx/
Dvp8cx.h802 int temporal_layer_id; /**< Temporal layer id number. */ member
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h506 int temporal_layer_id; member
Donyx_if.c1636 if (cpi->temporal_layer_id > 0) { in vp8_change_config()
1637 cpi->temporal_layer_id = 0; in vp8_change_config()
1781 cpi->temporal_layer_id = -1; in vp8_create_compressor()
4976 if (cpi->temporal_layer_id >= 0) { in vp8_get_compressed_data()
4977 layer = cpi->temporal_layer_id; in vp8_get_compressed_data()
/external/libhevc/encoder/
Dihevce_rc_interface.c2090 WORD32 temporal_layer_id = ps_rc_lap_out->i4_rc_temporal_lyr_id; in ihevce_rc_get_pic_quant() local
2148 temporal_layer_id, in ihevce_rc_get_pic_quant()
3128 if(temporal_layer_id == ps_rc_ctxt->i4_max_temporal_lyr && in ihevce_rc_get_pic_quant()
3165 if(temporal_layer_id == ps_rc_ctxt->i4_max_temporal_lyr && in ihevce_rc_get_pic_quant()

12