Home
last modified time | relevance | path

Searched defs:sub_const (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libaom/av1/common/arm/
H A Dconvolve_neon.h54 const int16x8_t sub_const) { in convolve12_8_2d_v()
96 const int16x8_t sub_const = vdupq_n_s16(1 << (bd - 1)); in convolve_2d_sr_vert_12tap_neon() local
227 const int16x8_t sub_const) { in convolve8_8_2d_v()
263 const int16x8_t sub_const = vdupq_n_s16(1 << (bd - 1)); in convolve_2d_sr_vert_8tap_neon() local
400 const int16x8_t sub_const) { in convolve6_8_2d_v()
432 const int16x8_t sub_const = vdupq_n_s16(1 << (bd - 1)); in convolve_2d_sr_vert_6tap_neon() local
553 const int16x8_t sub_const) { in convolve4_8_2d_v()
578 const int16x8_t sub_const = vdupq_n_s16(1 << (bd - 1)); in convolve_2d_sr_vert_4tap_neon() local
H A Dconvolve_sve2.c53 const int16x8_t sub_const = vdupq_n_s16(1 << (bd - 1)); in convolve_2d_sr_vert_12tap_sve2() local