Lines Matching defs:prev
238 const FilterParams *prev = &prev_cp->filter_params[filter];
241 if (prev->order != fp->order)
244 if (!prev->order)
247 if (prev->shift != fp->shift)
260 static int compare_matrix_params(MLPEncodeContext *ctx, const MatrixParams *prev, const MatrixParams *mp)
264 if (prev->count != mp->count)
267 if (!prev->count)
271 if (prev->fbits[channel] != mp->fbits[channel])
275 if (prev->outch[mat] != mp->outch[mat])
279 if (prev->coeff[mat][channel] != mp->coeff[mat][channel])
291 const DecodingParams *prev = ctx->prev_decoding_params;
293 const MatrixParams *prev_mp = &prev->matrix_params;
298 if (prev->param_presence_flags != dp->param_presence_flags)
301 if (prev->blocksize != dp->blocksize)
314 if (prev->quant_step_size[ch] != dp->quant_step_size[ch]) {
1849 static int compare_best_offset(const BestOffset *prev, const BestOffset *cur)
1851 return prev->lsb_bits != cur->lsb_bits;