Searched refs:dyn_code_32bit (Results 1 – 1 of 1) sorted by relevance
| /third_party/libsnd/src/ALAC/ |
| D | ag_enc.c | 135 static inline int32_t dyn_code_32bit (int32_t maxbits, uint32_t m, uint32_t k, uint32_t n, uint32_t… in dyn_code_32bit() function 280 if (dyn_code_32bit (bitSize, m, k, n, &numBits, &value, &overflow, &overflowbits)) in dyn_comp()
|