Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/rtc_tools/frame_analyzer/
H A 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
H A Dvideo_quality_analysis.cc65 const rtc::scoped_refptr<I420BufferInterface>& reference_frame = in RunAnalysis() local
H A Dvideo_color_aligner.cc131 const rtc::scoped_refptr<I420BufferInterface>& reference_frame, in CalculateColorTransformationMatrix()
/aosp_15_r20/external/libgav1/src/
H A Ddecoder_state.h86 std::array<RefCountedBufferPtr, kNumReferenceFrameTypes> reference_frame; member
H A 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
H A 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
H A Ddecoder_impl.cc627 for (auto& reference_frame : state_.reference_frame) { in ~DecoderImpl() local
/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/rnn_vad/
H A Dspectral_features.cc105 rtc::ArrayView<const float, kFrameSize20ms24kHz> reference_frame, in CheckSilenceComputeFeatures()
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor.cc490 const auto reference_frame = input_frames_.find(frame_stat->frame_number); in CalcFrameQuality() local
/aosp_15_r20/external/libgav1/src/post_filter/
H A Ddeblock.cc84 for (int reference_frame = kReferenceFrameIntra + 1; in ComputeDeblockFilterLevelsHelper() local
/aosp_15_r20/external/webrtc/video/
H A Dvideo_analyzer.cc340 VideoFrame reference_frame = frames_.front(); in OnFrame() local
/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/
H A Decho_canceller3_unittest.cc73 float* reference_frame[kMaxNumBands]; in VerifyOutputFrameBitexactness() local
/aosp_15_r20/external/libgav1/src/utils/
H A Dtypes.h158 ReferenceFrameType reference_frame[2]; member