Home
last modified time | relevance | path

Searched defs:hn (Results 1 – 3 of 3) sorted by relevance

/liblc3-latest/src/
Dltpf_neon.h61 const int16_t *hn = h[i & 3]; in neon_resample_16k_12k8() local
107 const int16_t *hn = h[i & 1]; in neon_resample_32k_12k8() local
170 const int16_t *hn = h[i & 3]; in neon_resample_48k_12k8() local
Dltpf_arm.h56 const int16x2_t *hn = h + (i % (2*p)) * (48 / p); in arm_resample_x64k_12k8() local
87 const int16x2_t *hn = h + (i % (2*p)) * (128 / p); in arm_resample_x192k_12k8() local
Dltpf.c221 const int16_t *hn = h + (i % p) * w; in resample_x64k_12k8() local
266 const int16_t *hn = h + (i % p) * w; in resample_x192k_12k8() local