Searched refs:out_high (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/hrss/ |
D | hrss.c | 749 const struct poly3_span out_high = {&out->s[2 * low_len], in poly3_mul_aux() local 755 poly3_mul_aux(&out_high, &child_scratch, &a_high, &b_high, high_len); in poly3_mul_aux() 761 poly3_span_sub(scratch, &out_high, high_len * 2); in poly3_mul_aux()
|
/external/libaom/libaom/av1/common/arm/ |
D | av1_inv_txfm_neon.c | 509 int32x4_t out_low, out_high; in round_shift_for_rect() local 514 out_high = vmull_n_s16(vget_high_s16(input[z]), (int16_t)NewInvSqrt2); in round_shift_for_rect() 517 high = vqrshrn_n_s32(out_high, (int32_t)NewSqrt2Bits); in round_shift_for_rect() 528 int32x4_t out_low, out_high; in identity16_new_neon() local 534 out_high = vmull_n_s16(vget_high_s16(input[z]), scale); in identity16_new_neon() 537 high = vqrshrn_n_s32(out_high, (int32_t)NewSqrt2Bits); in identity16_new_neon()
|