HomeSort by relevance Sort by last modified time
    Searched refs:round_shift_vec (Results 1 - 3 of 3) sorted by null

  /external/libaom/libaom/av1/common/arm/
convolve_neon.c 125 const int32x4_t round_shift_vec, const int32x4_t offset_const,
141 sum0 = vqrshlq_s32(sum0, round_shift_vec);
154 const int32x4_t round_shift_vec, const int32x4_t offset_const,
180 sum0 = vqrshlq_s32(sum0, round_shift_vec);
181 sum1 = vqrshlq_s32(sum1, round_shift_vec);
1154 const int32x4_t round_shift_vec = vdupq_n_s32(-(conv_params->round_1)); local
    [all...]
convolve_neon.h 206 const int32x4_t round_shift_vec, const int32x4_t offset_const) {
221 sum0 = vqrshlq_s32(sum0, round_shift_vec);
jnt_convolve_neon.c 580 const int32x4_t round_shift_vec = vdupq_n_s32(-(conv_params->round_1)); local
638 round_shift_vec, offset_const);
640 round_shift_vec, offset_const);
642 round_shift_vec, offset_const);
644 round_shift_vec, offset_const);
683 round_shift_vec, offset_const);
    [all...]

Completed in 771 milliseconds