Lines Matching refs:x_pos
60 int x_pos;
84 int x_pos;
381 int non_mod, uint8_t *map_table, int x_pos)
387 int pixels_read = x_pos;
391 destbuf += x_pos;
488 int non_mod, uint8_t *map_table, int x_pos)
494 int pixels_read = x_pos;
498 destbuf += x_pos;
612 int non_mod, uint8_t *map_table, int x_pos)
617 int pixels_read = x_pos;
619 destbuf += x_pos;
794 rect->x = display->x_pos + offset_x;
871 int x_pos, y_pos;
903 x_pos = display->x_pos;
909 if ((*buf!=0xf0 && x_pos >= region->width) || y_pos >= region->height) {
910 av_log(avctx, AV_LOG_ERROR, "Invalid object location! %d-%d %d-%d %02x\n", x_pos, region->width, y_pos, region->height, *buf);
923 x_pos = dvbsub_read_2bit_string(avctx, pbuf + (y_pos * region->width),
925 non_mod, map_table, x_pos);
938 x_pos = dvbsub_read_4bit_string(avctx, pbuf + (y_pos * region->width),
940 non_mod, map_table, x_pos);
948 x_pos = dvbsub_read_8bit_string(avctx, pbuf + (y_pos * region->width),
950 non_mod, NULL, x_pos);
969 x_pos = display->x_pos;
1263 display->x_pos = AV_RB16(buf) & 0xfff;
1268 if (display->x_pos >= region->width ||
1360 display->x_pos = AV_RB16(buf);
1370 ff_dlog(avctx, "Region %d, (%d,%d)\n", region_id, display->x_pos, display->y_pos);