Searched refs:lspv (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | qcelpdata.h | 60 uint8_t lspv[10]; member 91 QCELP_OF(lspv [ 2], 0, 3), // 265 92 QCELP_OF(lspv [ 1], 0, 7), // 262 93 QCELP_OF(lspv [ 0], 0, 6), // 255 94 QCELP_OF(lspv [ 4], 0, 6), // 249 95 QCELP_OF(lspv [ 3], 0, 6), // 243 96 QCELP_OF(lspv [ 2], 3, 4), // 237 178 QCELP_OF(lspv [2], 0, 3), // 123 179 QCELP_OF(lspv [1], 0, 7), // 120 180 QCELP_OF(lspv [ [all...] |
H A D | qcelpdec.c | 128 lspf[i] = (q->frame.lspv[i] ? QCELP_LSP_SPREAD_FACTOR in decode_lspf() 166 lspf[2 * i + 0] = tmp_lspf += qcelp_lspvq[i][q->frame.lspv[i]][0] * 0.0001; in decode_lspf() 167 lspf[2 * i + 1] = tmp_lspf += qcelp_lspvq[i][q->frame.lspv[i]][1] * 0.0001; in decode_lspf() 337 cbseed = (0x0003 & q->frame.lspv[4]) << 14 | in compute_svector() 338 (0x003F & q->frame.lspv[3]) << 8 | in compute_svector() 339 (0x0060 & q->frame.lspv[2]) << 1 | in compute_svector() 340 (0x0007 & q->frame.lspv[1]) << 3 | in compute_svector() 341 (0x0038 & q->frame.lspv[0]) >> 3; in compute_svector()
|
Completed in 2 milliseconds