Home
last modified time | relevance | path

Searched defs:sub_frame (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/
H A Dfixed_digital_level_estimator.cc64 for (int sub_frame = 0; sub_frame < kSubFramesInFrame; ++sub_frame) { in ComputeLevel() local
78 for (int sub_frame = 0; sub_frame < kSubFramesInFrame - 1; ++sub_frame) { in ComputeLevel() local
85 for (int sub_frame = 0; sub_frame < kSubFramesInFrame; ++sub_frame) { in ComputeLevel() local
/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/
H A Dframe_blocker_unittest.cc38 std::vector<std::vector<std::vector<float>>>* sub_frame) { in FillSubFrame()
53 std::vector<std::vector<std::vector<float>>>* sub_frame, in FillSubFrameView()
394 std::vector<std::vector<std::vector<float>>> sub_frame( in TEST() local
H A Dblock_framer.cc53 std::vector<std::vector<rtc::ArrayView<float>>>* sub_frame) { in InsertBlockAndExtractSubFrame()
H A Dframe_blocker.cc35 const std::vector<std::vector<rtc::ArrayView<float>>>& sub_frame, in InsertSubFrameAndExtractBlock()
H A Dblock_framer_unittest.cc24 std::vector<std::vector<std::vector<float>>>* sub_frame, in SetupSubFrameView()
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_filter.c112 int sub_frame; member
/aosp_15_r20/external/webp/src/mux/
H A Danim_encode.c541 WebPPicture* const sub_frame) { in GetSubRect()
786 static WebPEncodingError EncodeCandidate(WebPPicture* const sub_frame, in EncodeCandidate()