Lines Matching defs:YDELAYA
55 #define YDELAYA (18 + PREDICTOR_ORDER*4)
1019 *decoded0 = filter_fast_3320(p, Y, 0, YDELAYA);
1024 *decoded0 = filter_3800(p, Y, 0, YDELAYA, YDELAYB,
1069 *decoded0 = filter_fast_3320(p, *decoded0, 0, YDELAYA);
1072 *decoded0 = filter_3800(p, *decoded0, 0, YDELAYA, YDELAYB,
1131 *decoded0 = predictor_update_3930(p, Y, 0, YDELAYA);
1156 *decoded0 = predictor_update_3930(p, *decoded0, 0, YDELAYA);
1235 *decoded0 = predictor_update_filter(p, *decoded0, 0, YDELAYA, YDELAYB,
1269 p->buf[YDELAYA] = currentA;
1270 p->buf[YDELAYA - 1] = p->buf[YDELAYA] - (uint64_t)p->buf[YDELAYA - 1];
1272 predictionA = p->buf[YDELAYA ] * p->coeffsA[0][0] +
1273 p->buf[YDELAYA - 1] * p->coeffsA[0][1] +
1274 p->buf[YDELAYA - 2] * p->coeffsA[0][2] +
1275 p->buf[YDELAYA - 3] * p->coeffsA[0][3];
1279 p->buf[YADAPTCOEFFSA] = APESIGN(p->buf[YDELAYA ]);
1280 p->buf[YADAPTCOEFFSA - 1] = APESIGN(p->buf[YDELAYA - 1]);