Home
last modified time | relevance | path

Searched refs:BUTTERFLY_8 (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dme_cmp_msa.c520 BUTTERFLY_8(diff0, diff2, diff4, diff6, diff7, diff5, diff3, diff1, in hadamard_diff_8x8_msa()
522 BUTTERFLY_8(temp0, temp1, temp4, temp5, temp7, temp6, temp3, temp2, in hadamard_diff_8x8_msa()
524 BUTTERFLY_8(diff0, diff1, diff2, diff3, diff7, diff6, diff5, diff4, in hadamard_diff_8x8_msa()
528 BUTTERFLY_8(temp0, temp2, temp4, temp6, temp7, temp5, temp3, temp1, in hadamard_diff_8x8_msa()
530 BUTTERFLY_8(diff0, diff1, diff4, diff5, diff7, diff6, diff3, diff2, in hadamard_diff_8x8_msa()
562 BUTTERFLY_8(diff0, diff2, diff4, diff6, diff7, diff5, diff3, diff1, in hadamard_intra_8x8_msa()
564 BUTTERFLY_8(temp0, temp1, temp4, temp5, temp7, temp6, temp3, temp2, in hadamard_intra_8x8_msa()
566 BUTTERFLY_8(diff0, diff1, diff2, diff3, diff7, diff6, diff5, diff4, in hadamard_intra_8x8_msa()
570 BUTTERFLY_8(temp0, temp2, temp4, temp6, temp7, temp5, temp3, temp1, in hadamard_intra_8x8_msa()
572 BUTTERFLY_8(diff0, diff1, diff4, diff5, diff7, diff6, diff3, diff2, in hadamard_intra_8x8_msa()
Dsimple_idct_msa.c63 BUTTERFLY_8(temp0_r, temp0_l, temp0_r, temp0_l, in simple_idct_msa()
136 BUTTERFLY_8(temp0_r, temp0_l, temp0_r, temp0_l, in simple_idct_msa()
226 BUTTERFLY_8(temp0_r, temp0_l, temp0_r, temp0_l, in simple_idct_put_msa()
298 BUTTERFLY_8(temp0_r, temp0_l, temp0_r, temp0_l, in simple_idct_put_msa()
423 BUTTERFLY_8(temp0_r, temp0_l, temp0_r, temp0_l, in simple_idct_add_msa()
472 BUTTERFLY_8(temp0_r, temp0_l, temp0_r, temp0_l, in simple_idct_add_msa()
Dh264idct_msa.c156 BUTTERFLY_8(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, in avc_idct8_addblk_msa()
Dvp9_idct_msa.c509 BUTTERFLY_8(tp0_m, tp1_m, tp2_m, tp3_m, tp4_m, tp5_m, tp6_m, tp7_m, \
664 BUTTERFLY_8(m0, m1, m2, m3, s4, s2, s3, s7, in vp9_idct8x8_12_colcol_addblk_msa()
939 BUTTERFLY_8(g0_m, g2_m, g4_m, g6_m, g14_m, g12_m, g10_m, g8_m, \
/third_party/ffmpeg/libavutil/mips/
Dgeneric_macros_msa.h2263 #define BUTTERFLY_8(in0, in1, in2, in3, in4, in5, in6, in7, \ macro