Home
last modified time | relevance | path

Searched refs:mc_type2 (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Divi_dsp.h308 * @param[in] mc_type2 interpolation type for forward reference
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);
320 * @param[in] mc_type2 interpolation type for forward reference
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);
332 * @param[in] mc_type2 interpolation type for forward reference
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);
344 * @param[in] mc_type2 interpolation type for forward reference
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);
H A Divi.c79 ptrdiff_t pitch, int mc_type, int mc_type2);
83 int mc_type, int mc_type2) in ivi_mc()
96 if (mc_type2 == -1) { in ivi_mc()
100 int ref_size2 = (mc_type2 > 1) * band->pitch + (mc_type2 & 1); in ivi_mc()
108 band->pitch, mc_type2); in ivi_mc()
112 mc_type, mc_type2); in ivi_mc()
490 int mc_type, int mc_type2, in ivi_decode_coded_blocks()
581 mc_type, mc_type2); in ivi_decode_coded_blocks()
600 int mc_type = 0, mc_type2 in ivi_decode_blocks() local
81 ivi_mc(const IVIBandDesc *band, ivi_mc_func mc, ivi_mc_avg_func mc_avg, int offs, int mv_x, int mv_y, int mv_x2, int mv_y2, int mc_type, int mc_type2) ivi_mc() argument
485 ivi_decode_coded_blocks(GetBitContext *gb, const IVIBandDesc *band, ivi_mc_func mc, ivi_mc_avg_func mc_avg, int mv_x, int mv_y, int mv_x2, int mv_y2, int *prev_dc, int is_intra, int mc_type, int mc_type2, uint32_t quant, int offs, AVCodecContext *avctx) ivi_decode_coded_blocks() argument
[all...]
H A Divi_dsp.c823 int mc_type, int mc_type2) \
829 ivi_mc_ ## size ##x## size ## _delta(tmp, size, ref_buf2, pitch, mc_type2); \

Completed in 4 milliseconds