Searched defs:lo_hi (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice.c97 WebRtc_Word16 lo_hi,
125 temp3 = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16(2, u)+lo_hi;
221 WebRtc_Word16 lo_hi,
248 temp3 = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16(2, u) + lo_hi;
92 WebRtcIsacfix_NormLatticeFilterMa(WebRtc_Word16 orderCoef, WebRtc_Word32 *stateGQ15, WebRtc_Word16 *lat_inQ0, WebRtc_Word16 *filt_coefQ15, WebRtc_Word32 *gain_lo_hiQ17, WebRtc_Word16 lo_hi, WebRtc_Word16 *lat_outQ9) argument
216 WebRtcIsacfix_NormLatticeFilterAr(WebRtc_Word16 orderCoef, WebRtc_Word16 *stateGQ0, WebRtc_Word32 *lat_inQ25, WebRtc_Word16 *filt_coefQ15, WebRtc_Word32 *gain_lo_hiQ17, WebRtc_Word16 lo_hi, WebRtc_Word16 *lat_outQ0) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.c88 unsigned n, unsigned lo_hi)
94 assert(lo_hi < 2);
98 for(i = 0, j = lo_hi*n/2; i < n; i += 2, ++j) {
112 unsigned n, unsigned lo_hi)
118 assert(lo_hi < 2);
120 for (i = 0, j = lo_hi*(n/4); i < n; i += 2, ++j) {
224 unsigned lo_hi)
228 shuffle = lp_build_const_unpack_shuffle(gallivm, type.length, lo_hi);
258 unsigned lo_hi)
261 LLVMValueRef shuffle = lp_build_const_unpack_shuffle_half(gallivm, type.length, lo_hi);
87 lp_build_const_unpack_shuffle(struct gallivm_state *gallivm, unsigned n, unsigned lo_hi) argument
111 lp_build_const_unpack_shuffle_half(struct gallivm_state *gallivm, unsigned n, unsigned lo_hi) argument
220 lp_build_interleave2(struct gallivm_state *gallivm, struct lp_type type, LLVMValueRef a, LLVMValueRef b, unsigned lo_hi) argument
254 lp_build_interleave2_half(struct gallivm_state *gallivm, struct lp_type type, LLVMValueRef a, LLVMValueRef b, unsigned lo_hi) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.c88 unsigned n, unsigned lo_hi)
94 assert(lo_hi < 2);
98 for(i = 0, j = lo_hi*n/2; i < n; i += 2, ++j) {
112 unsigned n, unsigned lo_hi)
118 assert(lo_hi < 2);
120 for (i = 0, j = lo_hi*(n/4); i < n; i += 2, ++j) {
224 unsigned lo_hi)
228 shuffle = lp_build_const_unpack_shuffle(gallivm, type.length, lo_hi);
258 unsigned lo_hi)
261 LLVMValueRef shuffle = lp_build_const_unpack_shuffle_half(gallivm, type.length, lo_hi);
87 lp_build_const_unpack_shuffle(struct gallivm_state *gallivm, unsigned n, unsigned lo_hi) argument
111 lp_build_const_unpack_shuffle_half(struct gallivm_state *gallivm, unsigned n, unsigned lo_hi) argument
220 lp_build_interleave2(struct gallivm_state *gallivm, struct lp_type type, LLVMValueRef a, LLVMValueRef b, unsigned lo_hi) argument
254 lp_build_interleave2_half(struct gallivm_state *gallivm, struct lp_type type, LLVMValueRef a, LLVMValueRef b, unsigned lo_hi) argument
[all...]

Completed in 129 milliseconds