Searched refs:round0 (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | quantize_msa.c | 20 v8i16 round0, round1; in fast_quantize_b_msa() local 39 VSHF_H2_SH(coeff0, coeff1, coeff0, coeff1, zigzag_mask0, zigzag_mask1, round0, in fast_quantize_b_msa() 50 ILVL_H2_SH(round0, x0, round1, x1, temp1_h, temp3_h); in fast_quantize_b_msa() 51 ILVR_H2_SH(round0, x0, round1, x1, temp0_h, temp2_h); in fast_quantize_b_msa() 88 v8i16 round0, round1; in exact_regular_quantize_b_msa() local 109 VSHF_H2_SH(coeff0, coeff1, coeff0, coeff1, zigzag_mask0, zigzag_mask1, round0, in exact_regular_quantize_b_msa() 125 ILVL_H2_SH(round0, x0, round1, x1, temp1_h, temp3_h); in exact_regular_quantize_b_msa() 126 ILVR_H2_SH(round0, x0, round1, x1, temp0_h, temp2_h); in exact_regular_quantize_b_msa() 136 ADD2(x0, round0, x1, round1, x0, x1); in exact_regular_quantize_b_msa()
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | vp8_quantize_sse2.c | 48 __m128i round0 = _mm_load_si128((__m128i *)(b->round)); in vp8_regular_quantize_b_sse2() local 86 x0 = _mm_add_epi16(x0, round0); in vp8_regular_quantize_b_sse2() 145 __m128i round0 = _mm_load_si128((__m128i *)(b->round)); in vp8_fast_quantize_b_sse2() local 169 x0 = _mm_add_epi16(x0, round0); in vp8_fast_quantize_b_sse2()
|
D | vp8_quantize_ssse3.c | 46 __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()
|
D | quantize_sse4.c | 43 __m128i round0 = _mm_load_si128((__m128i *)(b->round)); in vp8_regular_quantize_b_sse4_1() local 78 x0 = _mm_add_epi16(x0, round0); in vp8_regular_quantize_b_sse4_1()
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
D | fastquantizeb_neon.c | 19 z1 = vld1q_s16(b->coeff + 8), round0 = vld1q_s16(b->round), in vp8_fast_quantize_b_neon() local 42 x0 = vaddq_s16(x0, round0); in vp8_fast_quantize_b_neon()
|
/external/boringssl/linux-arm/crypto/fipsmodule/ |
D | bsaes-armv7.S | 1382 vldmia sp, {q4} @ load round0 key 1401 vldmia r12, {q4} @ load round0 key 1402 sub sp, #0x10 @ place for adjusted round0 key 1411 vstmia sp, {q4} @ save adjusted round0 key 1429 vldmia sp, {q9} @ load round0 key
|
/external/boringssl/ios-arm/crypto/fipsmodule/ |
D | bsaes-armv7.S | 1391 vldmia sp, {q4} @ load round0 key 1410 vldmia r12, {q4} @ load round0 key 1411 sub sp, #0x10 @ place for adjusted round0 key 1420 vstmia sp, {q4} @ save adjusted round0 key 1438 vldmia sp, {q9} @ load round0 key
|