Searched refs:round1 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | quantize_msa.c | 20 v8i16 round0, round1; in fast_quantize_b_msa() local 40 round1); 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 110 round1); 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 | 49 __m128i round1 = _mm_load_si128((__m128i *)(b->round + 8)); in vp8_regular_quantize_b_sse2() local 87 x1 = _mm_add_epi16(x1, round1); in vp8_regular_quantize_b_sse2() 146 __m128i round1 = _mm_load_si128((__m128i *)(b->round + 8)); in vp8_fast_quantize_b_sse2() local 170 x1 = _mm_add_epi16(x1, round1); in vp8_fast_quantize_b_sse2()
|
D | quantize_ssse3.c | 46 __m128i round1 = _mm_load_si128((__m128i *)(b->round + 8)); in vp8_fast_quantize_b_ssse3() local 69 x1 = _mm_add_epi16(x1, round1); in vp8_fast_quantize_b_ssse3()
|
D | quantize_sse4.c | 44 __m128i round1 = _mm_load_si128((__m128i *)(b->round + 8)); in vp8_regular_quantize_b_sse4_1() local 79 x1 = _mm_add_epi16(x1, round1); in vp8_regular_quantize_b_sse4_1()
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
D | fastquantizeb_neon.c | 20 round1 = vld1q_s16(b->round + 8), in vp8_fast_quantize_b_neon() local 43 x1 = vaddq_s16(x1, round1); in vp8_fast_quantize_b_neon()
|