Searched refs:decode2 (Results 1 – 3 of 3) sorted by relevance
/external/aac/libArithCoding/src/ |
D | ac_arith_coder.cpp | 612 static ARITH_CODING_ERROR decode2(HANDLE_FDK_BITSTREAM bbuf, in decode2() function 774 decode2(hBs, pArcoData->c_prev + 2, mdctSpectrum, lg >> 1, lg_max >> 1); in CArco_DecodeArithData()
|
/external/python/cpython2/Lib/test/ |
D | test_unicode.py | 26 def decode2(input, errors="strict"): function 31 return (encode2, decode2, None, None)
|
/external/python/cpython3/Lib/test/ |
D | test_unicode.py | 29 def decode2(input, errors="strict"): function 34 return (encode2, decode2, None, None)
|