Searched refs:source_frame (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/video_processing/test/ |
D | video_processing_unittest.cc | 47 static void TestSize(const VideoFrame& source_frame, 348 void TestSize(const VideoFrame& source_frame, argument 357 PreprocessFrameAndVerify(source_frame, target_width, target_height, vpm, 361 WriteProcessedFrameForVisualInspection(source_frame, *out_frame); 376 psnr, source_frame.width(), source_frame.height(), target_width,
|
/external/libgav1/libgav1/src/ |
D | motion_vector.cc | 772 auto* const source_frame = reference_frames[source_index].get(); in MotionFieldProjection() local 773 assert(source_frame != nullptr); in MotionFieldProjection() 775 if (source_frame->rows4x4() != frame_header.rows4x4 || in MotionFieldProjection() 776 source_frame->columns4x4() != frame_header.columns4x4 || in MotionFieldProjection() 777 IsIntraFrame(source_frame->frame_type())) { in MotionFieldProjection() 782 const ReferenceInfo& reference_info = *source_frame->reference_info(); in MotionFieldProjection()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 7106 const YV12_BUFFER_CONFIG *source_frame, argument 7112 vpx_calc_highbd_psnr(source_frame, coded_frame, &psnr, bit_depth, 7117 vpx_calc_psnr(source_frame, coded_frame, &psnr);
|