Searched refs:QCELP_OF (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | qcelpdata.h | 82 #define QCELP_OF(variable, bit, len) {offsetof(QCELPFrame, variable), bit, len} macro 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 97 QCELP_OF(cbsign[ 0], 0, 1), // 233 98 QCELP_OF(cbgain[ 0], 0, 4), // 232 99 QCELP_OF(pfrac [ 0], 0, 1), // 228 [all …]
|