Home
last modified time | relevance | path

Searched refs:frame_input (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/modules/audio_processing/
Dhigh_pass_filter_unittest.cc26 const std::vector<float>& frame_input, in ProcessOneFrameAsAudioBuffer() argument
34 test::CopyVectorToAudioBuffer(stream_config, frame_input, &audio_buffer); in ProcessOneFrameAsAudioBuffer()
44 const std::vector<float>& frame_input, in ProcessOneFrameAsVector() argument
55 frame_input[k * stream_config.num_channels() + channel]; in ProcessOneFrameAsVector()
86 std::vector<float> frame_input( in RunBitexactnessTest() local
92 output = ProcessOneFrameAsAudioBuffer(frame_input, stream_config, in RunBitexactnessTest()
95 output = ProcessOneFrameAsVector(frame_input, stream_config, in RunBitexactnessTest()
/external/libaom/av1/encoder/
Dencode_strategy.c719 EncodeFrameInput *const frame_input, argument
748 frame_input->source, 0, cm->seq_params->bit_depth,
767 YV12_BUFFER_CONFIG *source_buffer = frame_input->source;
784 frame_input->source = tf_buf;
823 frame_input->source = tf_buf_second_arf;
831 aom_copy_metadata_to_frame_buffer(frame_input->source,
902 if (av1_encode(cpi, dest, frame_input, frame_params, frame_results) !=
1214 EncodeFrameInput frame_input; local
1217 memset(&frame_input, 0, sizeof(frame_input));
1389 frame_input.source = &source->img;
[all …]
Dsvc_layercontext.c549 void av1_svc_set_last_source(AV1_COMP *const cpi, EncodeFrameInput *frame_input, in av1_svc_set_last_source() argument
555 frame_input->last_source = prev_source != NULL ? prev_source : NULL; in av1_svc_set_last_source()
560 frame_input->last_source = &cpi->svc.source_last_TL0; in av1_svc_set_last_source()
568 frame_input->last_source = &cpi->svc.source_last_TL0; in av1_svc_set_last_source()
570 frame_input->last_source = NULL; in av1_svc_set_last_source()
Dsvc_layercontext.h286 struct EncodeFrameInput *frame_input,
Dratectrl.h790 const struct EncodeFrameInput *frame_input,
Dratectrl.c2857 const EncodeFrameInput *frame_input) { in rc_scene_detection_onepass_rt() argument
2860 YV12_BUFFER_CONFIG const *const unscaled_src = frame_input->source; in rc_scene_detection_onepass_rt()
2861 YV12_BUFFER_CONFIG const *const unscaled_last_src = frame_input->last_source; in rc_scene_detection_onepass_rt()
3209 const EncodeFrameInput *frame_input, in av1_get_one_pass_rt_params() argument
3277 rc_scene_detection_onepass_rt(cpi, frame_input); in av1_get_one_pass_rt_params()
Dencoder.c3889 const EncodeFrameInput *const frame_input, in av1_encode() argument
3895 cpi->unscaled_source = frame_input->source; in av1_encode()
3896 cpi->source = frame_input->source; in av1_encode()
3897 cpi->unscaled_last_source = frame_input->last_source; in av1_encode()
3934 av1_noop_first_pass_frame(cpi, frame_input->ts_duration); in av1_encode()
3936 av1_first_pass(cpi, frame_input->ts_duration); in av1_encode()
Dencoder.h3645 const EncodeFrameInput *const frame_input,