Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/loongarch/
H A Dh264idct_lasx.c29 #define AVC_ITRANS_H(in0, in1, in2, in3, out0, out1, out2, out3) \ macro
58 AVC_ITRANS_H(src0, src1, src2, src3, hres0, hres1, hres2, hres3); in ff_h264_idct_add_lasx()
60 AVC_ITRANS_H(hres0, hres1, hres2, hres3, vres0, vres1, vres2, vres3); in ff_h264_idct_add_lasx()
/third_party/ffmpeg/libavcodec/mips/
H A Dh264idct_msa.c25 #define AVC_ITRANS_H(in0, in1, in2, in3, out0, out1, out2, out3) \ macro
288 AVC_ITRANS_H(src0, src1, src2, src3, hres0, hres1, hres2, hres3); in ff_h264_idct_add_msa()
290 AVC_ITRANS_H(hres0, hres1, hres2, hres3, vres0, vres1, vres2, vres3); in ff_h264_idct_add_msa()

Completed in 3 milliseconds