Lines Matching refs:pitch
42 * @param[in] dst_pitch pitch of the destination buffer
52 * @param[in] dst_pitch pitch of the destination buffer
62 * @param[in] pitch pitch to move to the next y line
67 void ff_ivi_inverse_haar_8x8(const int32_t *in, int16_t *out, ptrdiff_t pitch,
69 void ff_ivi_inverse_haar_8x1(const int32_t *in, int16_t *out, uint32_t pitch,
71 void ff_ivi_inverse_haar_1x8(const int32_t *in, int16_t *out, uint32_t pitch,
79 * @param[in] pitch pitch to move to the next y line
84 void ff_ivi_row_haar8(const int32_t *in, int16_t *out, ptrdiff_t pitch,
92 * @param[in] pitch pitch to move to the next y line
97 void ff_ivi_col_haar8(const int32_t *in, int16_t *out, ptrdiff_t pitch,
105 * @param[in] pitch pitch to move to the next y line
110 void ff_ivi_inverse_haar_4x4(const int32_t *in, int16_t *out, ptrdiff_t pitch,
118 * @param[in] pitch pitch to move to the next y line
123 void ff_ivi_row_haar4(const int32_t *in, int16_t *out, ptrdiff_t pitch,
131 * @param[in] pitch pitch to move to the next y line
136 void ff_ivi_col_haar4(const int32_t *in, int16_t *out, ptrdiff_t pitch,
146 * @param[in] pitch pitch to move to the next y line
149 void ff_ivi_dc_haar_2d(const int32_t *in, int16_t *out, ptrdiff_t pitch,
157 * @param[in] pitch pitch to move to the next y line
162 void ff_ivi_inverse_slant_8x8(const int32_t *in, int16_t *out, ptrdiff_t pitch,
170 * @param[in] pitch pitch to move to the next y line
175 void ff_ivi_inverse_slant_4x4(const int32_t *in, int16_t *out, ptrdiff_t pitch,
186 * @param[in] pitch pitch to move to the next y line
189 void ff_ivi_dc_slant_2d(const int32_t *in, int16_t *out, ptrdiff_t pitch, int blk_size);
196 * @param[in] pitch pitch to move to the next y line
199 void ff_ivi_row_slant8(const int32_t *in, int16_t *out, ptrdiff_t pitch,
207 * @param[in] pitch pitch to move to the next y line
212 void ff_ivi_col_slant8(const int32_t *in, int16_t *out, ptrdiff_t pitch,
220 * @param[in] pitch pitch to move to the next y line
223 void ff_ivi_row_slant4(const int32_t *in, int16_t *out, ptrdiff_t pitch,
231 * @param[in] pitch pitch to move to the next y line
236 void ff_ivi_col_slant4(const int32_t *in, int16_t *out, ptrdiff_t pitch,
242 void ff_ivi_dc_row_slant(const int32_t *in, int16_t *out, ptrdiff_t pitch, int blk_size);
247 void ff_ivi_dc_col_slant(const int32_t *in, int16_t *out, ptrdiff_t pitch, int blk_size);
252 void ff_ivi_put_pixels_8x8(const int32_t *in, int16_t *out, ptrdiff_t pitch, const uint8_t *flags);
258 void ff_ivi_put_dc_pixel_8x8(const int32_t *in, int16_t *out, ptrdiff_t pitch, int blk_size);
265 * @param[in] pitch pitch for moving to the next y line
268 void ff_ivi_mc_8x8_delta(int16_t *buf, const int16_t *ref_buf, ptrdiff_t pitch, int mc_type);
275 * @param[in] pitch pitch for moving to the next y line
278 void ff_ivi_mc_4x4_delta(int16_t *buf, const int16_t *ref_buf, ptrdiff_t pitch, int mc_type);
285 * @param[in] pitch pitch for moving to the next y line
288 void ff_ivi_mc_8x8_no_delta(int16_t *buf, const int16_t *ref_buf, ptrdiff_t pitch, int mc_type);
295 * @param[in] pitch pitch for moving to the next y line
298 void ff_ivi_mc_4x4_no_delta(int16_t *buf, const int16_t *ref_buf, ptrdiff_t pitch, int mc_type);
306 * @param[in] pitch pitch for moving to the next y line
310 void ff_ivi_mc_avg_8x8_delta(int16_t *buf, const int16_t *ref_buf, const int16_t *ref_buf2, ptrdiff_t pitch, int mc_type, int mc_type2);
318 * @param[in] pitch pitch for moving to the next y line
322 void ff_ivi_mc_avg_4x4_delta(int16_t *buf, const int16_t *ref_buf, const int16_t *ref_buf2, ptrdiff_t pitch, int mc_type, int mc_type2);
330 * @param[in] pitch pitch for moving to the next y line
334 void ff_ivi_mc_avg_8x8_no_delta(int16_t *buf, const int16_t *ref_buf, const int16_t *ref_buf2, ptrdiff_t pitch, int mc_type, int mc_type2);
342 * @param[in] pitch pitch for moving to the next y line
346 void ff_ivi_mc_avg_4x4_no_delta(int16_t *buf, const int16_t *ref_buf, const int16_t *ref_buf2, ptrdiff_t pitch, int mc_type, int mc_type2);