/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct32x32_135_add_neon.c | 93 int16x8_t in[12], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32]; in vpx_idct32_12_neon() local 243 s6[0] = vaddq_s16(s5[0], s3[7]); in vpx_idct32_12_neon() 244 s6[1] = vaddq_s16(s5[1], s5[6]); in vpx_idct32_12_neon() 245 s6[2] = vaddq_s16(s5[2], s5[5]); in vpx_idct32_12_neon() 246 s6[3] = vaddq_s16(s5[3], s3[4]); in vpx_idct32_12_neon() 247 s6[4] = vsubq_s16(s5[3], s3[4]); in vpx_idct32_12_neon() 248 s6[5] = vsubq_s16(s5[2], s5[5]); in vpx_idct32_12_neon() 249 s6[6] = vsubq_s16(s5[1], s5[6]); in vpx_idct32_12_neon() 250 s6[7] = vsubq_s16(s5[0], s3[7]); in vpx_idct32_12_neon() 252 s6[10] = sub_multiply_shift_and_narrow_s16(s5[13], s5[10], cospi_16_64); in vpx_idct32_12_neon() [all …]
|
D | highbd_idct32x32_135_add_neon.c | 101 int32x4x2_t in[12], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32], in vpx_highbd_idct32_12_neon() local 254 s6[0] = highbd_idct_add_dual(s5[0], s3[7]); in vpx_highbd_idct32_12_neon() 255 s6[1] = highbd_idct_add_dual(s5[1], s5[6]); in vpx_highbd_idct32_12_neon() 256 s6[2] = highbd_idct_add_dual(s5[2], s5[5]); in vpx_highbd_idct32_12_neon() 257 s6[3] = highbd_idct_add_dual(s5[3], s3[4]); in vpx_highbd_idct32_12_neon() 258 s6[4] = highbd_idct_sub_dual(s5[3], s3[4]); in vpx_highbd_idct32_12_neon() 259 s6[5] = highbd_idct_sub_dual(s5[2], s5[5]); in vpx_highbd_idct32_12_neon() 260 s6[6] = highbd_idct_sub_dual(s5[1], s5[6]); in vpx_highbd_idct32_12_neon() 261 s6[7] = highbd_idct_sub_dual(s5[0], s3[7]); in vpx_highbd_idct32_12_neon() 263 s6[10] = sub_multiply_shift_and_narrow_s32_dual(s5[13], s5[10], cospi_16_64); in vpx_highbd_idct32_12_neon() [all …]
|
D | highbd_vpx_convolve8_neon.c | 48 int16x8_t *const s6, int16x8_t *const s7) { in load_8x8() argument 61 *s6 = vld1q_s16(s); in load_8x8() 70 const uint16x8_t s6, const uint16x8_t s7) { in store_8x8() argument 83 vst1q_u16(s, s6); in store_8x8() 91 const int16x4_t s6, const int16x4_t s7, const int16x8_t filters) { in highbd_convolve8_4() argument 102 sum = vmlal_lane_s16(sum, s6, filters_hi, 2); in highbd_convolve8_4() 110 const int16x8_t s6, const int16x8_t s7, in highbd_convolve8_8() argument 123 sum0 = vmlal_lane_s16(sum0, vget_low_s16(s6), filters_hi, 2); in highbd_convolve8_8() 131 sum1 = vmlal_lane_s16(sum1, vget_high_s16(s6), filters_hi, 2); in highbd_convolve8_8() 157 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_horiz_neon() local [all …]
|
D | vpx_convolve8_neon.c | 37 const uint8x8_t s6, const uint8x8_t s7) { in store_u8_8x8() argument 50 vst1_u8(s, s6); in store_u8_8x8() 75 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, in vpx_convolve8_horiz_neon() local 97 s6 = vget_high_s16(tt2); in vpx_convolve8_horiz_neon() 116 d0 = convolve8_4(s0, s1, s2, s3, s4, s5, s6, s7, filters, filter3, in vpx_convolve8_horiz_neon() 118 d1 = convolve8_4(s1, s2, s3, s4, s5, s6, s7, s8, filters, filter3, in vpx_convolve8_horiz_neon() 120 d2 = convolve8_4(s2, s3, s4, s5, s6, s7, s8, s9, filters, filter3, in vpx_convolve8_horiz_neon() 122 d3 = convolve8_4(s3, s4, s5, s6, s7, s8, s9, s10, filters, filter3, in vpx_convolve8_horiz_neon() 140 s2 = s6; in vpx_convolve8_horiz_neon() 144 s6 = s10; in vpx_convolve8_horiz_neon() [all …]
|
D | vpx_convolve8_neon.h | 35 uint8x8_t *const s6, uint8x8_t *const s7) { in load_u8_8x8() argument 48 *s6 = vld1_u8(s); in load_u8_8x8() 57 uint8x16_t *const s6, uint8x16_t *const s7) { in load_u8_16x8() argument 70 *s6 = vld1q_u8(s); in load_u8_16x8() 78 const int16x4_t s6, const int16x4_t s7, in convolve8_4() argument 90 sum = vmla_lane_s16(sum, s6, filters_hi, 2); in convolve8_4() 100 const int16x8_t s6, const int16x8_t s7, in convolve8_8() argument 112 sum = vmlaq_lane_s16(sum, s6, filters_hi, 2); in convolve8_8()
|
/external/llvm/test/MC/AMDGPU/ |
D | sop2.s | 43 s_and_b32 s2, s4, s6 51 s_or_b32 s2, s4, s6 59 s_xor_b32 s2, s4, s6 67 s_andn2_b32 s2, s4, s6 75 s_orn2_b32 s2, s4, s6 83 s_nand_b32 s2, s4, s6 91 s_nor_b32 s2, s4, s6 99 s_xnor_b32 s2, s4, s6 107 s_lshl_b32 s2, s4, s6 111 s_lshl_b64 s[2:3], s[4:5], s6 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/ |
D | sop2.s | 49 s_and_b32 s2, s4, s6 57 s_or_b32 s2, s4, s6 65 s_xor_b32 s2, s4, s6 73 s_andn2_b32 s2, s4, s6 81 s_orn2_b32 s2, s4, s6 89 s_nand_b32 s2, s4, s6 97 s_nor_b32 s2, s4, s6 105 s_xnor_b32 s2, s4, s6 113 s_lshl_b32 s2, s4, s6 117 s_lshl_b64 s[2:3], s[4:5], s6 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AMDGPU/ |
D | sop2_vi.txt | 3 # VI: s_and_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x86] 9 # VI: s_or_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x87] 15 # VI: s_xor_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x88] 21 # VI: s_andn2_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x89] 27 # VI: s_orn2_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x8a] 33 # VI: s_nand_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x8b] 39 # VI: s_nor_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x8c] 45 # VI: s_xnor_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x8d] 51 # VI: s_lshl_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x8e] 54 # VI: s_lshl_b64 s[2:3], s[4:5], s6 ; encoding: [0x04,0x06,0x82,0x8e] [all …]
|
/external/llvm/test/MC/Disassembler/AMDGPU/ |
D | sop2_vi.txt | 3 # VI: s_and_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x86] 9 # VI: s_or_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x87] 15 # VI: s_xor_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x88] 21 # VI: s_andn2_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x89] 27 # VI: s_orn2_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x8a] 33 # VI: s_nand_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x8b] 39 # VI: s_nor_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x8c] 45 # VI: s_xnor_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x8d] 51 # VI: s_lshl_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x8e] 54 # VI: s_lshl_b64 s[2:3], s[4:5], s6 ; encoding: [0x04,0x06,0x82,0x8e] [all …]
|
/external/libaom/libaom/av1/common/arm/ |
D | convolve_neon.c | 29 const int16x4_t s6, const int16x4_t s7, in convolve8_4x4() argument 37 sum = vmla_n_s16(sum, s6, filter[6]); in convolve8_4x4() 51 const int16x8_t s6, const int16x8_t s7, const int16_t *filter, in convolve8_horiz_8x8() argument 59 sum = vmlaq_n_s16(sum, s6, filter[6]); in convolve8_horiz_8x8() 77 const int16x4_t s6, const int16x4_t s7, const int16_t *filter, in convolve8_horiz_4x1() argument 85 sum = vmla_n_s16(sum, s6, filter[6]); in convolve8_horiz_4x1() 103 const int16x8_t s6, const int16x8_t s7, const int16_t *filter) { in convolve8_vert_8x4() argument 110 sum = vmlaq_n_s16(sum, s6, filter[6]); in convolve8_vert_8x4() 124 const int16x4_t s6, const int16x4_t s7, const int16_t *y_filter, in convolve8_vert_4x4_s32() argument 137 sum0 = vmlal_n_s16(sum0, s6, y_filter[6]); in convolve8_vert_4x4_s32() [all …]
|
D | jnt_convolve_neon.c | 333 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, d0; in dist_wtd_convolve_2d_horiz_neon() local 365 s6 = vget_high_s16(tt2); in dist_wtd_convolve_2d_horiz_neon() 383 d0 = convolve8_4x4_s16(s0, s1, s2, s3, s4, s5, s6, s7, x_filter_tmp, in dist_wtd_convolve_2d_horiz_neon() 385 d1 = convolve8_4x4_s16(s1, s2, s3, s4, s5, s6, s7, s8, x_filter_tmp, in dist_wtd_convolve_2d_horiz_neon() 387 d2 = convolve8_4x4_s16(s2, s3, s4, s5, s6, s7, s8, s9, x_filter_tmp, in dist_wtd_convolve_2d_horiz_neon() 389 d3 = convolve8_4x4_s16(s3, s4, s5, s6, s7, s8, s9, s10, x_filter_tmp, in dist_wtd_convolve_2d_horiz_neon() 418 s6 = vext_s16(s4, s7, 2); // a6 a7 a8 a9 in dist_wtd_convolve_2d_horiz_neon() 421 d0 = convolve8_4x4_s16(s0, s1, s2, s3, s4, s5, s6, s7, x_filter_tmp, in dist_wtd_convolve_2d_horiz_neon() 433 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7; in dist_wtd_convolve_2d_horiz_neon() local 460 s6 = vreinterpretq_s16_u16(vmovl_u8(t6)); in dist_wtd_convolve_2d_horiz_neon() [all …]
|
D | wiener_convolve_neon.c | 250 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in av1_wiener_convolve_add_src_neon() local 273 s6 = vget_high_s16(tt2); /*pa6 pb6 pc6 pd6 */ in av1_wiener_convolve_add_src_neon() 303 s0, s1, s2, s3, s4, s5, s6, filter_x_tmp, bd, conv_params->round_0); in av1_wiener_convolve_add_src_neon() 305 s1, s2, s3, s4, s5, s6, s7, filter_x_tmp, bd, conv_params->round_0); in av1_wiener_convolve_add_src_neon() 307 s2, s3, s4, s5, s6, s7, s8, filter_x_tmp, bd, conv_params->round_0); in av1_wiener_convolve_add_src_neon() 309 s3, s4, s5, s6, s7, s8, s9, filter_x_tmp, bd, conv_params->round_0); in av1_wiener_convolve_add_src_neon() 311 wiener_convolve8_horiz_4x8(s4, s5, s6, s7, s8, s9, s10, in av1_wiener_convolve_add_src_neon() 314 wiener_convolve8_horiz_4x8(s5, s6, s7, s8, s9, s10, s11, in av1_wiener_convolve_add_src_neon() 317 wiener_convolve8_horiz_4x8(s6, s7, s8, s9, s10, s11, s12, in av1_wiener_convolve_add_src_neon() 334 s6 = s14; in av1_wiener_convolve_add_src_neon() [all …]
|
D | convolve_neon.h | 21 const int16x8_t s6, int16_t *filter_y, const int bd, in wiener_convolve8_vert_4x8() argument 34 ss0 = vaddq_s16(s0, s6); in wiener_convolve8_vert_4x8() 120 const int16x4_t s6, int16_t *filter_x, const int bd, in wiener_convolve8_horiz_4x8() argument 133 temp0 = vadd_s16(s0, s6); in wiener_convolve8_horiz_4x8() 161 const int16x8_t s6, const int16x8_t s7, const int16_t *filter, in convolve8_8x8_s16() argument 173 sum = vmlaq_n_s16(sum, s6, filter[6]); in convolve8_8x8_s16() 184 const int16x4_t s6, const int16x4_t s7, const int16_t *filter, in convolve8_4x4_s16() argument 194 sum = vmla_n_s16(sum, s6, filter[6]); in convolve8_4x4_s16() 205 const int16x4_t s6, const int16x4_t s7, const int16_t *y_filter, in convolve8_4x4_s32() argument 217 sum0 = vmlal_n_s16(sum0, s6, y_filter[6]); in convolve8_4x4_s32()
|
/external/llvm/test/MC/ARM/ |
D | invalid-fp-armv8.s | 10 vsel.f32 s3, s4, s6 12 vselne.f32 s3, s4, s6 14 vselmi.f32 s3, s4, s6 16 vselpl.f32 s3, s4, s6 18 vselvc.f32 s3, s4, s6 20 vselcs.f32 s3, s4, s6 22 vselcc.f32 s3, s4, s6 24 vselhs.f32 s3, s4, s6 26 vsello.f32 s3, s4, s6 28 vselhi.f32 s3, s4, s6 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | invalid-fp-armv8.s | 10 vsel.f32 s3, s4, s6 12 vselne.f32 s3, s4, s6 14 vselmi.f32 s3, s4, s6 16 vselpl.f32 s3, s4, s6 18 vselvc.f32 s3, s4, s6 20 vselcs.f32 s3, s4, s6 22 vselcc.f32 s3, s4, s6 24 vselhs.f32 s3, s4, s6 26 vsello.f32 s3, s4, s6 28 vselhi.f32 s3, s4, s6 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | callee-special-input-sgprs.ll | 5 ; GCN: v_mov_b32_e32 v[[LO:[0-9]+]], s6 24 ; GCN: v_mov_b32_e32 v[[LO:[0-9]+]], s6 68 ; GCN: v_mov_b32_e32 v[[LO:[0-9]+]], s6 109 ; GCN: ; use s6 120 ; GCN: ; use s6 132 ; GCN: ; use s6 141 ; GCN: ; use s6 149 ; GCN: ; use s6 160 ; GCN: ; use s6 174 ; GCN: ; use s6 [all …]
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_highbd_iht8x8_add_sse4.c | 57 __m128i s0[2], s1[2], s2[2], s3[2], s4[2], s5[2], s6[2], s7[2]; in highbd_iadst8_sse4_1() local 75 highbd_iadst_butterfly_sse4_1(io[1], io[6], cospi_26_64, cospi_6_64, s6, s7); in highbd_iadst8_sse4_1() 76 x2[0] = _mm_add_epi64(s2[0], s6[0]); in highbd_iadst8_sse4_1() 77 x2[1] = _mm_add_epi64(s2[1], s6[1]); in highbd_iadst8_sse4_1() 80 x6[0] = _mm_sub_epi64(s2[0], s6[0]); in highbd_iadst8_sse4_1() 81 x6[1] = _mm_sub_epi64(s2[1], s6[1]); in highbd_iadst8_sse4_1() 117 highbd_iadst_butterfly_sse4_1(x7[0], x6[0], cospi_24_64, cospi_8_64, s7, s6); in highbd_iadst8_sse4_1() 119 x4[0] = _mm_add_epi64(s4[0], s6[0]); in highbd_iadst8_sse4_1() 120 x4[1] = _mm_add_epi64(s4[1], s6[1]); in highbd_iadst8_sse4_1() 123 x6[0] = _mm_sub_epi64(s4[0], s6[0]); in highbd_iadst8_sse4_1() [all …]
|
D | vp9_highbd_iht16x16_add_sse4.c | 57 __m128i s0[2], s1[2], s2[2], s3[2], s4[2], s5[2], s6[2], s7[2], s8[2], s9[2], in highbd_iadst16_4col_sse4_1() local 66 highbd_iadst_butterfly_sse4_1(io[9], io[6], cospi_13_64, cospi_19_64, s6, s7); in highbd_iadst16_4col_sse4_1() 87 x6[0] = _mm_add_epi64(s6[0], s14[0]); in highbd_iadst16_4col_sse4_1() 88 x6[1] = _mm_add_epi64(s6[1], s14[1]); in highbd_iadst16_4col_sse4_1() 103 x14[0] = _mm_sub_epi64(s6[0], s14[0]); in highbd_iadst16_4col_sse4_1() 104 x14[1] = _mm_sub_epi64(s6[1], s14[1]); in highbd_iadst16_4col_sse4_1() 164 s6[0] = x6[0]; in highbd_iadst16_4col_sse4_1() 168 x2[0] = _mm_add_epi32(s2[0], s6[0]); in highbd_iadst16_4col_sse4_1() 172 x6[0] = _mm_sub_epi32(s2[0], s6[0]); in highbd_iadst16_4col_sse4_1() 230 highbd_iadst_butterfly_sse4_1(x7[0], x6[0], cospi_24_64, cospi_8_64, s7, s6); in highbd_iadst16_4col_sse4_1() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/ |
D | rv32a-valid.s | 56 # CHECK-INST: amomax.w s7, s6, (s5) 58 amomax.w s7, s6, (s5) 59 # CHECK-INST: amominu.w s6, s5, (s4) 61 amominu.w s6, s5, (s4) 84 # CHECK-INST: amomax.w.aq s7, s6, (s5) 86 amomax.w.aq s7, s6, (s5) 87 # CHECK-INST: amominu.w.aq s6, s5, (s4) 89 amominu.w.aq s6, s5, (s4) 112 # CHECK-INST: amomax.w.rl s7, s6, (s5) 114 amomax.w.rl s7, s6, (s5) [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 43 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 in fdct8() local 54 s6 = input[1] - input[6]; in fdct8() 72 t0 = (s6 - s5) * cospi_16_64; in fdct8() 73 t1 = (s6 + s5) * cospi_16_64; in fdct8() 122 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 in fdct16() local 133 s6 = input[1] - input[6]; in fdct16() 151 t0 = (s6 - s5) * cospi_16_64; in fdct16() 152 t1 = (s6 + s5) * cospi_16_64; in fdct16() 237 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; in fadst4() local 255 s6 = sinpi_2_9 * x3; in fadst4() [all …]
|
/external/libxcam/cl_kernel/ |
D | kernel_yuv_pipe.cl | 31 out[2].s6 = mad(matrix[3], R[0].s6, mad(matrix[4], G[0].s6, matrix[5] * B[0].s6)); 32 out[2].s7 = mad(matrix[6], R[0].s6, mad(matrix[7], G[0].s6, matrix[8] * B[0].s6)); 44 table_id[3] = get_sector_id(in[0].s6, in[0].s7); 52 out.s6 = mad(in[0].s6, table[4 * table_id[1]], in[0].s7 * table[4 * table_id[1] + 1]) + 0.5f; 53 … out.s7 = mad(in[0].s6, table[4 * table_id[1] + 2], in[0].s7 * table[4 * table_id[1] + 3]) + 0.5f; 91 …diff_Y[3] = 0.25f * (fabs(in[0].s6 - in_prev[0].s6) + fabs(in[0].s7 - in_prev[0].s7) + fabs(in[1].… 117 diff_U[3] = fabs(in[3].s6 - in_prev[3].s6); 150 in[2].s6 = mad(in[2].s6 - in_prev[2].s6, coeff_U[3], in_prev[2].s6);
|
/external/libjpeg-turbo/simd/mips/ |
D | jsimd_dspr2.S | 164 SAVE_REGS_ON_STACK 32, s0, s1, s2, s3, s4, s5, s6, s7 173 li s6, 0xffff94d1 // -FIX(0.41869) 202 maddu $ac2, s6, t4 219 RESTORE_REGS_FROM_STACK 32, s0, s1, s2, s3, s4, s5, s6, s7 272 SAVE_REGS_ON_STACK 32, s0, s1, s2, s3, s4, s5, s6, s7 297 lbu s6, 0(s3) // cb 302 addiu s6, -128 303 mul t2, t7, s6 307 sll s6, 15 311 mulq_rs.w t0, t5, s6 // Cbbtab[cb] [all …]
|
/external/google-breakpad/src/testing/test/ |
D | gmock-more-actions_test.cc | 151 const char* s4, const char* s5, const char* s6) { in Concat6() argument 152 return string(s1) + s2 + s3 + s4 + s5 + s6; in Concat6() 156 const char* s4, const char* s5, const char* s6, in Concat7() argument 158 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7; in Concat7() 162 const char* s4, const char* s5, const char* s6, in Concat8() argument 164 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8; in Concat8() 168 const char* s4, const char* s5, const char* s6, in Concat9() argument 170 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9; in Concat9() 174 const char* s4, const char* s5, const char* s6, in Concat10() argument 177 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10; in Concat10() [all …]
|
/external/googletest/googlemock/test/ |
D | gmock-more-actions_test.cc | 145 const char* s4, const char* s5, const char* s6) { in Concat6() argument 146 return std::string(s1) + s2 + s3 + s4 + s5 + s6; in Concat6() 150 const char* s4, const char* s5, const char* s6, in Concat7() argument 152 return std::string(s1) + s2 + s3 + s4 + s5 + s6 + s7; in Concat7() 156 const char* s4, const char* s5, const char* s6, in Concat8() argument 158 return std::string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8; in Concat8() 162 const char* s4, const char* s5, const char* s6, in Concat9() argument 164 return std::string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9; in Concat9() 168 const char* s4, const char* s5, const char* s6, in Concat10() argument 171 return std::string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10; in Concat10() [all …]
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans8_dspr2.c | 614 int s0, s1, s2, s3, s4, s5, s6, s7; in iadst8_dspr2() local 639 s6 = cospi_26_64 * x6 + cospi_6_64 * x7; in iadst8_dspr2() 644 x2 = ROUND_POWER_OF_TWO((s2 + s6), DCT_CONST_BITS); in iadst8_dspr2() 648 x6 = ROUND_POWER_OF_TWO((s2 - s6), DCT_CONST_BITS); in iadst8_dspr2() 658 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7; in iadst8_dspr2() 665 x4 = ROUND_POWER_OF_TWO((s4 + s6), DCT_CONST_BITS); in iadst8_dspr2() 667 x6 = ROUND_POWER_OF_TWO((s4 - s6), DCT_CONST_BITS); in iadst8_dspr2() 673 s6 = cospi_16_64 * (x6 + x7); in iadst8_dspr2() 678 x6 = ROUND_POWER_OF_TWO((s6), DCT_CONST_BITS); in iadst8_dspr2()
|