Searched refs:round1 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | quantize_msa.c | 23 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/ |
D | vp8_quantize_sse2.c | 52 __m128i round1 = _mm_load_si128((__m128i *)(b->round + 8)); in vp8_regular_quantize_b_sse2() local 90 x1 = _mm_add_epi16(x1, round1); in vp8_regular_quantize_b_sse2() 150 __m128i round1 = _mm_load_si128((__m128i *)(b->round + 8)); in vp8_fast_quantize_b_sse2() local 172 x1 = _mm_add_epi16(x1, round1); in vp8_fast_quantize_b_sse2()
|
D | quantize_ssse3.c | 48 __m128i round1 = _mm_load_si128((__m128i *)(b->round + 8)); in vp8_fast_quantize_b_ssse3() local 70 x1 = _mm_add_epi16(x1, round1); in vp8_fast_quantize_b_ssse3()
|
D | quantize_sse4.c | 46 __m128i round1 = _mm_load_si128((__m128i *)(b->round + 8)); in vp8_regular_quantize_b_sse4_1() local 81 x1 = _mm_add_epi16(x1, round1); in vp8_regular_quantize_b_sse4_1()
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
D | fastquantizeb_neon.c | 26 round1 = vld1q_s16(b->round + 8), in vp8_fast_quantize_b_neon() local 49 x1 = vaddq_s16(x1, round1); in vp8_fast_quantize_b_neon()
|