Searched refs:gop_flags (Results 1 – 3 of 3) sorted by relevance
67 ctx->gop_flags = get_bits(&ctx->gb, 8); in decode_gop_header()69 ctx->gop_hdr_size = (ctx->gop_flags & 1) ? get_bits(&ctx->gb, 16) : 0; in decode_gop_header()71 if (ctx->gop_flags & IVI5_IS_PROTECTED) in decode_gop_header()74 tile_size = (ctx->gop_flags & 0x40) ? 64 << get_bits(&ctx->gb, 2) : 0; in decode_gop_header()100 if (ctx->gop_flags & 2) { in decode_gop_header()261 if (ctx->gop_flags & 8) { in decode_gop_header()
248 uint8_t gop_flags; member
1101 if (ctx->gop_flags & IVI5_IS_PROTECTED) { in ff_ivi_decode_frame()