Searched refs:chanbits (Results 1 – 3 of 3) sorted by relevance
/third_party/libsnd/src/ALAC/ |
D | dplib.h | 54 …int32_t * pc, int32_t num, int16_t * coefs, int32_t numactive, uint32_t chanbits, uint32_t denshif… 55 …nt32_t * out, int32_t num, int16_t * coefs, int32_t numactive, uint32_t chanbits, uint32_t denshif…
|
D | dp_enc.c | 73 …nt32_t * pc1, int32_t num, int16_t * coefs, int32_t numactive, uint32_t chanbits, uint32_t denshif… in pc_block() argument 83 uint32_t chanshift = 32 - chanbits ; in pc_block()
|
D | dp_dec.c | 53 …nt32_t * out, int32_t num, int16_t * coefs, int32_t numactive, uint32_t chanbits, uint32_t denshif… in unpc_block() argument 61 uint32_t chanshift = 32 - chanbits ; in unpc_block()
|