Searched refs:save_bytes (Results 1 – 4 of 4) sorted by relevance
/external/libopus/celt/ |
D | quant_bands.c | 315 opus_uint32 save_bytes; in quant_coarse_energy() local 326 save_bytes = nintra_bytes-nstart_bytes; in quant_coarse_energy() 327 if (save_bytes == 0) in quant_coarse_energy() 328 save_bytes = ALLOC_NONE; in quant_coarse_energy() 329 ALLOC(intra_bits, save_bytes, unsigned char); in quant_coarse_energy()
|
D | bands.c | 1588 int nstart_bytes, nend_bytes, save_bytes; in quant_all_bands() local 1617 save_bytes = nend_bytes-nstart_bytes; in quant_all_bands() 1618 OPUS_COPY(bytes_save, bytes_buf, save_bytes); in quant_all_bands() 1643 OPUS_COPY(bytes_buf, bytes_save, save_bytes); in quant_all_bands()
|
/external/python/cpython3/Lib/ |
D | pickle.py | 718 def save_bytes(self, obj): member in _Pickler 736 dispatch[bytes] = save_bytes
|
/external/python/cpython3/Modules/ |
D | _pickle.c | 2201 save_bytes(PicklerObject *self, PyObject *obj) in save_bytes() function 3998 status = save_bytes(self, obj); in save()
|