Home
last modified time | relevance | path

Searched defs:reference_frame (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/rtc_tools/frame_analyzer/
Dvideo_geometry_aligner.cc70 const rtc::scoped_refptr<I420BufferInterface>& reference_frame, in CalculateCropRegion()
126 const rtc::scoped_refptr<I420BufferInterface>& reference_frame, in AdjustCropping()
154 const rtc::scoped_refptr<I420BufferInterface> reference_frame = in AdjustCropping() local
Dvideo_quality_analysis.cc65 const rtc::scoped_refptr<I420BufferInterface>& reference_frame = in RunAnalysis() local
Dvideo_color_aligner.cc131 const rtc::scoped_refptr<I420BufferInterface>& reference_frame, in CalculateColorTransformationMatrix()
/external/libgav1/src/
Ddecoder_state.h86 std::array<RefCountedBufferPtr, kNumReferenceFrameTypes> reference_frame; member
Dobu_parser.cc600 const RefCountedBuffer* reference_frame = in ValidateInterFrameSize() local
2052 const RefCountedBuffer* reference_frame = in ParseFrameParameters() local
2119 const auto reference_frame = static_cast<ReferenceFrameType>(i); in ParseFrameParameters() local
Dobu_parser_test.cc1435 for (auto& reference_frame : decoder_state_.reference_frame) { in TEST_F() local
1458 for (auto& reference_frame : decoder_state_.reference_frame) { in TEST_F() local
1494 for (auto& reference_frame : decoder_state_.reference_frame) { in TEST_F() local
Ddecoder_impl.cc627 for (auto& reference_frame : state_.reference_frame) { in ~DecoderImpl() local
/external/webrtc/modules/audio_processing/agc2/rnn_vad/
Dspectral_features.cc105 rtc::ArrayView<const float, kFrameSize20ms24kHz> reference_frame, in CheckSilenceComputeFeatures()
/external/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc490 const auto reference_frame = input_frames_.find(frame_stat->frame_number); in CalcFrameQuality() local
/external/libgav1/src/post_filter/
Ddeblock.cc84 for (int reference_frame = kReferenceFrameIntra + 1; in ComputeDeblockFilterLevelsHelper() local
/external/crosvm/media/cros-codecs/src/decoders/vp9/
Ddecoder.rs101 pub reference_frame: i16, field
/external/webrtc/video/
Dvideo_analyzer.cc340 VideoFrame reference_frame = frames_.front(); in OnFrame() local
/external/webrtc/modules/audio_processing/aec3/
Decho_canceller3_unittest.cc73 float* reference_frame[kMaxNumBands]; in VerifyOutputFrameBitexactness() local
/external/libgav1/src/utils/
Dtypes.h158 ReferenceFrameType reference_frame[2]; member