Searched refs:source_frame (Results 1 – 4 of 4) sorted by relevance
77 for (const auto& source_frame : mixed_sources_and_frames) { in RampAndUpdateGain() local78 float target_gain = source_frame.source_status->is_mixed ? 1.0f : 0.0f; in RampAndUpdateGain()79 Ramp(source_frame.source_status->gain, target_gain, in RampAndUpdateGain()80 source_frame.audio_frame); in RampAndUpdateGain()81 source_frame.source_status->gain = target_gain; in RampAndUpdateGain()
58 VideoFrame Preprocess(const VideoFrame& source_frame) override { in Preprocess() argument60 VideoFrame frame = source_frame; in Preprocess()
774 auto* const source_frame = reference_frames[source_index].get(); in MotionFieldProjection() local775 assert(source_frame != nullptr); in MotionFieldProjection()777 if (source_frame->rows4x4() != frame_header.rows4x4 || in MotionFieldProjection()778 source_frame->columns4x4() != frame_header.columns4x4 || in MotionFieldProjection()779 IsIntraFrame(source_frame->frame_type())) { in MotionFieldProjection()784 const ReferenceInfo& reference_info = *source_frame->reference_info(); in MotionFieldProjection()
7106 const YV12_BUFFER_CONFIG *source_frame, argument7112 vpx_calc_highbd_psnr(source_frame, coded_frame, &psnr, bit_depth,7117 vpx_calc_psnr(source_frame, coded_frame, &psnr);