• Home
  • Raw
  • Download

Lines Matching refs:pitch

40     ptrdiff_t       pitch, back_pitch;  in ff_ivi_recompose53()  local
45 pitch = plane->bands[0].pitch; in ff_ivi_recompose53()
59 pitch= 0; in ff_ivi_recompose53()
63 b0_2 = b0_ptr[pitch]; in ff_ivi_recompose53()
69 b1_3 = b1_1 - b1_2*6 + b1_ptr[pitch]; in ff_ivi_recompose53()
75 b2_5 = b2_ptr[pitch]; // b2[x ,y+1] in ff_ivi_recompose53()
84 b3_8 = b3_2 - b3_5*6 + b3_ptr[pitch]; in ff_ivi_recompose53()
116 b0_2 = b0_ptr[pitch+indx+1]; in ff_ivi_recompose53()
133 b1_3 = b1_1 - b1_2*6 + b1_ptr[pitch+indx+1]; in ff_ivi_recompose53()
144 b2_6 = b2_ptr[pitch+indx+1]; in ff_ivi_recompose53()
164 b3_9 = b3_3 - b3_6*6 + b3_ptr[pitch+indx+1]; in ff_ivi_recompose53()
181 back_pitch = -pitch; in ff_ivi_recompose53()
183 b0_ptr += pitch + 1; in ff_ivi_recompose53()
184 b1_ptr += pitch + 1; in ff_ivi_recompose53()
185 b2_ptr += pitch + 1; in ff_ivi_recompose53()
186 b3_ptr += pitch + 1; in ff_ivi_recompose53()
195 ptrdiff_t pitch; in ff_ivi_recompose_haar() local
198 pitch = plane->bands[0].pitch; in ff_ivi_recompose_haar()
229 b0_ptr += pitch; in ff_ivi_recompose_haar()
230 b1_ptr += pitch; in ff_ivi_recompose_haar()
231 b2_ptr += pitch; in ff_ivi_recompose_haar()
232 b3_ptr += pitch; in ff_ivi_recompose_haar()
270 void ff_ivi_inverse_haar_8x8(const int32_t *in, int16_t *out, ptrdiff_t pitch, in ff_ivi_inverse_haar_8x8() argument
320 out += pitch; in ff_ivi_inverse_haar_8x8()
325 void ff_ivi_row_haar8(const int32_t *in, int16_t *out, ptrdiff_t pitch, in ff_ivi_row_haar8() argument
345 out += pitch; in ff_ivi_row_haar8()
350 void ff_ivi_col_haar8(const int32_t *in, int16_t *out, ptrdiff_t pitch, in ff_ivi_col_haar8() argument
362 out[0 * pitch], out[1 * pitch], in ff_ivi_col_haar8()
363 out[2 * pitch], out[3 * pitch], in ff_ivi_col_haar8()
364 out[4 * pitch], out[5 * pitch], in ff_ivi_col_haar8()
365 out[6 * pitch], out[7 * pitch], in ff_ivi_col_haar8()
368 out[0 * pitch] = out[1 * pitch] = in ff_ivi_col_haar8()
369 out[2 * pitch] = out[3 * pitch] = in ff_ivi_col_haar8()
370 out[4 * pitch] = out[5 * pitch] = in ff_ivi_col_haar8()
371 out[6 * pitch] = out[7 * pitch] = 0; in ff_ivi_col_haar8()
379 void ff_ivi_inverse_haar_4x4(const int32_t *in, int16_t *out, ptrdiff_t pitch, in ff_ivi_inverse_haar_4x4() argument
421 out += pitch; in ff_ivi_inverse_haar_4x4()
426 void ff_ivi_row_haar4(const int32_t *in, int16_t *out, ptrdiff_t pitch, in ff_ivi_row_haar4() argument
443 out += pitch; in ff_ivi_row_haar4()
448 void ff_ivi_col_haar4(const int32_t *in, int16_t *out, ptrdiff_t pitch, in ff_ivi_col_haar4() argument
459 out[0 * pitch], out[1 * pitch], in ff_ivi_col_haar4()
460 out[2 * pitch], out[3 * pitch], in ff_ivi_col_haar4()
463 out[0 * pitch] = out[1 * pitch] = in ff_ivi_col_haar4()
464 out[2 * pitch] = out[3 * pitch] = 0; in ff_ivi_col_haar4()
472 void ff_ivi_dc_haar_2d(const int32_t *in, int16_t *out, ptrdiff_t pitch, in ff_ivi_dc_haar_2d() argument
480 for (y = 0; y < blk_size; out += pitch, y++) { in ff_ivi_dc_haar_2d()
536 void ff_ivi_inverse_slant_8x8(const int32_t *in, int16_t *out, ptrdiff_t pitch, const uint8_t *flag… in ff_ivi_inverse_slant_8x8() argument
571 out += pitch; in ff_ivi_inverse_slant_8x8()
576 void ff_ivi_inverse_slant_4x4(const int32_t *in, int16_t *out, ptrdiff_t pitch, const uint8_t *flag… in ff_ivi_inverse_slant_4x4() argument
611 out += pitch; in ff_ivi_inverse_slant_4x4()
616 void ff_ivi_dc_slant_2d(const int32_t *in, int16_t *out, ptrdiff_t pitch, int blk_size) in ff_ivi_dc_slant_2d() argument
623 for (y = 0; y < blk_size; out += pitch, y++) { in ff_ivi_dc_slant_2d()
629 void ff_ivi_row_slant8(const int32_t *in, int16_t *out, ptrdiff_t pitch, const uint8_t *flags) in ff_ivi_row_slant8() argument
644 out += pitch; in ff_ivi_row_slant8()
649 void ff_ivi_dc_row_slant(const int32_t *in, int16_t *out, ptrdiff_t pitch, int blk_size) in ff_ivi_dc_row_slant() argument
659 out += pitch; in ff_ivi_dc_row_slant()
661 for (y = 1; y < blk_size; out += pitch, y++) { in ff_ivi_dc_row_slant()
667 void ff_ivi_col_slant8(const int32_t *in, int16_t *out, ptrdiff_t pitch, const uint8_t *flags) in ff_ivi_col_slant8() argument
672 row2 = pitch << 1; in ff_ivi_col_slant8()
673 row4 = pitch << 2; in ff_ivi_col_slant8()
674 row8 = pitch << 3; in ff_ivi_col_slant8()
680 out[0], out[pitch], out[row2], out[row2 + pitch], out[row4], in ff_ivi_col_slant8()
681 out[row4 + pitch], out[row4 + row2], out[row8 - pitch], in ff_ivi_col_slant8()
684 out[0] = out[pitch] = out[row2] = out[row2 + pitch] = out[row4] = in ff_ivi_col_slant8()
685 out[row4 + pitch] = out[row4 + row2] = out[row8 - pitch] = 0; in ff_ivi_col_slant8()
694 void ff_ivi_dc_col_slant(const int32_t *in, int16_t *out, ptrdiff_t pitch, int blk_size) in ff_ivi_dc_col_slant() argument
701 for (y = 0; y < blk_size; out += pitch, y++) { in ff_ivi_dc_col_slant()
708 void ff_ivi_row_slant4(const int32_t *in, int16_t *out, ptrdiff_t pitch, const uint8_t *flags) in ff_ivi_row_slant4() argument
723 out += pitch; in ff_ivi_row_slant4()
728 void ff_ivi_col_slant4(const int32_t *in, int16_t *out, ptrdiff_t pitch, const uint8_t *flags) in ff_ivi_col_slant4() argument
733 row2 = pitch << 1; in ff_ivi_col_slant4()
739 out[0], out[pitch], out[row2], out[row2 + pitch], in ff_ivi_col_slant4()
742 out[0] = out[pitch] = out[row2] = out[row2 + pitch] = 0; in ff_ivi_col_slant4()
751 void ff_ivi_put_pixels_8x8(const int32_t *in, int16_t *out, ptrdiff_t pitch, in ff_ivi_put_pixels_8x8() argument
756 for (y = 0; y < 8; out += pitch, in += 8, y++) in ff_ivi_put_pixels_8x8()
761 void ff_ivi_put_dc_pixel_8x8(const int32_t *in, int16_t *out, ptrdiff_t pitch, in ff_ivi_put_dc_pixel_8x8() argument
768 out += pitch; in ff_ivi_put_dc_pixel_8x8()
770 for (y = 1; y < 8; out += pitch, y++) in ff_ivi_put_dc_pixel_8x8()
778 ptrdiff_t pitch, int mc_type) \
785 for (i = 0; i < size; i++, buf += dpitch, ref_buf += pitch) { \
792 for (i = 0; i < size; i++, buf += dpitch, ref_buf += pitch) \
797 wptr = ref_buf + pitch; \
798 for (i = 0; i < size; i++, buf += dpitch, wptr += pitch, ref_buf += pitch) \
803 wptr = ref_buf + pitch; \
804 for (i = 0; i < size; i++, buf += dpitch, wptr += pitch, ref_buf += pitch) \
812 ptrdiff_t pitch, int mc_type) \
814 ivi_mc_ ## size ##x## size ## suffix(buf, pitch, ref_buf, pitch, mc_type); \
821 ptrdiff_t pitch, \
827 ivi_mc_ ## size ##x## size ## _no_delta(tmp, size, ref_buf, pitch, mc_type); \
828 ivi_mc_ ## size ##x## size ## _delta(tmp, size, ref_buf2, pitch, mc_type2); \
829 for (i = 0; i < size; i++, buf += pitch) { \