Home
last modified time | relevance | path

Searched refs:IDCT_DC (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Drv34dsp.asm50 IDCT_DC r1
61 %define IDCT_DC IDCT_DC_ROUND
63 %define IDCT_DC IDCT_DC_NOROUND
Dhevc_idct.asm243 %macro IDCT_DC 3
814 IDCT_DC 8, 2, %1 label
818 IDCT_DC 16, 4, %1 label
819 IDCT_DC 32, 16, %1 label
823 IDCT_DC 16, 2, %1
824 IDCT_DC 32, 8, %1
/third_party/ffmpeg/libavcodec/
Dhevcdsp_template.c265 #define IDCT_DC(H) \ macro
285 IDCT_DC( 4)
286 IDCT_DC( 8)
287 IDCT_DC(16)
288 IDCT_DC(32)