Searched refs:fill_64 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | indeo3.c | 322 static inline void fill_64(uint8_t *dst, const uint64_t pix, int32_t n, in fill_64() function 353 fill_64(dst + row_offset, pix64, 7, row_offset);\ 356 fill_64(dst, pix64, 8, row_offset) 365 fill_64(dst + row_offset, pix64, (num_lines << 1) - 1, row_offset);\ 368 fill_64(dst, pix64, num_lines << 1, row_offset)
|
Completed in 3 milliseconds