Home
last modified time | relevance | path

Searched refs:transform_4x4_luma (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevcdsp.c204 hevcdsp->transform_4x4_luma = FUNC(transform_4x4_luma, depth); \ in ff_hevc_dsp_init()
Dhevcdsp.h57 void (*transform_4x4_luma)(int16_t *coeffs); member
Dhevc_cabac.c1514 s->hevcdsp.transform_4x4_luma(coeffs); in ff_hevc_hls_residual_coding()
Dhevcdsp_template.c149 static void FUNC(transform_4x4_luma)(int16_t *coeffs) in FUNC() argument
/third_party/ffmpeg/libavcodec/arm/
Dhevcdsp_init_neon.c242 c->transform_4x4_luma = ff_hevc_transform_luma_4x4_neon_8; in ff_hevc_dsp_init_neon()
/third_party/ffmpeg/libavcodec/mips/
Dhevcdsp_init_mips.c514 c->transform_4x4_luma = ff_hevc_idct_luma_4x4_msa; in ff_hevc_dsp_init_mips()