Searched refs:deb2_impl (Results 1 – 1 of 1) sorted by relevance
/external/libopus/tests/ |
D | test_opus_common.h | 28 static OPUS_INLINE void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y) in deb2_impl() function 35 deb2_impl(_t,_p,_k,_x+1,_y); in deb2_impl() 38 deb2_impl(_t,_p,_k,_x+1,_x); in deb2_impl() 51 deb2_impl(t,&p,_k,1,1); in debruijn2()
|