comparison x86/vc1dsp_mmx.c @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents f5ccf2e590d6
children 846779f6b164
comparison
equal deleted inserted replaced
12023:c7455450364d 12024:fdafbcef52f5
409 typedef void (*vc1_mspel_mc_filter_ver_16bits)(int16_t *dst, const uint8_t *src, x86_reg src_stride, int rnd, int64_t shift); 409 typedef void (*vc1_mspel_mc_filter_ver_16bits)(int16_t *dst, const uint8_t *src, x86_reg src_stride, int rnd, int64_t shift);
410 typedef void (*vc1_mspel_mc_filter_hor_16bits)(uint8_t *dst, x86_reg dst_stride, const int16_t *src, int rnd); 410 typedef void (*vc1_mspel_mc_filter_hor_16bits)(uint8_t *dst, x86_reg dst_stride, const int16_t *src, int rnd);
411 typedef void (*vc1_mspel_mc_filter_8bits)(uint8_t *dst, const uint8_t *src, x86_reg stride, int rnd, x86_reg offset); 411 typedef void (*vc1_mspel_mc_filter_8bits)(uint8_t *dst, const uint8_t *src, x86_reg stride, int rnd, x86_reg offset);
412 412
413 /** 413 /**
414 * Interpolates fractional pel values by applying proper vertical then 414 * Interpolate fractional pel values by applying proper vertical then
415 * horizontal filter. 415 * horizontal filter.
416 * 416 *
417 * @param dst Destination buffer for interpolated pels. 417 * @param dst Destination buffer for interpolated pels.
418 * @param src Source buffer. 418 * @param src Source buffer.
419 * @param stride Stride for both src and dst buffers. 419 * @param stride Stride for both src and dst buffers.