Home
last modified time | relevance | path

Searched defs:store1 (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dconvolve2_avg_dspr2.c36 uint32_t store1, store2; in convolve_bi_avg_vert_4_dspr2() local
140 uint32_t store1, store2; in convolve_bi_avg_vert_64_dspr2() local
Dconvolve2_vert_dspr2.c36 uint32_t store1, store2; in convolve_bi_vert_4_dspr2() local
133 uint32_t store1, store2; in convolve_bi_vert_64_dspr2() local
Dconvolve8_vert_dspr2.c37 uint32_t store1, store2; in convolve_vert_4_dspr2() local
191 uint32_t store1, store2; in convolve_vert_64_dspr2() local
Dconvolve8_avg_dspr2.c37 uint32_t store1, store2; in convolve_avg_vert_4_dspr2() local
198 uint32_t store1, store2; in convolve_avg_vert_64_dspr2() local
/external/skia/src/opts/
DSk4px_none.h36 inline void Sk4px::store1(SkPMColor px[1]) const { memcpy(px, this, 4); } in store1() function
DSk4px_NEON.h27 inline void Sk4px::store1(SkPMColor px[1]) const { in store1() function
DSk4px_SSE2.h20 inline void Sk4px::store1(SkPMColor px[1]) const { *px = _mm_cvtsi128_si32(this->fVec); } in store1() function