Searched refs:transform_rdpcm (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.c203 hevcdsp->transform_rdpcm = FUNC(transform_rdpcm, depth); \
H A Dhevcdsp.h51 void (*transform_rdpcm)(int16_t *coeffs, int16_t log2_size, int mode); member in struct:HEVCDSPContext
H A Dhevc_cabac.c1516 s->hevcdsp.transform_rdpcm(coeffs, log2_trafo_size, mode);
1534 s->hevcdsp.transform_rdpcm(coeffs, log2_trafo_size, mode);
H A Dhevcdsp_template.c114 static void FUNC(transform_rdpcm)(int16_t *_coeffs, int16_t log2_size, int mode) function

Completed in 43 milliseconds