/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_svc_layercontext.c | 31 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 …]
|
D | vp9_denoiser.h | 116 int content_state, int temporal_layer_id); 120 int temporal_layer_id);
|
D | vp9_denoiser.c | 581 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()
|
D | vp9_speed_features.c | 565 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()
|
D | vp9_svc_layercontext.h | 54 int temporal_layer_id; member
|
D | vp9_ratectrl.c | 254 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()
|
D | vp9_pickmode.c | 117 !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()
|
D | vp9_aq_cyclicrefresh.c | 430 if (cm->frame_type == KEY_FRAME || cpi->svc.temporal_layer_id > 0 || in vp9_cyclic_refresh_update_parameters()
|
D | vp9_encoder.c | 2892 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]
|
D | vp9_encodeframe.c | 564 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()
|
D | vp9_firstpass.c | 3104 if (cpi->svc.temporal_layer_id > 0) { in configure_buffer_updates()
|
/external/libvpx/libvpx/examples/ |
D | vp9_spatial_svc_encoder.c | 734 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 …]
|
D | vpx_temporal_svc_encoder.c | 823 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/ |
D | vp9_impl.cc | 533 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/ |
D | vp9_cx_iface.c | 1074 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/ |
D | vp8cx.h | 720 int temporal_layer_id; /**< Temporal layer id number. */ member
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_int.h | 506 int temporal_layer_id; member
|
D | onyx_if.c | 1642 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/ |
D | datarate_test.cc | 631 layer_id.temporal_layer_id = in PreEncodeFrameHook() 1265 temporal_layer_id_ = layer_id.temporal_layer_id; in PostEncodeFrameHook()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 1087 ctx->cpi->temporal_layer_id = layer_id; in vp8e_set_temporal_layer_id()
|