Lines Matching refs:StoreUnaligned16
115 StoreUnaligned16(&dest16[x], v_sum); in FilterHorizontal()
376 StoreUnaligned16(dst16_x, results); in FilterVertical()
507 StoreUnaligned16(&dest[x], v_dest_lo); in ConvolveCompoundCopy_SSE4()
508 StoreUnaligned16(&dest[x + 8], v_dest_hi); in ConvolveCompoundCopy_SSE4()
520 StoreUnaligned16(&dest[0], v_dest); in ConvolveCompoundCopy_SSE4()
1157 StoreUnaligned16(dest16_y + x, sums); in ConvolveVerticalScale()
1348 StoreUnaligned16(dst, _mm_avg_epu8(left, right)); in HalfAddHorizontal()
1522 StoreUnaligned16(dst, _mm_avg_epu8(row[0], below[0])); in IntraBlockCopyVertical()
1526 StoreUnaligned16(dst, _mm_avg_epu8(row[1], below[1])); in IntraBlockCopyVertical()
1530 StoreUnaligned16(dst, _mm_avg_epu8(row[2], below[2])); in IntraBlockCopyVertical()
1533 StoreUnaligned16(dst, _mm_avg_epu8(row[3], below[3])); in IntraBlockCopyVertical()
1537 StoreUnaligned16(dst, _mm_avg_epu8(row[4], below[4])); in IntraBlockCopyVertical()
1540 StoreUnaligned16(dst, _mm_avg_epu8(row[5], below[5])); in IntraBlockCopyVertical()
1543 StoreUnaligned16(dst, _mm_avg_epu8(row[6], below[6])); in IntraBlockCopyVertical()
1546 StoreUnaligned16(dst, _mm_avg_epu8(row[7], below[7])); in IntraBlockCopyVertical()