Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c31 svc->temporal_layer_id = 0; in vp9_init_layer_context()
240 cpi->svc.temporal_layer_id]; in get_layer_context()
243 ? &cpi->svc.layer_context[cpi->svc.temporal_layer_id] in get_layer_context()
254 svc->temporal_layer_id; in vp9_update_temporal_layer_framerate()
255 const int tl = svc->temporal_layer_id; in vp9_update_temporal_layer_framerate()
314 cpi->svc.number_spatial_layers > 1 && cpi->svc.temporal_layer_id == 0) { in vp9_restore_layer_context()
341 cpi->svc.number_spatial_layers > 1 && cpi->svc.temporal_layer_id == 0) { in vp9_save_layer_context()
389 cpi->svc.temporal_layer_id] in vp9_is_upper_layer_key_frame()
424 temporal_id = cpi->svc.temporal_layer_id = in set_flags_and_fb_idx_for_temporal_mode3()
522 temporal_id = cpi->svc.temporal_layer_id = in set_flags_and_fb_idx_for_temporal_mode2()
[all …]
Dvp9_denoiser.h116 int content_state, int temporal_layer_id);
120 int temporal_layer_id);
Dvp9_denoiser.c581 svc->temporal_layer_id]; in vp9_denoiser_alloc()
691 int content_state, int temporal_layer_id) { in vp9_scale_part_thresh() argument
695 (temporal_layer_id != 0)) { in vp9_scale_part_thresh()
697 (temporal_layer_id < 2) ? (3 * threshold) >> 1 : (7 * threshold) >> 2; in vp9_scale_part_thresh()
708 int temporal_layer_id) { in vp9_scale_acskip_thresh() argument
711 (noise_level == kDenLow) ? 2 : (temporal_layer_id == 2) ? 10 : 6; in vp9_scale_acskip_thresh()
Dvp9_speed_features.c565 if (cpi->svc.temporal_layer_id > 0) { in set_rt_speed_feature_framesize_independent()
580 cpi->svc.temporal_layer_id == 0 && in set_rt_speed_feature_framesize_independent()
586 if (cpi->svc.temporal_layer_id > 0 || cpi->svc.spatial_layer_id > 1) { in set_rt_speed_feature_framesize_independent()
605 cpi->svc.temporal_layer_id == cpi->svc.number_temporal_layers - 1) in set_rt_speed_feature_framesize_independent()
612 cpi->svc.temporal_layer_id > 0 && in set_rt_speed_feature_framesize_independent()
Dvp9_svc_layercontext.h54 int temporal_layer_id; member
Dvp9_ratectrl.c254 int current_temporal_layer = svc->temporal_layer_id; in update_layer_buffer_level()
691 int layer = LAYER_IDS_TO_IDX(0, cpi->svc.temporal_layer_id, in calc_active_worst_quality_one_pass_cbr()
1634 int layer = LAYER_IDS_TO_IDX(svc->spatial_layer_id, svc->temporal_layer_id, in calc_pframe_target_size_one_pass_cbr()
1673 LAYER_IDS_TO_IDX(svc->spatial_layer_id, svc->temporal_layer_id, in calc_iframe_target_size_one_pass_cbr()
1692 LAYER_IDS_TO_IDX(cpi->svc.spatial_layer_id, cpi->svc.temporal_layer_id, in vp9_rc_get_svc_params()
1708 cpi->svc.temporal_layer_id, in vp9_rc_get_svc_params()
1724 cpi->svc.layer_context[cpi->svc.temporal_layer_id].is_key_frame; in vp9_rc_get_svc_params()
1734 cpi->svc.layer_context[cpi->svc.temporal_layer_id].is_key_frame; in vp9_rc_get_svc_params()
Dvp9_pickmode.c117 !cpi->svc.layer_context[cpi->svc.temporal_layer_id].is_key_frame && in mv_refs_rt()
380 cpi->svc.temporal_layer_id); in model_rd_for_sb_y_large()
683 (bsize < BLOCK_32X32 || cpi->svc.temporal_layer_id > 0)))) { in block_yrd()
1567 cpi->svc.temporal_layer_id, in vp9_pick_inter_mode()
2208 cpi->svc.layer_context[cpi->svc.temporal_layer_id].is_key_frame || in vp9_pick_inter_mode()
2210 (!cpi->svc.layer_context[cpi->svc.temporal_layer_id].is_key_frame && in vp9_pick_inter_mode()
Dvp9_aq_cyclicrefresh.c430 if (cm->frame_type == KEY_FRAME || cpi->svc.temporal_layer_id > 0 || in vp9_cyclic_refresh_update_parameters()
Dvp9_encoder.c2892 cpi->svc.temporal_layer_id,
3534 cpi->svc.temporal_layer_id < cpi->svc.number_temporal_layers - 1 ||
4418 cpi->svc.temporal_layer_id;
4610 cpi->svc.temporal_layer_id]
Dvp9_encodeframe.c564 content_state, cpi->svc.temporal_layer_id); in set_vbp_thresholds()
907 int layer = LAYER_IDS_TO_IDX(0, cpi->svc.temporal_layer_id, in copy_partitioning()
1250 cpi->svc.layer_context[cpi->svc.temporal_layer_id].is_key_frame)); in choose_partitioning()
5162 if (cpi->oxcf.pass == 0 && cpi->svc.temporal_layer_id == 0) in encode_superblock()
Dvp9_firstpass.c3104 if (cpi->svc.temporal_layer_id > 0) { in configure_buffer_updates()
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c734 layer_id.temporal_layer_id = 0; in main()
736 layer_id.temporal_layer_id = 1; in main()
741 set_frame_flags_bypass_mode(sl, layer_id.temporal_layer_id, in main()
750 layer_id.temporal_layer_id]; in main()
795 layer_id.temporal_layer_id]; in main()
798 for (tl = layer_id.temporal_layer_id; in main()
806 for (tl = layer_id.temporal_layer_id; in main()
813 if (tl == (unsigned int)layer_id.temporal_layer_id && in main()
828 tl = layer_id.temporal_layer_id; in main()
845 tl = layer_id.temporal_layer_id; in main()
[all …]
Dvpx_temporal_svc_encoder.c823 layer_id.temporal_layer_id = in main()
829 layer_id.temporal_layer_id); in main()
834 if (frame_avail) ++rc.layer_input_frames[layer_id.temporal_layer_id]; in main()
/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/vp9/
Dvp9_cx_iface.c1074 cpi->svc.temporal_layer_id] in get_frame_pkt_flags()
1497 svc->temporal_layer_id = data->temporal_layer_id; in ctrl_set_svc_layer_id()
1499 if (svc->temporal_layer_id < 0 || in ctrl_set_svc_layer_id()
1500 svc->temporal_layer_id >= (int)ctx->cfg.ts_number_layers) { in ctrl_set_svc_layer_id()
1520 data->temporal_layer_id = svc->temporal_layer_id; in ctrl_get_svc_layer_id()
/external/libvpx/libvpx/vpx/
Dvp8cx.h720 int temporal_layer_id; /**< Temporal layer id number. */ member
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h506 int temporal_layer_id; member
Donyx_if.c1642 if (cpi->temporal_layer_id > 0) { in vp8_change_config()
1643 cpi->temporal_layer_id = 0; in vp8_change_config()
1787 cpi->temporal_layer_id = -1; in vp8_create_compressor()
5034 if (cpi->temporal_layer_id >= 0) { in vp8_get_compressed_data()
5035 layer = cpi->temporal_layer_id; in vp8_get_compressed_data()
/external/libvpx/libvpx/test/
Ddatarate_test.cc631 layer_id.temporal_layer_id = in PreEncodeFrameHook()
1265 temporal_layer_id_ = layer_id.temporal_layer_id; in PostEncodeFrameHook()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c1087 ctx->cpi->temporal_layer_id = layer_id; in vp8e_set_temporal_layer_id()