Searched refs:store4 (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/core/ |
H A D | Sk4px.h | 59 void store4(SkPMColor px[4]) const { memcpy(px, this, 16); } in store4() function in __anon18669::Sk4px 118 dst0.store4(dst+0); in MapSrc() 119 dst4.store4(dst+4); in MapSrc() 125 fn(Load4(src)).store4(dst); in MapSrc() 148 dst0.store4(dst+0); in MapDstSrc() 149 dst4.store4(dst+4); in MapDstSrc() 155 fn(Load4(dst), Load4(src)).store4(dst); in MapDstSrc() 178 dst0.store4(dst+0); in MapDstAlpha() 179 dst4.store4(dst+4); in MapDstAlpha() 185 fn(Load4(dst), Load4Alphas(a)).store4(ds in MapDstAlpha() [all...] |
/third_party/skia/third_party/externals/libpng/intel/ |
H A D | filter_sse2_intrinsics.c | 36 static void store4(void* p, __m128i v) { in store4() function 102 store4(row, d); in png_read_filter_row_sub4_sse2() 193 store4(row, d); in png_read_filter_row_avg4_sse2() 382 store4(row, _mm_packus_epi16(d,d)); in png_read_filter_row_paeth4_sse2()
|
/third_party/lame/libmp3lame/vector/ |
H A D | xmm_quantize_sub.c | 125 store4(__m128 v, float* f0, float* f1, float* f2, float* f3) in store4() function 226 store4(_mm_sub_ps(p, q), &gi[k3], &gi[k2], &fi[k3], &fi[k2]); in fht_SSE2() 227 store4(_mm_add_ps(p, q), &gi[k1], &gi[ 0], &fi[k1], &fi[ 0]); in fht_SSE2()
|
/third_party/skia/src/opts/ |
H A D | SkRasterPipeline_opts.h | 162 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { in store4() function 183 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { in store4() function 291 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { 335 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { 546 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { 662 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { 850 SI void store4(uint16_t* ptr, size_t tail, U16 r, U16 g, U16 b, U16 a) { 912 SI void store4(float* ptr, size_t tail, F r, F g, F b, F a) { 2128 store4(ptr,tail, R,G,B,A); 2189 store4((uint16_ [all...] |
Completed in 5 milliseconds