Lines Matching defs:width
82 int width = dst->width;
86 int dx = delta_x + x - ((delta_x + x >= width) - (delta_x + x < 0)) * width;
87 int dy = delta_y + y + (delta_x + x >= width) - (delta_x + x < 0);
941 off_x = ((uint16_t)opcode - 0xC000) % frame->width;
942 off_y = ((uint16_t)opcode - 0xC000) / frame->width;
945 off_x = ((uint16_t)opcode - 0x4000) % frame->width;
946 off_y = ((uint16_t)opcode - 0x4000) / frame->width;
967 + (s->avctx->width - 8) * (1 + s->is_16bpp);
974 for (x = 0; x < s->avctx->width; x += 8) {
1011 off_x = ((uint16_t)opcode - 0xC000) % s->cur_decode_frame->width;
1012 off_y = ((uint16_t)opcode - 0xC000) / s->cur_decode_frame->width;
1015 off_x = ((uint16_t)opcode - 0x4000) % s->cur_decode_frame->width;
1016 off_y = ((uint16_t)opcode - 0x4000) / s->cur_decode_frame->width;
1040 + (s->avctx->width - 8) * (1 + s->is_16bpp);
1051 for (x = 0; x < s->avctx->width; x += 8) {
1072 for (x = 0; x < s->avctx->width; x += 8) {
1126 + (s->avctx->width - 8) * (1 + s->is_16bpp);
1130 for (x = 0; x < s->avctx->width; x += 8) {
1182 s->cur_decode_frame->width = avctx->width;
1183 s->prev_decode_frame->width = avctx->width;
1249 s->decoding_map_size = ((s->avctx->width / 8) * (s->avctx->height / 8)) * 2;