Home
last modified time | relevance | path

Searched refs:size_temp (Results 1 – 3 of 3) sorted by relevance

/external/aac/libFDK/src/
DFDK_qmf_domain.cpp826 int i, size_main, size, size_temp = 0; in FDK_QmfDomain_Configure() local
916 size_temp = hqd->QmfDomainIn[1].workBuf_nBands * in FDK_QmfDomain_Configure()
923 size = size_main * hgc->nQmfProcChannels + size_temp; in FDK_QmfDomain_Configure()
965 QMF_WB_SECTION_SIZE, size_temp); in FDK_QmfDomain_Configure()
/external/python/cpython2/Objects/
Dlongobject.c2441 { Py_ssize_t size_temp = size_a; in x_add() local
2443 size_b = size_temp; } in x_add()
2477 { Py_ssize_t size_temp = size_a; in x_sub() local
2479 size_b = size_temp; } in x_sub()
/external/python/cpython3/Objects/
Dlongobject.c3005 { Py_ssize_t size_temp = size_a; in x_add() local
3007 size_b = size_temp; } in x_add()
3041 { Py_ssize_t size_temp = size_a; in x_sub() local
3043 size_b = size_temp; } in x_sub()