Searched refs:unwrapped_tl0 (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/modules/video_coding/ |
D | rtp_vp8_ref_finder.cc | 27 int64_t unwrapped_tl0 = tl0_unwrapper_.Unwrap(codec_header.tl0PicIdx & 0xFF); in ManageFrame() local 29 ManageFrameInternal(frame.get(), codec_header, unwrapped_tl0); in ManageFrame() 38 {.unwrapped_tl0 = unwrapped_tl0, .frame = std::move(frame)}); in ManageFrame() 54 int64_t unwrapped_tl0) { in ManageFrameInternal() argument 85 int64_t old_tl0_pic_idx = unwrapped_tl0 - kMaxLayerInfo; in ManageFrameInternal() 94 layer_info_[unwrapped_tl0].fill(-1); in ManageFrameInternal() 95 UpdateLayerInfoVp8(frame, unwrapped_tl0, codec_header.temporalIdx); in ManageFrameInternal() 100 codec_header.temporalIdx == 0 ? unwrapped_tl0 - 1 : unwrapped_tl0); in ManageFrameInternal() 111 layer_info_.emplace(unwrapped_tl0, layer_info_it->second).first; in ManageFrameInternal() 122 UpdateLayerInfoVp8(frame, unwrapped_tl0, codec_header.temporalIdx); in ManageFrameInternal() [all …]
|
D | rtp_vp9_ref_finder.cc | 41 int64_t unwrapped_tl0 = in ManageFrame() local 43 decision = ManageFrameGof(frame.get(), codec_header, unwrapped_tl0); in ManageFrame() 51 {.unwrapped_tl0 = unwrapped_tl0, .frame = std::move(frame)}); in ManageFrame() 91 int64_t unwrapped_tl0) { in ManageFrameGof() argument 119 unwrapped_tl0, in ManageFrameGof() 123 const auto gof_info_it = gof_info_.find(unwrapped_tl0); in ManageFrameGof() 140 const auto gof_info_it = gof_info_.find(unwrapped_tl0); in ManageFrameGof() 152 (codec_header.temporal_idx == 0) ? unwrapped_tl0 - 1 : unwrapped_tl0); in ManageFrameGof() 160 .emplace(unwrapped_tl0, in ManageFrameGof() 169 int64_t old_tl0_pic_idx = unwrapped_tl0 - kMaxGofSaved; in ManageFrameGof() [all …]
|
D | rtp_vp8_ref_finder.h | 42 int64_t unwrapped_tl0; member 50 int64_t unwrapped_tl0); 53 int64_t unwrapped_tl0,
|
D | rtp_vp9_ref_finder.h | 52 int64_t unwrapped_tl0; member 60 int64_t unwrapped_tl0);
|