/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_svc_layercontext.c | 39 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 …]
|
D | vp9_denoiser.h | 120 int content_state, int temporal_layer_id); 124 int temporal_layer_id);
|
D | vp9_denoiser.c | 622 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()
|
D | vp9_ratectrl.c | 272 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 …]
|
D | vp9_speed_features.c | 666 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()
|
D | vp9_svc_layercontext.h | 76 int temporal_layer_id; member
|
D | vp9_aq_cyclicrefresh.c | 484 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()
|
D | vp9_pickmode.c | 128 !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/ |
D | obu_parser.cc | 96 obu_header->temporal_layer_id = in ParseObuExtensionHeader() 115 header->temporal_layer_id, header->temporal_layer_id); in PrintObuHeader()
|
/external/libaom/libaom/av1/encoder/ |
D | level.c | 371 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/ |
D | vp9_spatial_svc_encoder.c | 894 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()
|
D | vpx_temporal_svc_encoder.c | 857 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/ |
D | obu_util.h | 28 int temporal_layer_id; member
|
D | obu_util.c | 86 header->temporal_layer_id = aom_rb_read_literal(rb, 3); in read_obu_header()
|
D | onyxc_int.h | 538 int temporal_layer_id; member
|
/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/test/ |
D | svc_test.cc | 78 temporal_layer_id_ = layer_id.temporal_layer_id; in PostEncodeFrameHook()
|
D | svc_datarate_test.cc | 235 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()
|
D | vp9_datarate_test.cc | 148 layer_id.temporal_layer_id = in PreEncodeFrameHook()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 1062 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/ |
D | obu.c | 79 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/ |
D | vp8cx.h | 802 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 | 1636 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/ |
D | ihevce_rc_interface.c | 2090 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()
|