Home
last modified time | relevance | path

Searched refs:IDCT_DC (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
H A Dhevc_idct.asm243 %macro IDCT_DC 3
817 IDCT_DC 16, 4, %1 label
818 IDCT_DC 32, 16, %1 label
822 IDCT_DC 16, 2, %1
823 IDCT_DC 32, 8, %1
/third_party/ffmpeg/libavcodec/
H A Dhevcdsp_template.c265 #define IDCT_DC(H) \ macro
285 IDCT_DC( 4)
286 IDCT_DC( 8)
287 IDCT_DC(16)
288 IDCT_DC(32)

Completed in 6 milliseconds