Lines Matching defs:opcode
64 (opcode & 0x10) ? (1 + bytestream2_get_byte(gb)) : 1 + (opcode & 0x0F);
91 uint8_t opcode;
143 opcode = bytestream2_get_byteu(gb);
144 switch (opcode & 0xF0) {
161 av_log(s->avctx, AV_LOG_ERROR, "encountered repeat block opcode (%02X) but no blocks rendered yet\n",
162 opcode & 0xF0);
195 av_log(s->avctx, AV_LOG_ERROR, "encountered repeat block opcode (%02X) but not enough blocks rendered yet\n",
196 opcode & 0xF0);
255 n_blocks = (opcode & 0x0F) + 1;
258 if ((opcode & 0xF0) == 0x80) {
297 n_blocks = (opcode & 0x0F) + 1;
300 if ((opcode & 0xF0) == 0xA0) {
338 n_blocks = (opcode & 0x0F) + 1;
341 if ((opcode & 0xF0) == 0xC0) {
398 n_blocks = (opcode & 0x0F) + 1;