Home
last modified time | relevance | path

Searched defs:temporal_layer_id (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/libvpx/vp8/
H A Dvp8_ratectrl_rtc.h32 int temporal_layer_id; member
/aosp_15_r20/external/libaom/av1/encoder/
H A Dav1_temporal_denoiser.c676 int temporal_layer_id) { in av1_scale_part_thresh()
695 int temporal_layer_id) { in av1_scale_acskip_thresh()
H A Dsvc_layercontext.h92 int temporal_layer_id; member
H A Dlevel.h170 int temporal_layer_id, in is_in_operating_point()
H A Dlevel.c1282 const int temporal_layer_id = cm->temporal_layer_id; in av1_update_level_info() local
H A Dpass2_strategy.c862 const int temporal_layer_id = cm->temporal_layer_id; in adjust_boost_bits_for_target_level() local
/aosp_15_r20/external/libaom/av1/common/
H A Dobu_util.h28 int temporal_layer_id; member
H A Dav1_common_int.h1050 int temporal_layer_id; member
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_denoiser.c748 int content_state, int temporal_layer_id) { in vp9_scale_part_thresh()
765 int temporal_layer_id) { in vp9_scale_acskip_thresh()
H A Dvp9_svc_layercontext.h82 int temporal_layer_id; member
/aosp_15_r20/external/libvpx/vp9/
H A Dratectrl_rtc.h48 int temporal_layer_id; member
/aosp_15_r20/external/libaom/av1/
H A Dratectrl_rtc.h67 int temporal_layer_id; member
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp9/
H A Dlibvpx_vp9_encoder.h166 int temporal_layer_id = 0; member
/aosp_15_r20/external/libvpx/vpx/
H A Dvp8cx.h905 int temporal_layer_id; /**< Temporal layer id number. */ member
/aosp_15_r20/external/libaom/aom/
H A Daomcx.h1699 int temporal_layer_id; /**< Temporal layer ID */ member
/aosp_15_r20/external/libhevc/encoder/
H A Dihevce_rc_interface.c2095 WORD32 temporal_layer_id = ps_rc_lap_out->i4_rc_temporal_lyr_id; in ihevce_rc_get_pic_quant() local
/aosp_15_r20/external/libvpx/vp8/encoder/
H A Donyx_int.h513 int temporal_layer_id; member
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs59699 pub temporal_layer_id: u32, field
59764 pub fn temporal_layer_id(mut self, temporal_layer_id: u32) -> Self { in temporal_layer_id() method