Searched refs:avg3_1 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_intrapred_intrin_ssse3.c | 108 __m128i avg3_1 = avg3_epu16(&A1, &B1, &C1); in vpx_highbd_d45_predictor_16x16_ssse3() local 112 _mm_store_si128((__m128i *)(dst + 8), avg3_1); in vpx_highbd_d45_predictor_16x16_ssse3() 114 d45_store_16(&dst, stride, &avg3_0, &avg3_1, &AR); in vpx_highbd_d45_predictor_16x16_ssse3() 115 d45_store_16(&dst, stride, &avg3_0, &avg3_1, &AR); in vpx_highbd_d45_predictor_16x16_ssse3() 116 d45_store_16(&dst, stride, &avg3_0, &avg3_1, &AR); in vpx_highbd_d45_predictor_16x16_ssse3() 117 d45_store_16(&dst, stride, &avg3_0, &avg3_1, &AR); in vpx_highbd_d45_predictor_16x16_ssse3() 118 d45_store_16(&dst, stride, &avg3_0, &avg3_1, &AR); in vpx_highbd_d45_predictor_16x16_ssse3() 119 d45_store_16(&dst, stride, &avg3_0, &avg3_1, &AR); in vpx_highbd_d45_predictor_16x16_ssse3() 120 d45_store_16(&dst, stride, &avg3_0, &avg3_1, &AR); in vpx_highbd_d45_predictor_16x16_ssse3() 121 d45_store_16(&dst, stride, &avg3_0, &avg3_1, &AR); in vpx_highbd_d45_predictor_16x16_ssse3() [all …]
|