Searched refs:ff_ivi_dc_row_slant (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | ivi_dsp.h | 242 void ff_ivi_dc_row_slant(const int32_t *in, int16_t *out, ptrdiff_t pitch, int blk_size);
|
H A D | indeo4.c | 52 { ff_ivi_row_slant8, ff_ivi_dc_row_slant, 1 }, 62 { ff_ivi_row_slant4, ff_ivi_dc_row_slant, 0 },
|
H A D | indeo5.c | 164 band->dc_transform = ff_ivi_dc_row_slant; in decode_gop_header()
|
H A D | ivi_dsp.c | 650 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() function
|
Completed in 4 milliseconds