Searched refs:pack_4 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_highbd_iht16x16_add_sse4.c | 140 x0[0] = pack_4(x0[0], x0[1]); in highbd_iadst16_4col_sse4_1() 141 x1[0] = pack_4(x1[0], x1[1]); in highbd_iadst16_4col_sse4_1() 142 x2[0] = pack_4(x2[0], x2[1]); in highbd_iadst16_4col_sse4_1() 143 x3[0] = pack_4(x3[0], x3[1]); in highbd_iadst16_4col_sse4_1() 144 x4[0] = pack_4(x4[0], x4[1]); in highbd_iadst16_4col_sse4_1() 145 x5[0] = pack_4(x5[0], x5[1]); in highbd_iadst16_4col_sse4_1() 146 x6[0] = pack_4(x6[0], x6[1]); in highbd_iadst16_4col_sse4_1() 147 x7[0] = pack_4(x7[0], x7[1]); in highbd_iadst16_4col_sse4_1() 148 x8[0] = pack_4(x8[0], x8[1]); in highbd_iadst16_4col_sse4_1() 149 x9[0] = pack_4(x9[0], x9[1]); in highbd_iadst16_4col_sse4_1() [all …]
|
D | vp9_highbd_iht8x8_add_sse4.c | 101 s0[0] = pack_4(x0[0], x0[1]); // s0 = x0; in highbd_iadst8_sse4_1() 102 s1[0] = pack_4(x1[0], x1[1]); // s1 = x1; in highbd_iadst8_sse4_1() 103 s2[0] = pack_4(x2[0], x2[1]); // s2 = x2; in highbd_iadst8_sse4_1() 104 s3[0] = pack_4(x3[0], x3[1]); // s3 = x3; in highbd_iadst8_sse4_1() 105 x4[0] = pack_4(x4[0], x4[1]); in highbd_iadst8_sse4_1() 106 x5[0] = pack_4(x5[0], x5[1]); in highbd_iadst8_sse4_1() 107 x6[0] = pack_4(x6[0], x6[1]); in highbd_iadst8_sse4_1() 108 x7[0] = pack_4(x7[0], x7[1]); in highbd_iadst8_sse4_1() 135 x4[0] = pack_4(x4[0], x4[1]); in highbd_iadst8_sse4_1() 136 x5[0] = pack_4(x5[0], x5[1]); in highbd_iadst8_sse4_1() [all …]
|
D | vp9_highbd_iht4x4_add_sse4.c | 81 io[0] = pack_4(s0[0], s0[1]); in highbd_iadst4_sse4_1() 82 io[1] = pack_4(s1[0], s1[1]); in highbd_iadst4_sse4_1() 83 io[2] = pack_4(s2[0], s2[1]); in highbd_iadst4_sse4_1() 84 io[3] = pack_4(s3[0], s3[1]); in highbd_iadst4_sse4_1()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_inv_txfm_sse4.h | 29 return pack_4(t0, t1); in multiplication_round_shift_sse4_1() 58 *out0 = pack_4(temp1[0], temp1[1]); in highbd_butterfly_sse4_1() 59 *out1 = pack_4(temp2[0], temp2[1]); in highbd_butterfly_sse4_1()
|
D | highbd_inv_txfm_sse2.h | 58 static INLINE __m128i pack_4(const __m128i in0, const __m128i in1) { in pack_4() function 98 return pack_4(t0, t1); in multiplication_round_shift_sse2() 116 return pack_4(t0, t1); in multiplication_neg_round_shift_sse2() 148 *out0 = pack_4(temp1[0], temp1[1]); in highbd_butterfly_sse2() 149 *out1 = pack_4(temp2[0], temp2[1]); in highbd_butterfly_sse2()
|