Searched refs:pix64 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | indeo3.c | 350 pix64 = AV_RN64(ref);\ 352 pix64 = replicate64(pix64);\ 353 fill_64(dst + row_offset, pix64, 7, row_offset);\ 356 fill_64(dst, pix64, 8, row_offset) 362 pix64 = AV_RN64(ref);\ 364 pix64 = replicate64(pix64);\ 365 fill_64(dst + row_offset, pix64, (num_lines << 1) - 1, row_offset);\ 368 fill_64(dst, pix64, num_line 438 uint64_t pix64; decode_cell_data() local [all...] |
Completed in 1 milliseconds