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

  /external/libaom/libaom/av1/common/arm/
jnt_convolve_neon.c 337 const int16x4_t horiz_const = vdup_n_s16((1 << (bd + FILTER_BITS - 2))); local
384 horiz_const, shift_round_0);
386 horiz_const, shift_round_0);
388 horiz_const, shift_round_0);
390 horiz_const, shift_round_0);
422 horiz_const, shift_round_0);
437 const int16x8_t horiz_const = vdupq_n_s16((1 << (bd + FILTER_BITS - 2))); local
487 horiz_const, shift_round_0);
489 horiz_const, shift_round_0);
491 horiz_const, shift_round_0)
950 const int16x4_t horiz_const = vdup_n_s16(bits); local
1129 const int16x8_t horiz_const = vdupq_n_s16(bits); local
    [all...]
convolve_neon.h 162 const int16x8_t horiz_const, const int16x8_t shift_round_0) {
166 sum = horiz_const;
185 const int16x4_t horiz_const, const int16x4_t shift_round_0) {
187 sum = horiz_const;
convolve_neon.c 901 const int16x4_t horiz_const = vdup_n_s16((1 << (bd + FILTER_BITS - 2))); local
1012 const int16x8_t horiz_const = vdupq_n_s16((1 << (bd + FILTER_BITS - 2))); local
    [all...]

Completed in 512 milliseconds