Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevcdsp.c197 hevcdsp->put_pcm = FUNC(put_pcm, depth); \ in ff_hevc_dsp_init()
Dhevcdsp.h48 void (*put_pcm)(uint8_t *_dst, ptrdiff_t _stride, int width, int height, member
Dhevcdec.c1449 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()
Dhevcdsp_template.c29 static void FUNC(put_pcm)(uint8_t *_dst, ptrdiff_t stride, int width, int height, in FUNC() argument