Searched refs:samplecpy (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | pnmdec.c | 27 static void samplecpy(uint8_t *dst, const uint8_t *src, int n, int maxval) in samplecpy() function 168 samplecpy(ptr, s->bytestream, n, s->maxval); in pnm_decode_frame() 199 samplecpy(ptr, s->bytestream, n, s->maxval); in pnm_decode_frame() 208 samplecpy(ptr1, s->bytestream, n, s->maxval); in pnm_decode_frame() 210 samplecpy(ptr2, s->bytestream, n, s->maxval); in pnm_decode_frame()
|