Searched refs:avg3_0 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_intrapred_intrin_ssse3.c | 107 __m128i avg3_0 = avg3_epu16(&A0, &B0, &C0); in vpx_highbd_d45_predictor_16x16_ssse3() local 111 _mm_store_si128((__m128i *)dst, avg3_0); 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 …]
|