Searched refs:g00 (Results 1 – 3 of 3) sorted by relevance
/external/libopus/celt/mips/ |
D | celt_mipsr1.h | 67 opus_val16 g00, g01, g02, g10, g11, g12; in comb_filter() local 81 g00 = MULT16_16_P15(g0, gains[tapset0][0]); in comb_filter() 102 …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 | 189 opus_val16 g00, g01, g02, g10, g11, g12; in comb_filter() local 203 g00 = MULT16_16_P15(g0, gains[tapset0][0]); in comb_filter() 222 + MULT16_32_Q15(MULT16_16_Q15((Q15ONE-f),g00),x[i-T0]) in comb_filter()
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
D | noise.inl | 72 detail::tvec2<T, P> g00(gx.x, gy.x); local 77 …detail::tvec4<T, P> norm = taylorInvSqrt(detail::tvec4<T, P>(dot(g00, g00), dot(g01, g01), dot(g10… 78 g00 *= norm.x; 83 T n00 = dot(g00, detail::tvec2<T, P>(fx.x, fy.x)); 394 detail::tvec2<T, P> g00(gx.x, gy.x); local 399 …detail::tvec4<T, P> norm = detail::taylorInvSqrt(detail::tvec4<T, P>(dot(g00, g00), dot(g01, g01),… 400 g00 *= norm.x; 405 T n00 = dot(g00, detail::tvec2<T, P>(fx.x, fy.x));
|