Lines Matching defs:opcode
534 int opcode, color, run_len, left = out_size;
537 opcode = bytestream2_get_byte(&ctx->gb);
538 run_len = (opcode >> 1) + 1;
542 if (opcode & 1) {
1147 int opcode;
1152 opcode = bytestream2_get_byteu(&ctx->gb);
1154 switch (opcode) {
1156 mx = motion_vectors[opcode][0];
1157 my = motion_vectors[opcode][1];
1196 ctx->small_codebook[opcode - 0xf9], blk_size, ctx->pitch);