Searched refs:put_pcm (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevcdsp.c197 hevcdsp->put_pcm = FUNC(put_pcm, depth); \
H A Dhevcdsp.h44 void (*put_pcm)(uint8_t *_dst, ptrdiff_t _stride, int width, int height, member in struct:HEVCDSPContext
H A Dhevc.c1262 s->hevcdsp.put_pcm(dst0, stride0, cb_size, cb_size, &gb, s->sps->pcm.bit_depth);
1263 s->hevcdsp.put_pcm(dst1, stride1,
1267 s->hevcdsp.put_pcm(dst2, stride2,
H A Dhevcdsp_template.c30 static void FUNC(put_pcm)(uint8_t *_dst, ptrdiff_t stride, int width, int height, function

Completed in 57 milliseconds