Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dhevcdsp.c203 hevcdsp->transform_rdpcm = FUNC(transform_rdpcm, depth); \ in ff_hevc_dsp_init()
H A Dhevcdsp.h55 void (*transform_rdpcm)(int16_t *coeffs, int16_t log2_size, int mode); member
H A Dhevc_cabac.c1492 s->hevcdsp.transform_rdpcm(coeffs, log2_trafo_size, mode); in ff_hevc_hls_residual_coding()
1511 s->hevcdsp.transform_rdpcm(coeffs, log2_trafo_size, mode); in ff_hevc_hls_residual_coding()
H A Dhevcdsp_template.c85 static void FUNC(transform_rdpcm)(int16_t *_coeffs, int16_t log2_size, int mode) in transform_rdpcm() function

Completed in 8 milliseconds