Searched refs:val_3 (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/aom_dsp/arm/ |
D | loopfilter_neon.c | 178 const int8x8_t val_3 = vdup_n_s8(3); in lpf_14_neon() local 202 filter_s16 = vmlal_s8(filter_s16, temp_s8, val_3); in lpf_14_neon() 207 filter2_s8 = vqadd_s8(filter_s8, val_3); in lpf_14_neon() 359 const int8x8_t val_3 = vdup_n_s8(3); in lpf_8_neon() local 383 filter_s16 = vmlal_s8(filter_s16, temp_s8, val_3); in lpf_8_neon() 388 filter2_s8 = vqadd_s8(filter_s8, val_3); in lpf_8_neon() 474 const int8x8_t val_3 = vdup_n_s8(3); in lpf_6_neon() local 498 filter_s16 = vmlal_s8(filter_s16, temp_s8, val_3); in lpf_6_neon() 503 filter2_s8 = vqadd_s8(filter_s8, val_3); in lpf_6_neon() 569 const int8x8_t val_3 = vdup_n_s8(3); in lpf_4_neon() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | pr18344.ll | 74 %val_3 = load float, float* %ptrcast_3, align 4 86 store float %val_3, float* %ptrcast1_3, align 4
|
/external/libhevc/common/arm/ |
D | ihevc_resi_trans_neon_32x32.c | 1321 int32x2_t val_3 = vadd_s32(vget_low_s32(a[3]), vget_high_s32(a[3])); in ihevc_resi_trans_32x32_neon() local 1322 val_1 = vpadd_s32(val_1, val_3); in ihevc_resi_trans_32x32_neon()
|