Lines Matching defs:value
201 uint32_t crc_org; ///< CRC value of the original input data
202 uint32_t crc; ///< CRC value calculated from decoded data
211 int ltp_lag_length; ///< number of bits used for ltp lag value
235 int *shift_value; ///< value by which the binary point is to be shifted for all channels
236 int *last_shift_value; ///< contains last shift value for all channels
247 int *const_block; ///< if true, this is a constant value block
253 int *ltp_lag; ///< lag value for long-term prediction
461 // report unsupported feature and set error value
604 *bd->const_block = get_bits1(gb); // 1 = constant value, 0 = zero block (silence)
806 // read first value and residuals in case of a random access block
833 unsigned int value;
835 int ret = ff_bgmc_decode_init(gb, &high, &low, &value);
851 delta[sb], sx[sb], &high, &low, &value, ctx->bgmc_lut, ctx->bgmc_lut_status);
2037 // set lag value for long-term prediction