Lines Matching refs:cod
433 static void decode_8_pulses_35bits(const uint16_t *fixed_index, float *cod)
443 cod[pos1] = (fixed_index[i] & 0x80) ? -1.0 : 1.0;
446 cod[pos2] = -cod[pos1];
448 cod[pos2] += cod[pos1];
454 cod[pos1] = (fixed_index[3] & 0x100) ? -1.0 : 1.0;
455 cod[pos2] = (fixed_index[3] & 0x80 ) ? -1.0 : 1.0;
458 static void decode_3_pulses_10bits(uint16_t fixed_index, float *cod)
466 cod[pos] += sign;
468 cod[pos] -= sign;
470 cod[pos] += sign;