Lines Matching defs:BestOffset
95 typedef struct BestOffset {
101 } BestOffset;
171 BestOffset best_offset[MAJOR_HEADER_INTERVAL+1][MAX_CHANNELS][NUM_CODEBOOKS];
184 BestOffset (*cur_best_offset)[NUM_CODEBOOKS];
214 static const BestOffset restart_best_offset[NUM_CODEBOOKS] = {{0}};
1477 BestOffset *bo)
1506 BestOffset *bo)
1546 int16_t offset, BestOffset *bo)
1609 BestOffset *bo, int direction)
1619 BestOffset temp_bo;
1681 BestOffset temp_bo = { 0, INT_MAX, 0, 0, 0, };
1849 static int compare_best_offset(const BestOffset *prev, const BestOffset *cur)
1858 const BestOffset *cur_bo = ctx->best_offset[idx][channel],
1879 const BestOffset *prev_bo = restart_best_offset;
1880 BestOffset *cur_bo;