comparison ivi_dsp.h @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents 7dd2a45249a9
children 0885e7a93ed4
comparison
equal deleted inserted replaced
12023:c7455450364d 12024:fdafbcef52f5
115 * DC-only inverse column slant transform 115 * DC-only inverse column slant transform
116 */ 116 */
117 void ff_ivi_dc_col_slant(const int32_t *in, int16_t *out, uint32_t pitch, int blk_size); 117 void ff_ivi_dc_col_slant(const int32_t *in, int16_t *out, uint32_t pitch, int blk_size);
118 118
119 /** 119 /**
120 * Copies the pixels into the frame buffer. 120 * Copy the pixels into the frame buffer.
121 */ 121 */
122 void ff_ivi_put_pixels_8x8(const int32_t *in, int16_t *out, uint32_t pitch, const uint8_t *flags); 122 void ff_ivi_put_pixels_8x8(const int32_t *in, int16_t *out, uint32_t pitch, const uint8_t *flags);
123 123
124 /** 124 /**
125 * Copies the DC coefficient into the first pixel of the block and 125 * Copy the DC coefficient into the first pixel of the block and
126 * zeroes all others. 126 * zero all others.
127 */ 127 */
128 void ff_ivi_put_dc_pixel_8x8(const int32_t *in, int16_t *out, uint32_t pitch, int blk_size); 128 void ff_ivi_put_dc_pixel_8x8(const int32_t *in, int16_t *out, uint32_t pitch, int blk_size);
129 129
130 /** 130 /**
131 * 8x8 block motion compensation with adding delta 131 * 8x8 block motion compensation with adding delta