Home
last modified time | relevance | path

Searched refs:round0 (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dquantize_msa.c23 v8i16 round0, round1; in fast_quantize_b_msa() local
43 round0, round1); in fast_quantize_b_msa()
53 ILVL_H2_SH(round0, x0, round1, x1, temp1_h, temp3_h); in fast_quantize_b_msa()
54 ILVR_H2_SH(round0, x0, round1, x1, temp0_h, temp2_h); in fast_quantize_b_msa()
102 v8i16 round0, round1; in exact_regular_quantize_b_msa() local
124 round0, round1); in exact_regular_quantize_b_msa()
139 ILVL_H2_SH(round0, x0, round1, x1, temp1_h, temp3_h); in exact_regular_quantize_b_msa()
140 ILVR_H2_SH(round0, x0, round1, x1, temp0_h, temp2_h); in exact_regular_quantize_b_msa()
150 ADD2(x0, round0, x1, round1, x0, x1); in exact_regular_quantize_b_msa()
/external/libvpx/libvpx/vp8/encoder/x86/
Dvp8_quantize_sse2.c51 __m128i round0 = _mm_load_si128((__m128i *)(b->round)); in vp8_regular_quantize_b_sse2() local
89 x0 = _mm_add_epi16(x0, round0); in vp8_regular_quantize_b_sse2()
149 __m128i round0 = _mm_load_si128((__m128i *)(b->round)); in vp8_fast_quantize_b_sse2() local
171 x0 = _mm_add_epi16(x0, round0); in vp8_fast_quantize_b_sse2()
Dquantize_ssse3.c47 __m128i round0 = _mm_load_si128((__m128i *)(b->round)); in vp8_fast_quantize_b_ssse3() local
69 x0 = _mm_add_epi16(x0, round0); in vp8_fast_quantize_b_ssse3()
Dquantize_sse4.c45 __m128i round0 = _mm_load_si128((__m128i *)(b->round)); in vp8_regular_quantize_b_sse4_1() local
80 x0 = _mm_add_epi16(x0, round0); in vp8_regular_quantize_b_sse4_1()
/external/libvpx/libvpx/vp8/encoder/arm/neon/
Dfastquantizeb_neon.c25 round0 = vld1q_s16(b->round), in vp8_fast_quantize_b_neon() local
48 x0 = vaddq_s16(x0, round0); in vp8_fast_quantize_b_neon()
/external/boringssl/linux-arm/crypto/aes/
Dbsaes-armv7.S1374 vldmia sp, {q4} @ load round0 key
1393 vldmia r12, {q4} @ load round0 key
1394 sub sp, #0x10 @ place for adjusted round0 key
1403 vstmia sp, {q4} @ save adjusted round0 key
1421 vldmia sp, {q9} @ load round0 key