Lines Matching defs:bx
422 int bx, int by, int size, int plane)
429 uint8_t *dst = frame->data[plane] + by * frame->linesize[plane] + bx;
488 int bx, int by, int size, int plane)
495 return add_coefficients(avctx, frame, bx, by, size, plane);
500 for (int x = bx; x < bx + 8; x += 4) {
976 for (int bx = x; bx < x + 8; bx += 4) {
980 new_pmode = get_prediction(avctx, bx, by, 4);
981 ret = predict_intra(avctx, frame, bx, by, new_pmode, flags & 1, 4, plane);