Searched refs:unquantize (Results 1 – 8 of 8) sorted by relevance
/external/liblc3/src/ |
D | sns.c | 585 LC3_HOT static void unquantize(int lfcb_idx, int hfcb_idx, in unquantize() function 795 unquantize(data->lfcb, data->hfcb, in lc3_sns_analyze() 819 unquantize(data->lfcb, data->hfcb, cn, data->shape, data->gain, scf); in lc3_sns_synthesize()
|
D | spec.c | 277 LC3_HOT static float unquantize( in unquantize() function 953 float g = unquantize(dt, sr, g_int, x, nq); in lc3_spec_decode()
|
/external/liblc3/test/ |
D | sns_py.c | 111 unquantize(lfcb_idx, hfcb_idx, y, shape, gain, scf); in unquantize_py()
|
D | sns.py | 408 def unquantize(self): member in SnsSynthesis 488 scf = self.unquantize()
|
/external/libopus/dnn/torch/rdovae/ |
D | fec_encoder.py | 154 zi = model.unquantize(zi, quant_ids)
|
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 1454 inline int32_t unquantize(int32_t x, int mode, bool hasSign) in unquantize() function 2117 r[i] = unquantize(r[i], mode, hasSign); in decompressBc6H() 2118 g[i] = unquantize(g[i], mode, hasSign); in decompressBc6H() 2119 b[i] = unquantize(b[i], mode, hasSign); in decompressBc6H()
|
/external/swiftshader/src/Device/ |
D | BC_Decoder.cpp | 442 void unquantize() in unquantize() function 1044 e[ep].unquantize(); in decode()
|
/external/libopus/dnn/torch/rdovae/rdovae/ |
D | rdovae.py | 703 def unquantize(self, zq, q_ids): member in RDOVAE
|