Home
last modified time | relevance | path

Searched refs:tmp_frame (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/audio_processing/
Daudio_processing_unittest.cc593 Int16FrameData tmp_frame; in ProcessDelayVerificationTest() local
597 tmp_frame.CopyFrom(revframe_); in ProcessDelayVerificationTest()
598 SetFrameTo(&tmp_frame, 0); in ProcessDelayVerificationTest()
605 frame->CopyFrom(tmp_frame); in ProcessDelayVerificationTest()
612 frame->CopyFrom(tmp_frame); in ProcessDelayVerificationTest()
622 frame->CopyFrom(tmp_frame); in ProcessDelayVerificationTest()
633 process_frame = &tmp_frame; in ProcessDelayVerificationTest()
851 Int16FrameData tmp_frame; in TEST_F() local
852 tmp_frame.CopyFrom(frame_); in TEST_F()
861 const float input_power = compute_power(tmp_frame); in TEST_F()
[all …]
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c2639 FIRSTPASS_STATS tmp_frame; in find_next_key_frame() local
2644 memcpy(&tmp_frame, &first_frame, sizeof(first_frame)); in find_next_key_frame()
2656 kf_group_err += calculate_modified_err(cpi, &tmp_frame); in find_next_key_frame()
2657 kf_group_intra_err += tmp_frame.intra_error; in find_next_key_frame()
2658 kf_group_coded_err += tmp_frame.coded_error; in find_next_key_frame()
2661 input_stats(cpi, &tmp_frame); in find_next_key_frame()
/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c2234 FIRSTPASS_STATS tmp_frame = first_frame; in find_next_key_frame() local
2246 calculate_modified_err(frame_info, twopass, oxcf, &tmp_frame); in find_next_key_frame()
2247 if (EOF == input_stats(twopass, &tmp_frame)) break; in find_next_key_frame()