Searched refs:put_pcm (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hevcdsp.c | 197 hevcdsp->put_pcm = FUNC(put_pcm, depth); \ in ff_hevc_dsp_init()
|
D | hevcdsp.h | 48 void (*put_pcm)(uint8_t *_dst, ptrdiff_t _stride, int width, int height, member
|
D | hevcdec.c | 1449 s->hevcdsp.put_pcm(dst0, stride0, cb_size, cb_size, &gb, s->ps.sps->pcm.bit_depth); in hls_pcm_sample() 1451 s->hevcdsp.put_pcm(dst1, stride1, in hls_pcm_sample() 1455 s->hevcdsp.put_pcm(dst2, stride2, in hls_pcm_sample()
|
D | hevcdsp_template.c | 29 static void FUNC(put_pcm)(uint8_t *_dst, ptrdiff_t stride, int width, int height, in FUNC() argument
|