Update comment

This commit is contained in:
Ari Lemmetti 2021-11-21 02:11:50 +02:00
parent 86b37a8e02
commit eb0f42aa96

View file

@ -366,8 +366,8 @@ static void inter_cp_with_ext_border(const kvz_pixel *ref_buf, int ref_stride,
* \param width PU width * \param width PU width
* \param height PU height * \param height PU height
* \param mv_param motion vector * \param mv_param motion vector
* \param lcu_px destination lcu * \param yuv_px destination buffer for pixel precision
* \param lcu_im destination of high precision output, or NULL if not needed * \param yuv_im destination buffer for high-precision, or NULL if not needed
* \param predict_luma Enable or disable luma prediction for this call. * \param predict_luma Enable or disable luma prediction for this call.
* \param predict_chroma Enable or disable chroma prediction for this call. * \param predict_chroma Enable or disable chroma prediction for this call.
*/ */