Searched refs:g00 (Results 1 – 3 of 3) sorted by relevance
/external/libopus/celt/mips/ |
D | celt_mipsr1.h | 68 opus_val16 g00, g01, g02, g10, g11, g12; in comb_filter() local 82 g00 = MULT16_16_P15(g0, gains[tapset0][0]); in comb_filter() 103 …asm volatile("MULT $ac1, %0, %1" : : "r" ((int)MULT16_16_Q15((Q15ONE-f),g00)), "r" ((int)x[i-T0])); in comb_filter()
|
/external/libopus/celt/ |
D | celt.c | 196 opus_val16 g00, g01, g02, g10, g11, g12; in comb_filter() local 214 g00 = MULT16_16_P15(g0, gains[tapset0][0]); in comb_filter() 233 + MULT16_32_Q15(MULT16_16_Q15((Q15ONE-f),g00),x[i-T0]) in comb_filter()
|
/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | noise.inl | 42 tvec2<T, P> g00(gx.x, gy.x); local 47 …tvec4<T, P> norm = detail::taylorInvSqrt(tvec4<T, P>(dot(g00, g00), dot(g01, g01), dot(g10, g10), … 48 g00 *= norm.x; 53 T n00 = dot(g00, tvec2<T, P>(fx.x, fy.x)); 364 tvec2<T, P> g00(gx.x, gy.x); local 369 …tvec4<T, P> norm = detail::taylorInvSqrt(tvec4<T, P>(dot(g00, g00), dot(g01, g01), dot(g10, g10), … 370 g00 *= norm.x; 375 T n00 = dot(g00, tvec2<T, P>(fx.x, fy.x));
|