Home
last modified time | relevance | path

Searched refs:length_right (Results 1 – 2 of 2) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_mps_mdct_2_qmf.c1296 WORD32 length_right = 0; in ixheaacd_local_mdct_win() local
1311 length_right = 2; in ixheaacd_local_mdct_win()
1317 length_right = upd_qmf >> 3; in ixheaacd_local_mdct_win()
1322 length_right = 2; in ixheaacd_local_mdct_win()
1327 length_right = 2; in ixheaacd_local_mdct_win()
1332 length_right = 2; in ixheaacd_local_mdct_win()
1337 length_right = 2; in ixheaacd_local_mdct_win()
1343 ixheaacd_local_sin(length_right, length_right, length_right, &wt[upd_qmf + length_const1], in ixheaacd_local_mdct_win()
1346 ixheaacd_local_zero(length_const2, &wt[upd_qmf + length_const1 + length_right]); in ixheaacd_local_mdct_win()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.cc174 size_t length_right = length - length_left; in Consume() local
179 length = length_right; in Consume()
181 stack.push_back({right, 0, length_right}); in Consume()